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

Jilles Tjoelker jilles at FreeBSD.org
Sat Jan 11 22:00:17 UTC 2014


Author: jilles
Date: Sat Jan 11 22:00:16 2014
New Revision: 260556
URL: http://svnweb.freebsd.org/changeset/base/260556

Log:
  Add some missing .Nm for newer syscalls in existing man pages.
  
  MFC after:	1 week

Modified:
  head/lib/libc/sys/accept.2
  head/lib/libc/sys/chflags.2
  head/lib/libc/sys/pipe.2

Modified: head/lib/libc/sys/accept.2
==============================================================================
--- head/lib/libc/sys/accept.2	Sat Jan 11 21:12:27 2014	(r260555)
+++ head/lib/libc/sys/accept.2	Sat Jan 11 22:00:16 2014	(r260556)
@@ -32,7 +32,8 @@
 .Dt ACCEPT 2
 .Os
 .Sh NAME
-.Nm accept
+.Nm accept ,
+.Nm accept4
 .Nd accept a connection on a socket
 .Sh LIBRARY
 .Lb libc

Modified: head/lib/libc/sys/chflags.2
==============================================================================
--- head/lib/libc/sys/chflags.2	Sat Jan 11 21:12:27 2014	(r260555)
+++ head/lib/libc/sys/chflags.2	Sat Jan 11 22:00:16 2014	(r260556)
@@ -34,7 +34,8 @@
 .Sh NAME
 .Nm chflags ,
 .Nm lchflags ,
-.Nm fchflags
+.Nm fchflags ,
+.Nm chflagsat
 .Nd set file flags
 .Sh LIBRARY
 .Lb libc

Modified: head/lib/libc/sys/pipe.2
==============================================================================
--- head/lib/libc/sys/pipe.2	Sat Jan 11 21:12:27 2014	(r260555)
+++ head/lib/libc/sys/pipe.2	Sat Jan 11 22:00:16 2014	(r260556)
@@ -32,7 +32,8 @@
 .Dt PIPE 2
 .Os
 .Sh NAME
-.Nm pipe
+.Nm pipe ,
+.Nm pipe2
 .Nd create descriptor pair for interprocess communication
 .Sh LIBRARY
 .Lb libc


More information about the svn-src-head mailing list