aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1996-08-19 02:22:15 +0000
committerJulian Elischer <julian@FreeBSD.org>1996-08-19 02:22:15 +0000
commit3fcaebbf7988deccd31cfb369db0b685b430be69 (patch)
tree42913b642032bf8e78fcc4b99296dcc93b1088d6 /share/man/man9/Makefile
parentad4240fec4feed2dfca1ca0e0bb303eb01aa3a5b (diff)
downloadsrc-3fcaebbf7988deccd31cfb369db0b685b430be69.tar.gz
src-3fcaebbf7988deccd31cfb369db0b685b430be69.zip
Add man-pages for at_exit, at_fork and at_shutdown()
so that people can look and comment. I'll add the at_fork and at_exit immediatly, but I'll add teh at_shutdown later as it's more extensive and I desire people's comments.. julian
Notes
Notes: svn path=/head/; revision=17659
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 949534c374f3..7c4409026105 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,10 +1,14 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-MAN9= copy.9 devfs_add_devswf.9 devfs_link.9 fetch.9 intro.9 sleep.9 \
+MAN9= at_shutdown.9 at_fork.9 at_exit.9 copy.9 devfs_add_devswf.9 \
+ devfs_link.9 fetch.9 intro.9 sleep.9 \
store.9 style.9 timeout.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+= at_shutdown.9 rm_at_shutdown.9
+MLINKS+= at_exit.9 rm_at_exit.9
+MLINKS+= at_fork.9 rm_at_fork.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