Commit Graph

1538 Commits

Author SHA1 Message Date
hoek
e6e653134b The LOCKPARENT flag is singular. It doesn't work causing complications
is also a singular fact.
2000-05-21 03:23:10 +00:00
hoek
d5d9f7eb9e No be needed here --- "typo". 2000-05-21 03:16:35 +00:00
hoek
54601029d6 Typos, missing words. I don't believe any of these are relevant to
translators.
2000-05-21 03:06:28 +00:00
mpp
3aead3a20f Update the man page to match utmp.h. 2000-05-19 18:24:23 +00:00
chris
cb7732df18 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
c179fa5070 Correct duplicate use of word "been" in a sentence. 2000-05-12 15:31:54 +00:00
phantom
f3a1d31938 Fix typo
Spoted by:	bde
2000-05-12 10:50:04 +00:00
phantom
933595a496 . 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
phantom
14616a0a5c Place $FreeBSD$ tag to correct location (bottom of the copyright) 2000-05-12 08:37:08 +00:00
phantom
a380851e9e Fix driver source location path (/sys/i386/isa/fd.c -> /sys/isa/fd.c) 2000-05-12 08:36:36 +00:00
phantom
ed30cb11a7 Use .An macro for declare Authors Name in AUTHORS section 2000-05-12 08:32:56 +00:00
phantom
5c85b197fc Add MLINKS: scsi.4 -> SCSI.4, scsi.4 -> CAM.4 2000-05-12 08:32:09 +00:00
phantom
dfc1583802 . 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
phantom
1edae0ae5e 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
phantom
b963d2798f Add MLINKS: bktr.4 -> booktree.4 2000-05-12 08:14:11 +00:00
phantom
079ff4176c Remove osolete reference to eg(4), properly use mdoc macro `.Nm' 2000-05-12 08:10:22 +00:00
phantom
b1bd5e2cc7 Add MLINKS for all macros decribed in queue.3 manpage. 2000-05-12 07:58:37 +00:00
chris
8fd137c6b5 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
bde
85a17b7337 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
bde
7f64770f56 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
bde
98c05ce837 Fixed bitrot. The changes from buf to bio had not reached here. 2000-05-11 16:25:03 +00:00
bde
0cc0bf41fa 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
bde
eae1aa7098 "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
bde
5e51fa49c7 Fixed misspelling of a struct tag in a function parameter type. 2000-05-11 16:03:38 +00:00
darrenr
cd382f0186 patch from Alexey Zelkin 2000-05-11 00:44:35 +00:00
asmodai
b1c5277216 Add more substance to the amr.4 manpage.
Submitted by:	msmith
2000-05-10 18:45:20 +00:00
archie
e52673c66d Update man page to reflect new IPv6 hook. Simplify Makefile. 2000-05-10 16:54:40 +00:00
darrenr
5419f3d595 Add pfil(9) subroutines and manpage from NetBSD. 2000-05-10 13:37:51 +00:00
sheldonh
5443174128 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
hoek
5a7313cf7d Small grammar gnit. 2000-05-09 20:35:13 +00:00
mpp
078cc10d67 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
mpp
ea451418d4 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
mph
792296e530 Correct "it's" to "its".
PR:		18469
Submitted by:	Anatoly Vorobey <mellon@pobox.com>
2000-05-09 18:08:52 +00:00
sheldonh
8226df019a 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
sheldonh
14e9cd73ea 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
sheldonh
e2d76028f0 Fix nits in previous commit: hard sentence break and grammar. 2000-05-09 08:09:31 +00:00
hoek
f4fed92e9a .Xr vgl 3 ,
PR:		kern/14566
2000-05-09 02:52:39 +00:00
ache
65a96410db Describe firewall_logging option 2000-05-08 21:10:33 +00:00
sheldonh
5aae6a9c86 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
sheldonh
e866411f10 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
msmith
483d6a0715 For tape devices, 'r' means REWIND, not RAW. 2000-05-07 21:47:07 +00:00
archie
fc024e2d6f AUTHOR -> AUTHORS 2000-05-05 17:08:55 +00:00
archie
e696412047 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
phantom
c7b17c64fe Add libipsec to the list of available libraries 2000-05-04 17:58:22 +00:00
archie
44be3a44bd Move netgraph node type man pages from section 8 to section 4. 2000-05-04 17:54:37 +00:00
archie
fc8fd5b5fc Move netgraph node type man pages from section 8 to section 4. 2000-05-04 17:40:13 +00:00
sheldonh
aa21dff898 Remove hard sentence breaks introduced in rev 1.9. 2000-05-04 17:30:46 +00:00
phantom
cbeef441ea Document .Fx', .Nx' and `.Ox' macros as callable and parsable. 2000-05-04 16:25:27 +00:00
phantom
a477158490 mdoc(7) cleanup:
. use real function names as `.Nm' macro argument in NAME section. It allows
them to appear in apropos(1) or whatis(1) output.

. replace empty lines with `.Pp' macro.

. replace hardcoded standard names with their `.St' macro equivalents.

. sort cross references in SEE ALSO section
2000-05-04 08:05:45 +00:00
archie
c7cde3fa56 Formatting tweak.
PR:		docs/18292
2000-05-03 16:46:10 +00:00