alex
9cbc8425a5
Typo fix: sq --> qs
1997-05-12 01:56:31 +00:00
bde
81c85a1050
Fixed #include and/or prototype bugs in synopsis.
1997-04-13 14:49:13 +00:00
bde
d280e8e0d0
Updated synopsis for Lite2.
...
Fixed missing #include in synopsis.
1997-04-13 14:39:59 +00:00
bde
8be7733c4d
Fixed #include(s) in the synopsis to actually declare the function(s) in the
...
synopsis.
1997-04-11 17:58:16 +00:00
bde
40a06f087a
Cleaned up synopsis:
...
- don't quote function names, since quoting them is unnecessary and
unusual and confuses my synopsis checker.
- include <sys/types.h> instead of <sys/param.h>. It is normal to
(have to) include <sys/param.h> instead of <sys/types.h>, but it
is more useful for man pages to document minimal prerequisites.
1997-04-11 17:55:19 +00:00
bde
37c6de8c8b
Fixed synopsis:
...
- don't declare nonexistent function sleep().
- don't include <sys/errno.h> explicitly.
sleep() should be nuked some more, e.g., this man page should not be
named after a nonexistent function.
1997-04-11 17:49:56 +00:00
mpp
9bbed0ec57
Check for -1 instead of EOF in the getopt() example.
...
Submitted by: Kent Vander Velden
1997-04-09 19:03:14 +00:00
mpp
8b2ae1155b
Document wakeup_one().
1997-04-09 05:39:32 +00:00
jmg
5718f160bd
uncomment CD_Q_BCD_TRACKS flag, add xref to scsi(4)
1997-04-02 09:41:16 +00:00
mpp
a3cb9f3f40
Add malloc(9) to document the kernel malloc() and free() routines.
...
Obtained from: NetBSD w/changes to reflect current FreeBSD headers
and diagnostic messages.
1997-03-22 23:50:21 +00:00
mpp
761b22f4a3
Minor mdoc fixes.
1997-03-22 22:47:34 +00:00
mpp
08751c4aec
Add vslock(9) to document the vslock() and vsunlock() kernel functions.
...
Obtained from: NetBSD
1997-03-22 22:21:37 +00:00
mpp
9d7600e50e
One minor mdoc fix.
1997-03-22 22:19:26 +00:00
mpp
b8cac29a60
Add kernacc(9) that documents the kernacc() and useracc() kernel
...
functions.
Obtained from: NetBSD (renamed from access.9)
1997-03-22 22:06:07 +00:00
mpp
149d6005f7
Add physio(9).
...
Obtained from: NetBSD w/minor FreeBSD changes
1997-03-22 21:31:29 +00:00
mpp
a625d152d0
Add mi_switch.9. It documents the kernel mi_switch() and cpu_switch()
...
context switching functions.
Obtained from: NetBSD (renamed from ctxsw.9)
1997-03-22 20:59:18 +00:00
mpp
46c4b1647f
Add resettodr(9).
...
Obtained from: NetBSD
1997-03-22 20:07:04 +00:00
mpp
1091fea9b4
Add inittodr(9) to document how the system clock is initialized.
...
Obtained from NetBSD and then modified to reflect how things work
in FreeBSD, along with some minor changes to make a few points
clearer.
1997-03-22 19:46:44 +00:00
mpp
7e56192688
Add time(9) to document the kernel time variables. Obtained from
...
NetBSD and then modified by me to reflect some FreeBSD specific
things and to clarify some other pointed based on some old mail
from Bruce Evans about this man page.
1997-03-22 19:09:31 +00:00
mpp
58cd3eaefb
Use the .Fx macro for FreeBSD references for releases prior to 2.0.
...
Use the .Tn macro for generic FreeBSD references. Cleanup other
formatting problems noticed while making the above changes.
1997-03-21 20:14:15 +00:00
bde
44b292ab2b
Fixed missing #includes in synopsis.
1997-03-19 03:23:54 +00:00
bde
265d3730cb
Fixed synopsis (wrong #includes and superfluous parentheses in typedef).
...
Nuked the confusing timeout_func_t typedef. It will go away in <systm.h>
later.
1997-03-19 03:18:01 +00:00
mpp
2876ef66e7
Some minor mdoc cleanup.
1997-03-07 03:32:31 +00:00
mpp
1bebfc82c7
Update this man page to reflect how setattr manipulates time
...
values after the Lite2 merge.
1997-03-07 03:16:52 +00:00
jmg
89d737b98c
add missing cvs Id lines
1997-03-07 02:53:37 +00:00
dfr
2095d960d6
Formatting tweaks.
1997-03-04 10:02:44 +00:00
mpp
e725b5966a
Typo police.
1997-03-04 06:20:48 +00:00
dfr
7e67e1e732
This is the current draft of my filesystem manpages. Some files are
...
incomplete and some are just placeholders but I wanted to try to get
something at least into 2.2 on the grounds that what I have is a lot
better than nothing. I also wanted to commit something which documents
the interfaces in 2.2 before I start updating the documentation for 3.0.
This is a definite 2.2 candidate and is also relavent to 2.1 if people
still care about that branch.
1997-03-03 18:01:01 +00:00
mpp
84a3853f86
Correct section number in the .DT line.
...
Pointed out by: bde
1997-02-23 18:00:03 +00:00
peter
d69a45675f
Revert $FreeBSD$ back to $Id$
1997-02-22 13:26:29 +00:00
mpp
7e0c67f1a8
These man pages will first appear in FreeBSD 2.2, not 3.0.
1997-02-17 15:22:20 +00:00
mpp
6a98120bf1
Style fixes.
1997-02-14 07:47:37 +00:00
mpp
bcd3297bf1
Xref boot(9).
1997-02-14 07:08:17 +00:00
mpp
9e313d9014
Style fix.
1997-02-14 07:07:13 +00:00
mpp
9e35d348fd
Add boot(9) Obtained from NetBSD w/modifications by me.
1997-02-14 07:06:26 +00:00
mpp
dbedc42a5c
Add MD5(9).
...
Obtained from: OpenBSD
1997-02-14 06:42:21 +00:00
mpp
2188432c4a
Add psignal(9).
...
Obtained from: NetBSD
1997-02-13 17:19:50 +00:00
mpp
2056e1e95d
Add panic(9).
...
Obtained from: NetBSD
1997-02-13 17:02:28 +00:00
mpp
51d97d42a9
Typo police.
1997-02-09 21:08:52 +00:00
joerg
df55a26f65
Various man pages describing the internals of the SCSI subsystem.
...
Submitted by: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
1997-02-09 20:29:15 +00:00
mpp
8a3aa59014
Fix a typo and one small style point.
1997-02-02 21:38:10 +00:00
joerg
5e164803b6
Add a man page for the uio handling, after all the recent ramblings in
...
the hackers list.
Please correct me where i'm wrong.
1997-02-02 11:41:07 +00:00
phk
3f900d53fc
add more arguments to these things.
...
2.2 candidate.
1997-01-15 19:39:45 +00:00
wollman
af06f5886c
Document Monday's changes in the interface structure.
1997-01-15 19:28:39 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
mpp
87e564fb81
Spelling police.
1996-12-26 22:50:43 +00:00
wosch
f9836114d4
Sort cross references.
1996-12-26 16:16:37 +00:00
mpp
0659371d2d
Typo police.
1996-12-18 22:06:47 +00:00
wollman
25af2478ff
Create a new manual page describing how network interfaces and
...
addresses are glued together with the generic networking code.
1996-12-17 20:21:01 +00:00
mpp
d6dadb5ec6
Minor formatting/style fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134
1996-12-09 07:45:59 +00:00