diff options
author | rwatson <rwatson@FreeBSD.org> | 2012-04-30 08:00:52 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2012-04-30 08:00:52 +0000 |
commit | ca34da476570c31c7b066476e852472166402a0a (patch) | |
tree | 7c767dc4a8b2a8c9e1b4e890a553a9b5079ed1a3 /lib | |
parent | 1f6437f017c71f968692a7203fc996b7b41fdf6a (diff) | |
download | FreeBSD-src-ca34da476570c31c7b066476e852472166402a0a.zip FreeBSD-src-ca34da476570c31c7b066476e852472166402a0a.tar.gz |
fix a further typo in the pdfork(2) man page.
Submitted by: Norman Hardy
MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/pdfork.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/pdfork.2 b/lib/libc/sys/pdfork.2 index b72c285..ad33566 100644 --- a/lib/libc/sys/pdfork.2 +++ b/lib/libc/sys/pdfork.2 @@ -76,7 +76,7 @@ This option is not permitted in Capsicum capability mode (see .El .Pp .Fn pdgetpid -queries the process ID (PID) if the process descriptor +queries the process ID (PID) in the process descriptor .Fa fd . .Pp .Fn pdkill |