diff options
author | jilles <jilles@FreeBSD.org> | 2014-01-18 22:47:25 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2014-01-18 22:47:25 +0000 |
commit | f972275c13453e52df43091fe5abc8a279660807 (patch) | |
tree | 621127e9add77675f85724149bc26aa337322f62 | |
parent | 9ee780ef73bc223aa4310b908c132a377629c89a (diff) | |
download | FreeBSD-src-f972275c13453e52df43091fe5abc8a279660807.zip FreeBSD-src-f972275c13453e52df43091fe5abc8a279660807.tar.gz |
MFC r260556: Add some missing .Nm for newer syscalls in existing man pages.
-rw-r--r-- | lib/libc/sys/accept.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/chflags.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/pipe.2 | 3 |
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 |