schweikh
511e378b14
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
ru
9001bc7070
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
ru
a09568209a
mdoc(7) police: simplify the fix in rev. 1.25.
2001-07-04 14:54:38 +00:00
luigi
fac0c2104a
Update the manpage to reflect reality (and what was already in -stable).
2001-06-20 15:01:17 +00:00
dd
b2e9846a76
Fix a spacing issue. (No content changes.)
2001-06-01 01:36:03 +00:00
ru
2615316ef4
Removed duplilcate $FreeBSD$ tag.
2001-05-15 16:32:18 +00:00
bsd
c86e78158f
Bring the doc up to date with regard to the /etc bootstrapping code
...
and the role of /conf/default/etc.
2001-05-10 20:50:54 +00:00
bsd
8aa6dbaeb3
MFS: bring Luigi's updated diskless man page into -current.
2001-05-10 20:45:46 +00:00
ru
2d1b95a96f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
ru
03fd77f5a8
mdoc(7) police: uppercase document title.
2001-04-18 08:25:26 +00:00
ru
d828836161
mdoc(7) police: sort xrefs.
2001-04-04 09:42:25 +00:00
ru
a27d1d954d
MAN[1-9] -> MAN.
2001-03-27 13:48:25 +00:00
mjacob
a0b58bfe93
update this to be marginally closer to reality
2001-03-14 04:31:36 +00:00
ru
f4325cbb8b
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
2001-02-28 17:38:53 +00:00
ru
e7ebccfa37
Prepare for mdocNG.
2001-02-28 13:18:04 +00:00
ru
4cbf75ec11
Remove (now unnecessary) MLINKS.
2001-02-19 15:52:38 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
jhb
737958d1cb
sysinstall.8 lives in src/usr.sbin/sysinstall now and gets installed via
...
normal means, so remove the hack to install it.
2001-01-17 03:33:04 +00:00
ben
6fe7969777
Only install sysinstall.8 if the release/sysinstall directory exists. This
...
fixes the world for people without src-release.
PR: 24122
Submitted by: Steven G. Kargl <kargl@apl.washington.edu>
2001-01-13 05:50:19 +00:00
ben
87a2343bbe
Install sysinstall.8 as part of buildworld.
...
PR: 19818
Submitted by: Brian Candler <B.Candler@pobox.com>
2001-01-01 23:17:11 +00:00
ru
17ba214098
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
ru
ee79097019
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +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
ru
835a46c9c2
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
ru
0100fd6e93
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 18:41:33 +00:00
sheldonh
675a939f38
Fix problems introduced in rev 1.18:
...
* Broken (sectionless) cross-reference to nsswitch.conf.
* Trailing whitespace.
2000-11-20 15:56:22 +00:00
ru
7d99729431
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
jedgar
14485f4b7a
Remove obsolete /dev/drum references
...
Reviewed by: alex, asmodai, billf
2000-10-29 12:19:52 +00:00
asmodai
77d1b654cf
Use FreeBSD.org, not freebsd.org, as has been the precedent.
2000-10-27 16:05:39 +00:00
green
25fc889685
Document passwd_format further.
2000-09-30 00:37:44 +00:00
nectar
748554442d
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
...
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
2000-09-06 18:16:48 +00:00
gshapiro
2424c7393a
Complete migration of aliases file to /etc/mail/aliases.
...
The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster
have been contacted so those may be updated as well.
2000-08-13 18:38:58 +00:00
ben
8dc09f7b51
Document the rc.d system.
...
Suggested by: dcs
Reviewed by: alex, dcs, sheldonh
2000-07-19 19:08:08 +00:00
alex
b26d37235f
rc.local is no longer a default.
...
PR: 19314
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-20 10:30:50 +00:00
archie
fc8fd5b5fc
Move netgraph node type man pages from section 8 to section 4.
2000-05-04 17:40:13 +00:00
archie
c7cde3fa56
Formatting tweak.
...
PR: docs/18292
2000-05-03 16:46:10 +00:00
grog
93a4c91d7e
Enable installation of picobsd.8
2000-04-02 04:32:44 +00:00
mpp
5c61b43d27
Minor style fixes: freebsd.org -> FreeBSD.org
2000-03-24 01:49:46 +00:00
mpp
646d7ca28d
mdoc style fixes.
2000-03-24 01:15:04 +00:00
sheldonh
e32b39ed15
Add appropriate MLINKS for rc.*.
2000-03-13 13:19:42 +00:00
sheldonh
88dd9b4faa
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-03 14:05:08 +00:00
sheldonh
244b8ead7d
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
archie
9c5939b3c5
New man page ng_ether(8) describing the netgraph capabilities of
...
Ethernet interfaces.
2000-01-25 20:26:52 +00:00
grog
b278fee89f
New man page. This will need modifications RSN.
1999-12-24 00:16:03 +00:00
phantom
3b4bef9263
Add note about `mountd -r'
...
PR: docs/15067
Submitted by: Nick Hibma <hibma@skylink.it>
1999-12-08 13:12:49 +00:00
billf
528e4a21f9
'Dq' -> '.Dq'
1999-11-12 04:03:04 +00:00
phantom
4dd116885d
mdoc(7)'fy
1999-09-22 21:43:18 +00:00
peter
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
chris
6bbb54bfc2
Bad reference: tcpdump(8) -> tcpdump(1)
1999-08-16 05:36:11 +00:00