Add some missing .Nm for newer syscalls in existing man pages.

MFC after:	1 week
This commit is contained in:
Jilles Tjoelker 2014-01-11 22:00:16 +00:00
parent b95de98a6b
commit b83686c8fe
3 changed files with 6 additions and 3 deletions

View File

@ -32,7 +32,8 @@
.Dt ACCEPT 2 .Dt ACCEPT 2
.Os .Os
.Sh NAME .Sh NAME
.Nm accept .Nm accept ,
.Nm accept4
.Nd accept a connection on a socket .Nd accept a connection on a socket
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc

View File

@ -34,7 +34,8 @@
.Sh NAME .Sh NAME
.Nm chflags , .Nm chflags ,
.Nm lchflags , .Nm lchflags ,
.Nm fchflags .Nm fchflags ,
.Nm chflagsat
.Nd set file flags .Nd set file flags
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc

View File

@ -32,7 +32,8 @@
.Dt PIPE 2 .Dt PIPE 2
.Os .Os
.Sh NAME .Sh NAME
.Nm pipe .Nm pipe ,
.Nm pipe2
.Nd create descriptor pair for interprocess communication .Nd create descriptor pair for interprocess communication
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc