Initial Spring 2016 commit.

This commit is contained in:
Geoffrey Challen
2015-12-23 00:50:04 +00:00
commit cafa9f5690
732 changed files with 92195 additions and 0 deletions

16
man/syscall/Makefile Normal file
View File

@@ -0,0 +1,16 @@
# Man pages for system calls
TOP=../..
.include "$(TOP)/mk/os161.config.mk"
MANDIR=/man/syscall
MANFILES=\
__getcwd.html __time.html _exit.html chdir.html close.html dup2.html \
errno.html execv.html fork.html fstat.html fsync.html ftruncate.html \
getdirentry.html getpid.html index.html ioctl.html link.html \
lseek.html lstat.html mkdir.html open.html pipe.html read.html \
readlink.html reboot.html remove.html rename.html rmdir.html \
sbrk.html stat.html symlink.html sync.html waitpid.html write.html
.include "$(TOP)/mk/os161.man.mk"