Commit Graph

105 Commits

Author SHA1 Message Date
alex
98c758e7db Expanded cross references. 1998-01-02 19:22:52 +00:00
bde
91fd3d119c Sorted lists. Use the same style as most Makefiles for `MLINKS+=' lines. 1998-01-01 10:12:14 +00:00
bde
0fd0acf7f1 Install devfs_remove_dev.9 and suser.9. 1998-01-01 09:40:21 +00:00
wosch
1fc752bc49 The terminating character in strings is NUL', not NULL'. 1997-12-28 12:06:29 +00:00
hoek
b298ef3a0e Use consistent spelling,
writeable -> writable (recall prior debate over this? :-)
	initialise -> initialize
	recognise -> recognize

Merry Christmas! :)
1997-12-25 09:36:42 +00:00
julian
9e753bd8ef Add a man page for REMOVING devices from devfs. 1997-12-25 05:54:24 +00:00
wollman
c3d83437c9 oops, remove a dangling predicate left over after a sentence was rewritten. 1997-12-07 20:25:45 +00:00
wollman
1a62c81045 Add some more macro advice and correct spelling of ``parentheses''. 1997-12-07 20:19:20 +00:00
wollman
8d5eb38320 Added some advice to avoid typedef'ing structures, as this breaks
information-hiding.  Also recommended against naming typedefs to end
in _t unless POSIX or ANSI requires it, and in favor of using queue(3)
macros to generate lists rather than rolling one's own.
1997-12-07 19:53:44 +00:00
bde
74b31032f5 Fixed spelling of EACCES. 1997-11-23 17:58:55 +00:00
obrien
76d477b7c8 state that "kernel includes" ==> sys/*.h 1997-11-12 06:29:10 +00:00
phk
6b8eeec25c Update malloc.9 to reflect new reality. 1997-10-11 08:11:31 +00:00
phk
d2f3af0038 Be a little closer to current reality. 1997-10-11 07:39:45 +00:00
wosch
09c823e43d Sort cross refereces in section SEE ALSO. 1997-09-29 10:11:02 +00:00
gibbs
979d879c6c Updated timeout.9 man page describing the new callout interface. This
man page was based on the NetBSD version.
1997-09-21 22:12:19 +00:00
eivind
395696459b Activate the bios.9 manpage.
PR:	4215
1997-08-12 18:24:44 +00:00
msmith
40e067979b Oops, fix manpage title. 1997-08-01 15:17:54 +00:00
msmith
b69a5ab3d9 Manpage for new BIOS functionality.
(Skeletal, could do with some extra references.)
1997-08-01 06:04:08 +00:00
peter
ea1b152d86 An overhaul of style.9 to clear up some of the ambiguities. A number of
things are explicitly stated now rather than being implied by example.

Obtained from: Quite a few people over the last few weeks
Reviewed by: core
1997-05-27 10:00:08 +00:00
alex
686767cb40 Typo fix: sq --> qs 1997-05-12 01:56:31 +00:00
bde
37dd85e0da Fixed #include and/or prototype bugs in synopsis. 1997-04-13 14:49:13 +00:00
bde
730fe2af93 Updated synopsis for Lite2.
Fixed missing #include in synopsis.
1997-04-13 14:39:59 +00:00
bde
82d2a28a3e Fixed #include(s) in the synopsis to actually declare the function(s) in the
synopsis.
1997-04-11 17:58:16 +00:00
bde
f20aa43dac 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
bda75fa825 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
a78275ee5a Check for -1 instead of EOF in the getopt() example.
Submitted by:	Kent Vander Velden
1997-04-09 19:03:14 +00:00
mpp
35228962e1 Document wakeup_one(). 1997-04-09 05:39:32 +00:00
jmg
05f3760fd6 uncomment CD_Q_BCD_TRACKS flag, add xref to scsi(4) 1997-04-02 09:41:16 +00:00
mpp
e71da66116 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
8dda386de0 Minor mdoc fixes. 1997-03-22 22:47:34 +00:00
mpp
f5059dc792 Add vslock(9) to document the vslock() and vsunlock() kernel functions.
Obtained from: NetBSD
1997-03-22 22:21:37 +00:00
mpp
87edb9d465 One minor mdoc fix. 1997-03-22 22:19:26 +00:00
mpp
3312fe00c6 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
a2bbd858e9 Add physio(9).
Obtained from: NetBSD w/minor FreeBSD changes
1997-03-22 21:31:29 +00:00
mpp
560d21024f 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
3e677416ab Add resettodr(9).
Obtained from: NetBSD
1997-03-22 20:07:04 +00:00
mpp
3e9a661bc8 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
0aef87ca32 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
7d4bc6bd9d 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
f95b0bfdb1 Fixed missing #includes in synopsis. 1997-03-19 03:23:54 +00:00
bde
3bff4e5b62 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
0bb74416d7 Some minor mdoc cleanup. 1997-03-07 03:32:31 +00:00
mpp
4db91d3b58 Update this man page to reflect how setattr manipulates time
values after the Lite2 merge.
1997-03-07 03:16:52 +00:00
jmg
7268b6c84d add missing cvs Id lines 1997-03-07 02:53:37 +00:00
dfr
296d8ea8a3 Formatting tweaks. 1997-03-04 10:02:44 +00:00
mpp
87a0bd3e37 Typo police. 1997-03-04 06:20:48 +00:00
dfr
940dc473ff 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
f0c258ec80 Correct section number in the .DT line.
Pointed out by: bde
1997-02-23 18:00:03 +00:00
peter
1c330f84fb Revert $FreeBSD$ back to $Id$ 1997-02-22 13:26:29 +00:00
mpp
c60f0d7d45 These man pages will first appear in FreeBSD 2.2, not 3.0. 1997-02-17 15:22:20 +00:00