diff options
| author | Robert Mustacchi <rm@joyent.com> | 2014-12-23 06:23:37 +0000 | 
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2014-12-27 08:30:25 -0800 | 
| commit | 1fcc078ae7c0a359a9274d2a5a90547aceb213a6 (patch) | |
| tree | 9b8362a6b25333d87ff276d53ee415da3fe4ff57 /usr/src/man/man3lib | |
| parent | d3864341aacc6a2ecc95960d23ac0e49f1f538fa (diff) | |
| download | illumos-joyent-1fcc078ae7c0a359a9274d2a5a90547aceb213a6.tar.gz | |
5479 Need missing *at family manual pages
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3lib')
| -rw-r--r-- | usr/src/man/man3lib/libc.3lib | 13 | 
1 files changed, 9 insertions, 4 deletions
| diff --git a/usr/src/man/man3lib/libc.3lib b/usr/src/man/man3lib/libc.3lib index 61da3d9c82..827bf53f28 100644 --- a/usr/src/man/man3lib/libc.3lib +++ b/usr/src/man/man3lib/libc.3lib @@ -222,6 +222,7 @@ l l .  \fBfaccessat\fR	  \fBfacl\fR	\fBfattach\fR  \fBfchdir\fR	\fBfchmod\fR +\fBfchmodat\fR  \fBfchown\fR	\fBfchownat\fR  \fBfchroot\fR	\fBfclose\fR  \fBfcloseall\fR	\fBfcntl\fR @@ -385,8 +386,8 @@ l l .  \fBlcong48\fR	\fBldexp\fR  \fBldivide\fR	\fBlexp10\fR  \fBlfind\fR	\fBlfmt\fR -\fBlink\fR	\fBlio_listio\fR -\fBllabs\fR	 +\fBlink\fR	\fBlinkat\fR +\fBlio_listio\fR	\fBllabs\fR	  \fBlldiv\fR	\fBllog10\fR  \fBllseek\fR	\fBlltostr\fR  \fBlocaleconv\fR	\fBlocaltime\fR @@ -415,8 +416,10 @@ l l .  \fBmeminfo\fR	\fBmemmem\fR  \fBmemmove\fR  \fBmemset\fR	\fBmincore\fR -\fBmkdir\fR	\fBmkfifo\fR -\fBmknod\fR	\fBmkstemp\fR +\fBmkdir\fR	\fBmkdirat\fR +\fBmkfifo\fR	\fBmkfifoat\fR +\fBmknod\fR	\fBmknodat\fR +\fBmkstemp\fR  \fBmktemp\fR	\fBmktime\fR  \fBmlock\fR	\fBmlockall\fR  \fBmmap\fR	\fBmmapobj\fR @@ -581,6 +584,7 @@ l l .  \fBre_comp\fR	\fBre_exec\fR  \fBread\fR	\fBreaddir\fR  \fBreaddir_r\fR	\fBreadlink\fR +\fBreadlinkat\fR  \fBreadv\fR	\fBrealloc\fR  \fBrealpath\fR	\fBreboot\fR  \fBregcmp\fR	\fBregcomp\fR @@ -696,6 +700,7 @@ l l .  \fBswab\fR	\fBswapcontext\fR  \fBswapctl\fR	\fBswprintf\fR  \fBswscanf\fR	\fBsymlink\fR +\fBsymlinkat\fR  \fBsync\fR	\fBsync_instruction_memory\fR  \fBsysconf\fR	\fBsysfs\fR  \fBsysinfo\fR	\fBsyslog\fR | 
