Commit Graph

525 Commits

Author SHA1 Message Date
alex
9cbc8425a5 Typo fix: sq --> qs 1997-05-12 01:56:31 +00:00
pst
5921bac48c Update the manual page to call more attention to the probe override flags. 1997-05-11 18:28:08 +00:00
joerg
f8b5f0d7e6 Kill a stale .pq line. 1997-05-08 15:31:39 +00:00
joerg
dec8c89e48 Don't xref a nonexistant pc(4).
PR:		docs/3525: pcvt(4) references pc(4)...
1997-05-08 15:26:28 +00:00
jmg
23b3d82663 fix a bugon of last commit 1997-04-22 05:52:54 +00:00
bde
acc3e38f78 Removed ix.4.
Submitted by:	roberto
1997-04-14 15:05:49 +00:00
wosch
c834ab375e Add manpage link introduction.1 -> intro.1 1997-04-14 10:24:14 +00:00
jmg
73856517a4 slight rewording of HISTORY section
Closes PR#3261
1997-04-14 09:24:06 +00:00
gibbs
799987ea99 Remove this man page now that the ie driver supports the EtherExpress16. 1997-04-14 00:31:19 +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
bf2cc57012 Fixed type bugs in synopsis. Some of the typedefs that were used here
haven't existed for years, if they ever existed.  The "prototypes" are
actually for macros, so they are difficult to check automatically.
1997-04-13 14:19:59 +00:00
joerg
a3f8df766a Minor fixups. Mention that DDB now has a history, and understands
emacs-style editing (which it used to have for a long time already).
Also mention the `gdb' and `help' commands.  Other commands need an
overhaul, too (like the various `show' subcommands), but i don't feel
very competent for these.
1997-04-12 21:54:48 +00:00
brian
9f048c7bd9 Support input and output filters with remote printing.
Output filters are executed on a per-file basis as it's
necessary to supply the file size to the "other side".
1997-04-12 04:23:13 +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
mpp
cda9b3f2fa Fix a xref.
Obtained from: NetBSD-bus PR# 3464
1997-04-08 20:01:15 +00:00
wosch
2640b3cdf3 Add manual page symlinks
YP.4 -> yp.4
	nis.4 -> yp.4
	NIS.4 -> yp.4
1997-04-03 12:32:42 +00:00
jmg
5718f160bd uncomment CD_Q_BCD_TRACKS flag, add xref to scsi(4) 1997-04-02 09:41:16 +00:00
mpp
0152710164 Add od(4). Closes PR# 3170.
Submitted by:	Shunsuke Akiyama <akiyama@jp.freebsd.org>
1997-04-01 19:52:37 +00:00
jdp
0e67fb1223 Correct the name of a header file that is referenced. 1997-04-01 04:04:09 +00:00
mpp
b9424fdfa7 Update to reflect the recent changes to support better inode
generation numbers.
1997-03-24 00:33:38 +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
7f4b68ba6d Minor mdoc cleanup - don't use .Pa for non-pathname items. 1997-03-21 20:16:33 +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
mpp
56d1eaec03 Fix a number of typos and use the .Tn macro where appropriate. 1997-03-21 20:04:21 +00:00
mpp
d0482f2994 Document the .An (author name) macro. Also cleanup some other problems
I noticed while editing these man pages.

Usage: .An Author_name

Example:

This manual page was written by
.An Mike Pritchard Aq mpp@FreeBSD.ORG .

Produces:

This manual page was written by Mike Pritchard <mpp@FreeBSD.ORG>.
1997-03-20 16:04:04 +00:00
bde
845f67fbb7 Fixed missing #includes in synopsis.
Fixed stale reference to <sys/inode.h>.
1997-03-19 21:02:11 +00:00
mpp
c87367fab4 Document the .Rv (return values) macro.
".Rv -std atexit" will generate the following text:

The atexit() function returns the value 0 if successful; otherwise the
value -1 is returned and the global variable errno is set to indicate the
error.
1997-03-19 21:01:45 +00:00
bde
302d7fa018 Fixed misuse of .Ft for enum members. (.Fa seems to be the best
available macro for enum, struct and union members.  .Ft seems to
be the best available macro for enum, struct and union tags and
types).

Fixed missing void arg types.
1997-03-19 20:42:18 +00:00
mpp
4ddfd87a55 Update the table of contents such as it is to reflect my previous change. 1997-03-19 20:31:42 +00:00
mpp
4125b3fb60 Document the previously undocumented .Bf (begin font mode) macro.
Moved the descriptions of the .Em, .Li and .Sy macros into
the new "Font Modes" sub-section along with .Bf, since they are
all related.
1997-03-19 20:16:50 +00:00
bde
e34f9ced3c Fixed missing #include of <sys/types.h> in synopsis. 1997-03-19 19:48:24 +00:00
bde
a78ab83329 Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).
Reviewed by:	wollman
1997-03-19 19:47:43 +00:00
bde
dec45229e0 Fixed synopsis (after the cleanup of <sys/snoop.h>, there are no other
prerequisites; previously <sys/ioctl.h> was bogus and some prerequisites
weren't documented).
1997-03-19 04:58:33 +00:00
bde
f8bda83de0 Fixed wrong #include in synopsis. <sys/dir.h> has been deprecated for
years.

Not fixed: stale, misformatted copy of <dirent.h>.  I will be cleaning
up the dirent.h and dir.h headers soon (ufs stuff needs to be separated
better), so don't change the man page yet.
1997-03-19 03:48:12 +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