mycroft
c49d89171e
Mention that timeout is in milliseconds.
1996-09-07 21:53:08 +00:00
mycroft
28a375c45a
Cross-reference poll(2).
1996-09-07 21:51:53 +00:00
mycroft
56b990d61e
Document the use of INFTIM.
1996-09-07 21:50:07 +00:00
mycroft
52528cc4f8
Add a poll(2) man page.
1996-09-07 19:05:32 +00:00
mycroft
f6f3a3525f
Document EFAULT as a valid error.
1996-09-07 17:54:26 +00:00
mycroft
65e2460e9e
Build a stub for poll(2).
1996-09-07 14:25:51 +00:00
mrg
18393cb155
document RB_STRING.
1996-08-10 00:22:29 +00:00
thorpej
5ef055ef5c
Phrasing/formatting tweaks, from Kenneth Stailey <kstailey@dol-esa.gov>
...
in PR #2677 .
1996-08-09 19:09:32 +00:00
mrg
9c0b5cc2eb
reboot(2)/getpgid(2) changes.
1996-08-09 14:10:45 +00:00
mrg
74693079c6
update for new reboot(2).
1996-08-09 10:32:11 +00:00
mycroft
601306abca
Resurrect the setre[ug]id() stubs.
1996-06-23 11:52:49 +00:00
mycroft
23558a0acd
Clean up removed files.
1996-06-23 11:50:33 +00:00
mycroft
db3e68aa58
Describe the _POSIX_SAVED_IDS situation more clearly.
1996-05-21 23:39:57 +00:00
mycroft
e376b17fef
Build a stub for futimes().
1996-04-23 10:42:30 +00:00
mycroft
ad2105650e
Document futimes().
1996-04-23 10:34:16 +00:00
jtc
991d366a82
Update to agree with <sys/mount.h>; From Todd C. Miller <millert@cs.colorado.edu>
1996-02-29 23:47:48 +00:00
jtc
1980640710
comment out PT_READ_U, PT_WRITE_U, PT_SYSCALL descriptions
1996-02-23 01:39:41 +00:00
phil
f85411e692
Change to fit reality. Backlog is limited to 128, not 5.
...
(sys/socket.h: SOMAXCONN)
1996-02-16 20:38:45 +00:00
mycroft
3544b72f01
Update to match mount(2) prototype.
1996-02-08 18:33:58 +00:00
mycroft
18fbe90d92
Document EMFILE and ENFILE.
1996-01-31 20:14:42 +00:00
jtc
78db0b395c
Add S_IFWHT to correspond with <sys/stat.h>; Reported by Mike Long in PR #1949
1996-01-17 02:15:28 +00:00
thorpej
05df93de55
Document the EACCES errno value as returned by sendmsg(2), per
...
Ted Mellon <mellon@fugue.com>, PR #1093 .
1996-01-15 01:17:18 +00:00
jtc
990dc3cb42
Fix grammar error pointed out by Peter Seebach in PR#1846
1995-12-27 21:17:02 +00:00
jtc
31ed1143ff
merge in changes from 1.1 release branch
1995-11-28 06:41:14 +00:00
cgd
a2ce90f34c
change definition of profil() to make it 64-bit friendly. This has
...
no practical consequence on 32-bit systems. old prototype was
int profil(char *, int, int, int), and new one is int profile(char *,
size_t, u_long, u_int). the size_t is the size of the buffer,
and the u_long is the 'starting offset'. (I changed the last int
to u_int, because it's treated as a u_int everywhere, and isn't
logically a signed value.)
1995-11-22 23:07:19 +00:00
jtc
15ad6704b0
SysV IPC manpages from Frank van der Linden
1995-10-16 23:49:07 +00:00
jtc
b5d1933995
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
...
section with the actual function declarations. See PR #1589 for details.
1995-10-12 15:40:27 +00:00
christos
d0749900af
Don't write a.out files; breaks parallel makes.
1995-09-25 00:57:28 +00:00
cgd
d9393d75fb
fix pr 1214 slightly differently. i _didn't_ use the .Fa macro to
...
mark "file," because in context it didn't seem as if the argument was
being literally named. rather it seemed that the argument's purpose
being described. (the difference being: "... modification times of the
file named by file" would be a case where the the argument was named,
and thus be used with .Fa.)
1995-07-12 07:18:31 +00:00
cgd
8f0aa84845
make these manual pages match current reality
1995-06-29 11:40:44 +00:00
cgd
abde65bef8
fix typo, as pointed out by David Brownlee
1995-06-27 22:32:28 +00:00
cgd
873e3c7169
add mlock xrefs as suggested by davide@cs.cmu.edu
1995-06-24 10:47:05 +00:00
cgd
98c450a103
add mincore xref as suggested by davide@cs.cmu.edu
1995-06-24 10:42:03 +00:00
jtc
5c433aa57e
char * -> const char *
1995-04-19 23:31:15 +00:00
mycroft
4c34be6b52
Clean up deleted files.
1995-03-01 00:00:00 +00:00
cgd
2493ac526d
fix typo, and the fact that i was using a large xterm
1995-02-27 13:22:55 +00:00
cgd
110ae2f203
resurrect man page, only to note deprecation; belongs elsewhere (where?)
1995-02-27 13:21:35 +00:00
cgd
4eab61bd40
merge with lite, keeping most local changes. clean up Ids
1995-02-27 12:31:34 +00:00
cgd
c67e54a2e2
clean up merge, fix Id's
1995-02-27 11:22:54 +00:00
cgd
aeb457b1a7
from Lite
1995-02-27 10:49:50 +00:00
cgd
5b9633ddd7
fix RCS Id. fix definition of fsid_t.
1995-02-27 10:43:23 +00:00
cgd
be21d1de72
clean up RCS Id's
1995-02-27 10:41:36 +00:00
jtc
ee4db031bc
sigmask() macro doesn't belong here, it's in the sigblock() manpage
1995-01-04 18:48:00 +00:00
mycroft
e0354b7995
Build undelete(2) stub.
1994-12-28 01:42:56 +00:00
cgd
ae9172d6cd
specify man pages the new way.
1994-12-22 09:57:51 +00:00
jtc
debb742e2f
Changed type of struct rlimit from quad_t to rlim_t.
...
Changed RLIM_INFINITY to 64 bit quantity.
1994-12-08 06:49:43 +00:00
deraadt
283e16a22b
ptrace(2) by der mouse; not checked for accuracy
1994-11-14 06:26:44 +00:00
cgd
04a4b7684b
make the sysv functions real syscalls.
1994-10-20 04:17:05 +00:00
cgd
9230a088b3
cast
1994-10-19 03:21:41 +00:00
cgd
32e7357c0f
either change or update references to sigvec(), as appropriate
1994-10-17 23:49:08 +00:00