Commit Graph

5277 Commits

Author SHA1 Message Date
ru
624f14b69f Eliminate groff(1) warnings. 2000-11-28 19:26:53 +00:00
ru
dc84c1e4b9 Eliminate groff(1) warnings, unbind from tbl(1). 2000-11-28 11:32:03 +00:00
ru
a59a485f0d ${GRIND} implies -f. 2000-11-28 11:18:02 +00:00
ru
e8306bba86 Eliminate groff(1) warnings. 2000-11-27 18:16:24 +00:00
ru
721cb7e4cd Eliminate groff(1) warnings. 2000-11-27 18:00:51 +00:00
asmodai
8055e0329e Correct some more dates and fix the order based on those dates.
Also add some forgotten point releases.
2000-11-27 17:03:04 +00:00
asmodai
7de0287f78 NetBSD 1.4.3 is released.
Detail some FreeBSD release dates.
OpenBSD 2.8 will be released 1 Dec 2000.

Some grammar and typo fixes.
2000-11-27 16:35:21 +00:00
sheldonh
f7433a8d1a Fix invalid comments. 2000-11-27 14:28:35 +00:00
ru
40cf00e241 Use groff(1) versions of these documents. 2000-11-27 09:23:27 +00:00
ru
c929208bb8 Eliminate groff(1) warnings: unbreak refer(1)ences. 2000-11-27 07:55:08 +00:00
ru
98a287a66e Eliminate groff(1) warnings. 2000-11-27 07:19:06 +00:00
dannyboy
39eefb2f5b compatability -> compatibility
PR:		23112
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-11-26 23:43:15 +00:00
kris
087adbb847 MAXHOSTNAMELEN is 256, not 64 2000-11-26 22:20:17 +00:00
brian
92a7efc5b6 Add ${LIBC_R} 2000-11-26 22:19:52 +00:00
ru
c51f388bcb Eliminate groff(1) warnings. 2000-11-24 16:58:17 +00:00
ru
53bd516123 The default format for troff documentation is set with PRINTERDEVICE. 2000-11-24 14:08:07 +00:00
ru
20c68abb31 Make this paper buildable in nroff mode, eliminate warnings,
do not force default printing device and compression mode.
2000-11-24 13:58:21 +00:00
asmodai
3b66620c2d Document EI_OSABI and EI_ABIVERSION.
Requested by: obrien
2000-11-24 10:42:21 +00:00
ben
bef994a037 Mention mergemaster(8).
Submitted by:	obrien
2000-11-24 10:22:08 +00:00
ru
8086c43685 Reimplement the groff(1) warnings elimination fixes in a better way. 2000-11-24 10:05:30 +00:00
dcs
1d6df45810 Add a brief warning about devclass and multiple device driver attachments. 2000-11-23 17:19:54 +00:00
ru
c7382559ad Eliminate groff(1) warnings. 2000-11-23 15:21:30 +00:00
ben
fd757c350a Use a more generic name for the compiler cross-reference. (cc instead of
gcc.)

Suggested by:	sheldonh (not sholdonh)
2000-11-23 14:44:45 +00:00
ben
0a9dfbad34 * Say that ps, top, etc, "may not work" with the new kernel, rather than
"will not work", as in many cases they will.

Suggested by:	sholdonh

* Add cross-references to reboot(8) and shutdown(8)
2000-11-23 14:19:50 +00:00
ben
572fa4367d Add an example to explain the basic procedure to build the world.
Suggested by:	obrien
2000-11-23 14:00:26 +00:00
ru
5da40f29fd Eliminate groff(1) warnings. 2000-11-23 11:08:17 +00:00
ru
f6e03dc469 Starting from groff(1) version 1.12, -msafer is now the default,
but index building for 13.viref requires the use of .sy request.
Repair the index building by running groff(1) in unsafe -U mode.

Requested by:	bde
2000-11-23 08:51:33 +00:00
obrien
4fe15b8bb2 Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format"
in /etc/login.conf.
2000-11-22 20:37:40 +00:00
phantom
8ced9badd8 o fix a typo in copyright part: mdoc comment starts with .\", not ,\"
o few mdoc(7) fixes

PR:		docs/13218
2000-11-22 18:00:50 +00:00
phantom
4f9612e732 remove bogus Xref to lsdev(8)
PR:		docs/13218
2000-11-22 17:57:44 +00:00
ru
e75ab20d6b mdoc(7) police: Er macro usage cleanup. 2000-11-22 16:11:48 +00:00
ben
77a68f50cd Add a note asking committers to update make.conf.5 when they update this. 2000-11-22 14:11:21 +00:00
ben
7ef3fd6667 Add two new manual pages to document the various options available in
make.conf, and the /usr/src building process.

PR:		22676
Submitted by:	Mike Meyer <mwm@mired.org>
Reviewed by:	nik, sheldonh
2000-11-22 14:04:26 +00:00
ru
041d8cee81 mdoc(7) police: fixed typo. 2000-11-22 13:49:11 +00:00
ru
eb4dd99698 mdoc(7) police: add the missing and required .Dd macro call. 2000-11-22 13:31:01 +00:00
ru
835a46c9c2 mdoc(7) police: do not split author names in the AUTHORS section. 2000-11-22 09:35:58 +00:00
ru
2a74c26618 Make An macro understand two special arguments, -nosplit
and -split.  See the mdoc.samples(7) manpage for details.

Reviewed by:	sheldonh
2000-11-22 08:39:17 +00:00
ru
843b99e943 mdoc(7) police: minor cleanup. 2000-11-22 08:19:15 +00:00
alfred
0dc37f9937 Install DELAY(9). 2000-11-22 03:44:55 +00:00
alfred
b1d17e1349 Document the DELAY() function. 2000-11-22 03:38:32 +00:00
bmilekic
9361f42502 Add description of M_WRITABLE macro and new M_RDONLY flag. Try my best to
conform to line break mdoc FreeBSD standards, although I am new to this.

Reviewed by: sheldonh
2000-11-21 22:29:31 +00:00
markm
7d87baa9c8 Add new man page to the mix. 2000-11-21 20:31:51 +00:00
markm
d8d18ccb17 Whitespace-only change. Tidy up, alphabetise and wrap. 2000-11-21 20:28:48 +00:00
markm
92be31d0b5 Add a consistent API to a feature that most modern CPUs have; a fast
counter register in-CPU.

This is to be used as a fast "timer", where linearity is more important
than time, and multiple lines in the linearity caused by multiple CPUs
in an SMP machine is not a problem.

This adds no code whatsoever to the FreeBSD kernel until it is actually
used, and then as a single-instruction inline routine (except for the
80386 and 80486 where it is some more inline code around nanotime(9).

Reviewed by:	bde, kris, jhb
2000-11-21 19:55:21 +00:00
ru
e53fe708bf mdoc(7) police: fixed the section reference to the mdoc.samples(7). 2000-11-21 08:12:23 +00:00
ru
0100fd6e93 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 18:41:33 +00:00
ru
ea31070695 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 16:52:27 +00:00
sheldonh
7dce6cfb76 Document the libcompat entry for the .Lb macro.
Submitted by:	phantom
2000-11-20 16:14:08 +00:00
sheldonh
2b584027c6 Fix bug in rev 1.7:
Use a paragraph marker (Pp) instead of a blank line.
2000-11-20 16:06:00 +00:00
sheldonh
8f158a4b5b Fix a bug that's survived since rev 1.1:
Don't mark the word "file" up as a pathname in "/etc/group file".  For
the sake of consistency with rev 1.18, use Nm instead of "Pa /etc/group"
and break "file" onto the next line.
2000-11-20 16:05:09 +00:00