diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-06-14 11:50:53 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-06-14 11:50:53 +0000 |
commit | 39c59153e929e3e663fe0efd645faa06f6c8b48e (patch) | |
tree | 5b8f7ec5f9759d9bb31c646b1ae9c4bae031a64f /usr.bin/pkill | |
parent | 55c82bf0d4cb130728c344c768cd9c91a1407108 (diff) |
Markup and wording fixes.
Approved by: re (blanket)
Notes
Notes:
svn path=/head/; revision=147370
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 90d00278de4c..143bbc47b3d8 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 |