NetBSD/lib/libc/sys
cgd c917dfb5b2 Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
.Dd is supposed to be invoked like:
	.Dd month day, year
e.g. ".Dd January 25, 1989", rather than:
	.Dd "month day, year"
which is what these pages did.
1997-05-29 01:48:05 +00:00
..
Makefile.inc Delete hanging .if left by patch. 1997-05-24 03:02:12 +00:00
_exit.2 Add/update 1003.1 conformance notice. 1997-05-16 16:03:53 +00:00
accept.2 Document EMFILE and ENFILE. 1996-01-31 20:14:42 +00:00
access.2 Rework text explaining false positives. 1997-04-23 20:29:52 +00:00
acct.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
adjtime.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
bind.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
brk.2 replace <sys/types.h> with <unistd.h> and fix type of brk(); 1997-01-23 05:32:52 +00:00
chdir.2 Add/update 1003.1 conformance notice. 1997-05-16 15:31:01 +00:00
chflags.2 document new reasons why {,f}chflags() can return EPERM; fixes 1997-04-23 06:00:51 +00:00
chmod.2 Add/update 1003.1 conformance notice. 1997-05-16 15:31:01 +00:00
chown.2 Note that fchown(2) also implies clearing the set-{group,user}-id bits; 1997-04-30 19:35:33 +00:00
chroot.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
close.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
connect.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
dup.2 Update standards conformance. 1997-05-16 15:19:40 +00:00
execve.2 xref sigprocmask(2), not obsolete sigsetmask(2). 1997-05-12 07:46:33 +00:00
fcntl.2 Note 1003.1 conformance. 1997-05-16 15:18:22 +00:00
flock.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
fork.2 per-user process limit is set by RLIMIT_NPROC, not MAXUPRC; fixes PR 888. 1997-03-11 07:27:59 +00:00
fsync.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
ftruncate.c Fix quad_t __syscall() return goofs. Now these should work on big-endian 1996-12-23 03:00:25 +00:00
getdirentries.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
getfh.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
getfsstat.2 MNAMELEN is 90. 1997-05-21 21:48:47 +00:00
getgid.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
getgroups.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
getitimer.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
getlogin.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
getpeername.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
getpgrp.2 update for new reboot(2). 1996-08-09 10:32:11 +00:00
getpid.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
getpriority.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
getrlimit.2 Remove outdated BUGS section (from Mike Long, PR 2804) 1996-10-04 16:59:46 +00:00
getrusage.2 make manpage match header; from Brian Grayson in PR misc/3367 1997-03-21 05:59:54 +00:00
getsockname.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
getsockopt.2 Fix typo; control message type for SO_TIMESTAMP is SCM_TIMESTAMP. 1997-01-12 01:01:06 +00:00
gettimeofday.2 document kernel change 1997-04-26 21:25:49 +00:00
getuid.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
intro.2 xrefs need section numbers 1997-05-13 03:15:40 +00:00
ioctl.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
kill.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
ktrace.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
link.2 oops, missed one (from PR 3397) 1997-03-27 07:57:12 +00:00
listen.2 Change to fit reality. Backlog is limited to 128, not 5. 1996-02-16 20:38:45 +00:00
lseek.2 Documented EINVAL result for invalid resulting offsets. 1997-04-04 14:32:54 +00:00
lseek.c pull in unistd.h for prototypes 1996-12-20 20:17:19 +00:00
madvise.2 Fix grammar error pointed out by Peter Seebach in PR#1846 1995-12-27 21:17:02 +00:00
makelintstub a script to build C source code stubs to be fed to lint(1) from the data 1996-12-22 11:38:34 +00:00
mincore.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
mkdir.2 fix the the typos 1996-11-12 01:04:24 +00:00
mkfifo.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
mknod.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
mlock.2 add mincore xref as suggested by davide@cs.cmu.edu 1995-06-24 10:42:03 +00:00
mmap.2 Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: 1997-05-29 01:48:05 +00:00
mmap.c Fix quad_t __syscall() return goofs. Now these should work on big-endian 1996-12-23 03:00:25 +00:00
mount.2 document MNT_NOCOREDUMP 1996-10-23 22:54:26 +00:00
mprotect.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
msgctl.2 cleanup xrefs 1997-03-27 08:20:35 +00:00
msgget.2 SysV IPC manpages from Frank van der Linden 1995-10-16 23:49:07 +00:00
msgrcv.2 cleanup xrefs 1997-03-27 08:20:35 +00:00
msgsnd.2 cleanup xrefs 1997-03-27 08:20:35 +00:00
msync.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
munmap.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
nanosleep.2 Documentation for the new nanosleep syscall. 1997-04-17 18:12:02 +00:00
nfssvc.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
open.2 Add/update 1003.1 conformance notice. 1997-05-16 15:31:01 +00:00
pathconf.2 Add/update 1003.1 conformance notice. 1997-05-16 15:31:01 +00:00
pipe.2 Update standards conformance. 1997-05-15 17:05:18 +00:00
poll.2 Mention that timeout is in milliseconds. 1996-09-07 21:53:08 +00:00
profil.2 Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: 1997-05-29 01:48:05 +00:00
ptrace.2 alternate -> alternative, per PR 2643 1997-03-08 13:36:38 +00:00
quotactl.2 ufs/quota.h -> ufs/ufs/quota.h, and some instances of ufs -> ffs 1996-10-22 21:49:00 +00:00
read.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
readlink.2 fix misplaced punctuation in SEE ALSO section. 1997-03-25 05:19:05 +00:00
reboot.2 document RB_STRING. 1996-08-10 00:22:29 +00:00
recv.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
rename.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
revoke.2 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
rmdir.2 Add/update 1003.1 conformance notice. 1997-05-16 15:31:01 +00:00
select.2 Cross-reference poll(2). 1996-09-07 21:51:53 +00:00
semctl.2 cleanup xrefs 1997-03-27 08:20:35 +00:00
semctl.c clean up merge, fix Id's 1995-02-27 11:22:54 +00:00
semget.2 cleanup xrefs 1997-03-27 08:20:35 +00:00
semop.2 SysV IPC manpages from Frank van der Linden 1995-10-16 23:49:07 +00:00
send.2 Added EHOSTUNREACH description to ERRORS, closing PR 3133. 1997-03-25 15:43:06 +00:00
setgroups.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
setpgid.2 make setpgid(pid, pgrp) return EINVAL if pgrp < 0 as required by POSIX.1; 1997-03-27 06:14:03 +00:00
setregid.2 Resurrect the setre[ug]id() stubs. 1996-06-23 11:52:49 +00:00
setreuid.2 Resurrect the setre[ug]id() stubs. 1996-06-23 11:52:49 +00:00
setsid.2 Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: 1997-05-29 01:48:05 +00:00
setuid.2 Describe the _POSIX_SAVED_IDS situation more clearly. 1996-05-21 23:39:57 +00:00
shmat.2 cleanup xrefs 1997-03-27 08:20:35 +00:00
shmctl.2 cleanup xrefs 1997-03-27 08:20:35 +00:00
shmget.2 cleanup xrefs 1997-03-27 08:20:35 +00:00
shutdown.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
sigaction.2 allow examination of SIGKILL and SIGSTOP signal handlers (but still 1997-03-27 07:52:25 +00:00
sigaltstack.2 alternate -> alternative, per PR 2643 1997-03-08 13:47:08 +00:00
sigpending.2 Add/update 1003.1 conformance notice. 1997-05-16 16:03:53 +00:00
sigprocmask.2 Add/update 1003.1 conformance notice. 1997-05-16 16:03:53 +00:00
sigreturn.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
sigstack.2 resurrect man page, only to note deprecation; belongs elsewhere (where?) 1995-02-27 13:21:35 +00:00
sigsuspend.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
socket.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
socketpair.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
stat.2 Add/update 1003.1 conformance notice. 1997-05-16 15:31:01 +00:00
statfs.2 Phrasing/formatting tweaks, from Kenneth Stailey <kstailey@dol-esa.gov> 1996-08-09 19:09:32 +00:00
swapon.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
symlink.2 add xrefs to readlink(2) and symlink(7). former from Brian Grayson in 1997-03-25 05:18:21 +00:00
sync.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
sysarch.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
syscall.2 note that __syscall() is prototyped to return a quad_t 1996-12-21 01:38:56 +00:00
timer_create.c Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b 1997-04-17 19:07:15 +00:00
timer_delete.c Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b 1997-04-17 19:07:15 +00:00
timer_getoverrun.c Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b 1997-04-17 19:07:15 +00:00
timer_gettime.c Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b 1997-04-17 19:07:15 +00:00
timer_settime.c Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b 1997-04-17 19:07:15 +00:00
truncate.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
truncate.c Fix quad_t __syscall() return goofs. Now these should work on big-endian 1996-12-23 03:00:25 +00:00
umask.2 Add/update 1003.1 conformance notice. 1997-05-16 15:31:01 +00:00
unlink.2 Add/update 1003.1 conformance notice. 1997-05-16 15:31:01 +00:00
utimes.2 Document futimes(). 1996-04-23 10:34:16 +00:00
vfork.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
wait.2 check options argument to wait{3,4,pid}(); from Klaus Klein in PR 3182. 1997-02-07 05:33:07 +00:00
write.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00