svn commit: r234830 - head/lib/libc/sys

Robert Watson rwatson at FreeBSD.org
Mon Apr 30 08:00:52 UTC 2012


Author: rwatson
Date: Mon Apr 30 08:00:52 2012
New Revision: 234830
URL: http://svn.freebsd.org/changeset/base/234830

Log:
  fix a further typo in the pdfork(2) man page.
  
  Submitted by:	Norman Hardy
  MFC after:	3 days

Modified:
  head/lib/libc/sys/pdfork.2

Modified: head/lib/libc/sys/pdfork.2
==============================================================================
--- head/lib/libc/sys/pdfork.2	Mon Apr 30 07:32:39 2012	(r234829)
+++ head/lib/libc/sys/pdfork.2	Mon Apr 30 08:00:52 2012	(r234830)
@@ -76,7 +76,7 @@ This option is not permitted in Capsicum
 .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


More information about the svn-src-head mailing list