PERFORCE change 156379 for review

Robert Watson rwatson at FreeBSD.org
Mon Jan 19 03:09:55 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=156379

Change 156379 by rwatson at rwatson_freebsd_capabilities on 2009/01/19 11:09:12

	Add a bit of a stub man page for pdfork(2) and friends.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Makefile.inc#5 edit
.. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/fork.2#2 edit
.. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/pdfork.2#1 add

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Makefile.inc#5 (text+ko) ====

@@ -80,7 +80,8 @@
 	mq_close.2 mq_getattr.2 mq_notify.2 mq_open.2 mq_receive.2 mq_send.2 \
 	mq_setattr.2 \
 	msync.2 munmap.2 nanosleep.2 nfssvc.2 ntp_adjtime.2 open.2 \
-	pathconf.2 pipe.2 poll.2 posix_openpt.2 profil.2 ptrace.2 quotactl.2 \
+	pathconf.2 pdfork.2 \
+	pipe.2 poll.2 posix_openpt.2 profil.2 ptrace.2 quotactl.2 \
 	read.2 readlink.2 reboot.2 recv.2 rename.2 revoke.2 rfork.2 rmdir.2 \
 	rtprio.2
 .if !defined(NO_P1003_1B)
@@ -154,6 +155,9 @@
 MLINKS+=ntp_adjtime.2 ntp_gettime.2
 MLINKS+=open.2 openat.2
 MLINKS+=pathconf.2 fpathconf.2
+MLINKS+=pdfork.2 pdgetpid.2 \
+	pdfork.2 pdkill.2 \
+	pdfork.2 pdwait4.2
 MLINKS+=read.2 pread.2 read.2 preadv.2 read.2 readv.2
 MLINKS+=readlink.2 readlinkat.2
 MLINKS+=recv.2 recvfrom.2 recv.2 recvmsg.2

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/fork.2#2 (text+ko) ====

@@ -122,6 +122,7 @@
 .El
 .Sh SEE ALSO
 .Xr execve 2 ,
+.Xr pdfork 2 ,
 .Xr rfork 2 ,
 .Xr setitimer 2 ,
 .Xr setrlimit 2 ,


More information about the p4-projects mailing list