summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2014-01-11 22:00:16 +0000
committerjilles <jilles@FreeBSD.org>2014-01-11 22:00:16 +0000
commit6cec7e0fada7d586a1826a8f915000277efea494 (patch)
treee0e434ca9e8fa80c7a096e370383c3bed7480909
parent5886553bdc6ea5895266165f9ad3b6ee57de33f1 (diff)
downloadFreeBSD-src-6cec7e0fada7d586a1826a8f915000277efea494.zip
FreeBSD-src-6cec7e0fada7d586a1826a8f915000277efea494.tar.gz
Add some missing .Nm for newer syscalls in existing man pages.
MFC after: 1 week
-rw-r--r--lib/libc/sys/accept.23
-rw-r--r--lib/libc/sys/chflags.23
-rw-r--r--lib/libc/sys/pipe.23
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 7b8422a..0363158 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -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
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2
index 2fcc89f..8dc14bd 100644
--- a/lib/libc/sys/chflags.2
+++ b/lib/libc/sys/chflags.2
@@ -34,7 +34,8 @@
.Sh NAME
.Nm chflags ,
.Nm lchflags ,
-.Nm fchflags
+.Nm fchflags ,
+.Nm chflagsat
.Nd set file flags
.Sh LIBRARY
.Lb libc
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2
index 6ea0f14..b4b170c 100644
--- a/lib/libc/sys/pipe.2
+++ b/lib/libc/sys/pipe.2
@@ -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
OpenPOWER on IntegriCloud