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

MFC after:	1 week
This commit is contained in:
jilles 2014-01-11 22:00:16 +00:00
parent 5886553bdc
commit 6cec7e0fad
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

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

View File

@ -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