use single-quote, not comma
This commit is contained in:
parent
501e740a31
commit
992e18325e
2
kill.1
2
kill.1
@ -1,4 +1,4 @@
|
||||
,\" t
|
||||
'\" t
|
||||
.\" (The preceding line is a note to broken versions of man to tell
|
||||
.\" them to pre-process this man page with tbl)
|
||||
.\" Man page for kill.
|
||||
|
2
ps/ps.1
2
ps/ps.1
@ -501,7 +501,7 @@ Print only the process IDs of syslogd:
|
||||
ps -C syslogd -o pid=
|
||||
|
||||
SEE ALSO
|
||||
top(1) pstree(1) proc(5)
|
||||
top(1) pgrep(1) pstree(1) proc(5)
|
||||
|
||||
STANDARDS
|
||||
This ps conforms to version 2 of the Single Unix Specification.
|
||||
|
Loading…
Reference in New Issue
Block a user