diff options
Diffstat (limited to 'usr/src/man/man3c/Makefile')
| -rw-r--r-- | usr/src/man/man3c/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/man/man3c/Makefile b/usr/src/man/man3c/Makefile index ed669e9a40..ae5b8542bd 100644 --- a/usr/src/man/man3c/Makefile +++ b/usr/src/man/man3c/Makefile @@ -10,6 +10,7 @@ # # Copyright 2011, Richard Lowe +# Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved. include ../../Makefile.master @@ -671,6 +672,7 @@ MANSOFILES = FD_CLR.3c \ csetno.3c \ ctermid_r.3c \ ctime_r.3c \ + dup3.3c \ dbm_clearerr.3c \ dbm_close.3c \ dbm_delete.3c \ @@ -848,6 +850,8 @@ MANSOFILES = FD_CLR.3c \ memset.3c \ minor.3c \ mkdtemp.3c \ + mkostemp.3c \ + mkostemps.3c \ mkstemps.3c \ mq_reltimedreceive_np.3c \ mq_reltimedsend_np.3c \ @@ -1651,6 +1655,8 @@ memset.3c := SOSRC = man3c/memory.3c mkdtemp.3c := SOSRC = man3c/mkstemp.3c mkstemps.3c := SOSRC = man3c/mkstemp.3c +mkostemp.3c := SOSRC = man3c/mkstemp.3c +mkostemps.3c := SOSRC = man3c/mkstemp.3c munlock.3c := SOSRC = man3c/mlock.3c @@ -1678,6 +1684,8 @@ dbm_nextkey.3c := SOSRC = man3c/ndbm.3c dbm_open.3c := SOSRC = man3c/ndbm.3c dbm_store.3c := SOSRC = man3c/ndbm.3c +dup3.3c := SOSRC = man3c/dup2.3c + fdopendir.3c := SOSRC = man3c/opendir.3c errno.3c := SOSRC = man3c/perror.3c |
