aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-04-15 21:37:07 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-04-15 21:37:07 +0000
commit5406291a1d340b0e66fa52dda3230c0b65f47e63 (patch)
tree7de1e4760c533b2fc1176aaecf83fd0885582931 /share/man/man9/Makefile
parentcbe78b44aaeea81d5351742797efb1f12e0b4834 (diff)
downloadsrc-5406291a1d340b0e66fa52dda3230c0b65f47e63.tar.gz
src-5406291a1d340b0e66fa52dda3230c0b65f47e63.zip
Add man pages for the copy*, fetch*, and store* families of
kernel functions. Also added timeout(9) to the makefile. Reviewed by: joerg Obtained from: NetBSD
Notes
Notes: svn path=/head/; revision=15266
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 759da53b63f9..949534c374f3 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,9 +1,12 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-MAN9= devfs_add_devswf.9 devfs_link.9 intro.9 sleep.9 style.9
+MAN9= copy.9 devfs_add_devswf.9 devfs_link.9 fetch.9 intro.9 sleep.9 \
+ store.9 style.9 timeout.9
-MLINKS+= \
- sleep.9 tsleep.9 \
- sleep.9 wakeup.9
+MLINKS+= copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 copy.9 copyinstr.9
+MLINKS+= fetch.9 fubyte.9 fetch.9 fusword.9 fetch.9 fuswintr.9 fetch.9 fuword.9
+MLINKS+= sleep.9 tsleep.9 sleep.9 wakeup.9
+MLINKS+= store.9 subyte.9 store.9 susword.9 store.9 suswintr.9 store.9 suword.9
+MLINKS+= timeout.9 untimeout.9
.include <bsd.prog.mk>