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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260556
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