diff options
author | ru <ru@FreeBSD.org> | 2005-06-14 11:50:53 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-06-14 11:50:53 +0000 |
commit | 19aa3916e2ad1dc762e2589e9403b3321bf0104c (patch) | |
tree | 5b8f7ec5f9759d9bb31c646b1ae9c4bae031a64f /usr.bin/pkill | |
parent | 064bdbb8144db228dcccdbb5da8a461f3a61155d (diff) | |
download | FreeBSD-src-19aa3916e2ad1dc762e2589e9403b3321bf0104c.zip FreeBSD-src-19aa3916e2ad1dc762e2589e9403b3321bf0104c.tar.gz |
Markup and wording fixes.
Approved by: re (blanket)
Diffstat (limited to 'usr.bin/pkill')
-rw-r--r-- | usr.bin/pkill/pkill.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1 index 90d0027..143bbc4 100644 --- a/usr.bin/pkill/pkill.1 +++ b/usr.bin/pkill/pkill.1 @@ -88,7 +88,7 @@ processes that match the criteria given on the command line. The following options are available: .Bl -tag -width ".Fl F Ar pidfile" .It Fl F Ar pidfile -Restrict matches to process which pid is stored in +Restrict matches to a process whose PID is stored in the .Ar pidfile file. .It Fl G Ar gid |