Ver código fonte

kill: fix highlighting long and short options according to guideline (#12934)

Sebastiaan Speck 9 meses atrás
pai
commit
f2b3639ce2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/linux/kill.md

+ 1 - 1
pages/linux/kill.md

@@ -10,7 +10,7 @@
 
 - List signal values and their corresponding names (to be used without the `SIG` prefix):
 
-`kill -{{L|-table}}`
+`kill {{-L|--table}}`
 
 - Terminate a background job: