David E. O'Brien
5c0accbea6
Fix long lines.
2000-05-28 17:18:14 +00:00
Doug Rabson
823234556f
Add documentation for taskqueue apis.
2000-05-28 16:53:50 +00:00
Gerard Roudier
efac3cd1d3
Reviewed by: David O'Brien
...
Document driver support for:
- Early NCR53C810/815/825 chips.
- Newer chip architectural improvements (Hardware phase
mismatch and LOAD/STORE instructions).
2000-05-28 12:59:18 +00:00
David E. O'Brien
1980871282
Move adv.4, adw.4, aha.4, ahb.4, bktr.4, bt.4, dpt.4, ed.4, joy.4, ppc.4,
...
sym.4, and wi.4 to the MI area.
2000-05-28 03:27:49 +00:00
Chris Costello
d2e7a6a46f
Fix a misspelling: undefied -> undefined
2000-05-27 22:02:32 +00:00
Mike Smith
c944dedc6f
Manpage for the 'twe' driver.
2000-05-24 23:48:15 +00:00
Tim Vanderhoek
bca1f3c245
The LOCKPARENT flag is singular. It doesn't work causing complications
...
is also a singular fact.
2000-05-21 03:23:10 +00:00
Tim Vanderhoek
8d15625944
No be needed here --- "typo".
2000-05-21 03:16:35 +00:00
Tim Vanderhoek
7f9d55b4fb
Typos, missing words. I don't believe any of these are relevant to
...
translators.
2000-05-21 03:06:28 +00:00
Mike Pritchard
17c73e2bb2
Update the man page to match utmp.h.
2000-05-19 18:24:23 +00:00
Chris Costello
878f9ca614
Replace a manual.section file reference with a proper mdoc(7) .Xr
...
reference.
PR: 18625
Submitted by: Alexander Langer <alex@cichlids.com>
2000-05-18 00:20:55 +00:00
Paul Richards
1c7d91744e
Correct duplicate use of word "been" in a sentence.
2000-05-12 15:31:54 +00:00
Alexey Zelkin
ec7b386bd7
Fix typo
...
Spoted by: bde
2000-05-12 10:50:04 +00:00
Alexey Zelkin
547be285ff
. insert forgotten by someone "Space Mode on" directive. It caused displaying
...
of all macros placed after FILES section w/o any space characters.
. slightly correct usage of .An macros.
2000-05-12 09:10:40 +00:00
Alexey Zelkin
4e8867b96e
Place $FreeBSD$ tag to correct location (bottom of the copyright)
2000-05-12 08:37:08 +00:00
Alexey Zelkin
7a7ec99e11
Fix driver source location path (/sys/i386/isa/fd.c -> /sys/isa/fd.c)
2000-05-12 08:36:36 +00:00
Alexey Zelkin
2865e1d51a
Use .An macro for declare Authors Name in AUTHORS section
2000-05-12 08:32:56 +00:00
Alexey Zelkin
cb4f041e3f
Add MLINKS: scsi.4 -> SCSI.4, scsi.4 -> CAM.4
2000-05-12 08:32:09 +00:00
Alexey Zelkin
9541d9c0b3
. replace CONFIGURATION section name with SYNOPSYS as mdoc(7) style declare.
...
. remove redundant paragraph breaks.
. fix typo (.Sj -> .Sh)
2000-05-12 08:30:58 +00:00
Alexey Zelkin
a95fa6b5e8
Properly mdoc'ify this manual page: remove all direct troff formating
...
directives, apply correct mdoc(7) Blocks and Lists formatting.
2000-05-12 08:28:01 +00:00
Alexey Zelkin
e2325e1954
Add MLINKS: bktr.4 -> booktree.4
2000-05-12 08:14:11 +00:00
Alexey Zelkin
f2a90ca5a3
Remove osolete reference to eg(4), properly use mdoc macro `.Nm'
2000-05-12 08:10:22 +00:00
Alexey Zelkin
f8316c1042
Add MLINKS for all macros decribed in queue.3 manpage.
2000-05-12 07:58:37 +00:00
Chris Costello
08896eb5ec
Document the `new' fdesc--now that it belongs only on /dev/fd, remove all
...
non-/dev/fd related documentation (such as that for stdin, stdout, tty).
Update the fstab line to refer to /dev/fd instead of /dev.
2000-05-11 22:20:23 +00:00
Bruce Evans
1c171d7474
Abuse .Fn for macros better (don't hand-format the parameter string by
...
quoting it all and adding commas).
Don't say that the expression in KASSERT() is an int. It is a collection
of tokens forming a C expression that can be compared with 0.
2000-05-11 16:54:52 +00:00
Bruce Evans
7925aadbe5
Removed bogus quoting of single tokens in a .Fn invocation. This helps
...
my synopsis checker decide which .Fn's are for prototypes (most function
parameters require quoting because they have multiple tokens).
2000-05-11 16:39:33 +00:00
Bruce Evans
b1f2329c99
Fixed bitrot. The changes from buf to bio had not reached here.
2000-05-11 16:25:03 +00:00
Bruce Evans
009e3322f2
Abuse .Ft and .Fn for macros in the usual way (name the macro parameters,
...
and don't use .It for the macro pseudo-return type).
2000-05-11 16:22:38 +00:00
Bruce Evans
27010737a9
"Fixed" missing include in synopsis. POSIX.1-1996 only specifies
...
including <signal.h>, but that must be a bug in POSIX.1, because it
also specifies that the relevant prototype is [only] in <pthread.h>.
2000-05-11 16:13:18 +00:00
Bruce Evans
ce8973f06a
Fixed misspelling of a struct tag in a function parameter type.
2000-05-11 16:03:38 +00:00
Darren Reed
08aa4ea3b8
patch from Alexey Zelkin
2000-05-11 00:44:35 +00:00
Jeroen Ruigrok van der Werven
24b97f0eb0
Add more substance to the amr.4 manpage.
...
Submitted by: msmith
2000-05-10 18:45:20 +00:00
Archie Cobbs
5feb7588af
Update man page to reflect new IPv6 hook. Simplify Makefile.
2000-05-10 16:54:40 +00:00
Darren Reed
e9c7bebf95
Add pfil(9) subroutines and manpage from NetBSD.
2000-05-10 13:37:51 +00:00
Sheldon Hearn
0f5fcaa3f1
Supply only one author name per instance of %A, as per mdoc.samples(7).
...
PR: 18465
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-10 09:49:04 +00:00
Tim Vanderhoek
b17407bbe3
Small grammar gnit.
2000-05-09 20:35:13 +00:00
Mike Pritchard
b68d89eb4c
Spelling fix: despatching -> dispatching. This makes the
...
spelling consistent throughout the man page.
PR: docs/18467
Submitted by: Alexander N. Kabaev <ak03@gte.com>
2000-05-09 18:52:26 +00:00
Mike Pritchard
9dca1aebb4
Correct a patch name and use the correct macro for displaying it.
...
PR: docs/18468
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-05-09 18:44:34 +00:00
Matthew Hunt
0486ee6f1f
Correct "it's" to "its".
...
PR: 18469
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-05-09 18:08:52 +00:00
Sheldon Hearn
68acfb0617
Update the builtin(1) manpage to reflect changes since the csh(1)
...
to tcsh(1) upgrade. The following commands were added as builtins:
bindkey
builtins
complete
echotc
filetest
hup
log
ls-F
printenv
sched
settc
setty
telltc
uncomplete
where
The printf builtin was removed.
2000-05-09 14:59:06 +00:00
Sheldon Hearn
f167d7fb3e
Fix miscellaneous mdoc macro argument limit infringements.
...
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-09 14:02:06 +00:00
Sheldon Hearn
123b196a08
Fix nits in previous commit: hard sentence break and grammar.
2000-05-09 08:09:31 +00:00
Tim Vanderhoek
eee0e29c1d
.Xr vgl 3 ,
...
PR: kern/14566
2000-05-09 02:52:39 +00:00
Andrey A. Chernov
66d95f178a
Describe firewall_logging option
2000-05-08 21:10:33 +00:00
Sheldon Hearn
4f262adde3
Remove the MLINKS entry for cwd, since it's no longer listed in the
...
builtin.1 page.
2000-05-08 16:23:56 +00:00
Sheldon Hearn
07593bef67
Remove the bogusly inserted ``cwd'' which isn't a builtin command
...
to sh, csh nor tcsh.
Fix the header line of the table to use cross-references and
emphasis.
2000-05-08 15:59:23 +00:00
Mike Smith
d50e5bd5cc
For tape devices, 'r' means REWIND, not RAW.
2000-05-07 21:47:07 +00:00
Archie Cobbs
12aef8b7e9
AUTHOR -> AUTHORS
2000-05-05 17:08:55 +00:00
Archie Cobbs
7a52493f42
Document the new statistics control messages.
...
Add a note about the IP header asymmetry on the "lower" hook.
2000-05-05 01:20:28 +00:00
Alexey Zelkin
6d0a2eea64
Add libipsec to the list of available libraries
2000-05-04 17:58:22 +00:00