Explorar el Código

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

Sebastiaan Speck hace 9 meses
padre
commit
f2b3639ce2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: