Commit graph

166 commits

Author SHA1 Message Date
Giorgos Keramidas
9824c1b592 Grammar fixes. 2002-08-31 16:37:41 +00:00
Giorgos Keramidas
4d54e88881 - Convert net/etherboot to a package/port link.
- Fix minor grammar: s/enable NFS service/enable NFS/
- Expand a bit 'workstation' and remove excessive punctuation.
- Tag rc.conf and README as <filename>'s.
- Remove reference to PRs conf/31200 and conf/29870, since
  they have been fixed.
2002-08-31 05:38:25 +00:00
Giorgos Keramidas
f3cb2d253e Avoid using rc.conf twice in the same sentence. 2002-08-31 05:04:58 +00:00
Giorgos Keramidas
f82237865d Add short decription of showmount(8) before an example of its use. 2002-08-31 05:01:14 +00:00
Giorgos Keramidas
fdd33a19f7 - Tag an /etc/exports extract as <literal>.
- Change signal name s/hangup/HUP/.
- Remove duplicate /cdrom description from common NFS uses.
2002-08-31 04:56:09 +00:00
Giorgos Keramidas
b25fed09b4 Tag a couple of <replaceable>'s 2002-08-31 04:44:04 +00:00
Giorgos Keramidas
4becf1ccee Kill EOL spaces. 2002-08-31 04:09:33 +00:00
Giorgos Keramidas
10f5a39989 <quote> properly. 2002-08-31 03:57:33 +00:00
Giorgos Keramidas
ab7bc2c634 Add missing </para> 2002-08-31 03:38:16 +00:00
Giorgos Keramidas
795b8a1bb3 Reword description of routing table "Flags"
and remove redundant sentence.
2002-08-31 03:30:08 +00:00
Giorgos Keramidas
96dad4fd2d Don't use strange capitalisation for "multicasting". 2002-08-31 03:24:01 +00:00
Giorgos Keramidas
1c548b44c3 Avoid using 'it' where it might be ambiguous. 2002-08-31 02:41:59 +00:00
Ceri Davies
1f915fa21a Update the handbook in line with recent changes to bridge(4).
PR:		docs/41826
Submitted by:	Steve Peterson <steve@zpfe.com>
2002-08-27 19:19:20 +00:00
Tom Rhodes
ccb57dc1af Add a section on IPv6 as required.
PR:		41109
2002-08-26 22:13:22 +00:00
Ceri Davies
bb4c4c0d75 Make consistent use of <userinput> throughout the handbook. 2002-08-18 16:47:22 +00:00
Marc Fonvieille
31bc5a9c8d Remove deprecated -w option for sysctl.
PR:		docs/41666
Submitted by:	Mark Stosberg <mark@summersault.com>
2002-08-15 21:05:21 +00:00
Tom Rhodes
d4b003e30a FreeBSD documentation project prefers to use manual pages over man pages,
hence some documents should reflect this.

Tossed around on: -doc -developers
2002-07-11 19:08:31 +00:00
Ceri Davies
8aa3f55def Spell "synopsis" correctly. 2002-06-15 18:56:56 +00:00
Tom Rhodes
9ba764ae23 Consistancy checks: s/file system/filesystem/g 2002-05-16 01:42:28 +00:00
Ceri Davies
7a2585094e Fix a broken link I introduced the other day. 2002-05-07 10:43:06 +00:00
Ceri Davies
384fe01e69 Bridges don't route, routers do. 2002-05-07 10:36:51 +00:00
Ceri Davies
d5734f8a6d Kill use of domain.com in favour of example.com. 2002-05-05 14:18:51 +00:00
Ceri Davies
b98110ec33 Be consistent with use of <literal> surrounding sysctl values. 2002-05-05 14:13:25 +00:00
Ceri Davies
e5221761ac Typo/grammar fixes.
This commit can be safely ignored by translators.
2002-05-05 14:09:55 +00:00
Ceri Davies
0e6ea0f2cb Punctuation fixes. 2002-05-05 14:02:09 +00:00
Ceri Davies
d09b6d943d Change one instance of "man pages" to "manual pages". 2002-05-05 13:50:30 +00:00
Ceri Davies
b6350afd2f Mark up some ports with <filename role="package">. 2002-05-05 13:45:28 +00:00
Ceri Davies
e8872481c8 Add a period for consistency. 2002-05-05 11:59:44 +00:00
Ceri Davies
5ae67b1827 Where appropriate, s/in to/into/. 2002-05-04 14:22:35 +00:00
Ceri Davies
5693e26a0d Whitespace cleanup from last commit.
No content changes.

Approved by:	murray
2002-04-29 12:22:30 +00:00
Ceri Davies
35716bf6ec Wrap root in <username>.
PR:		docs/37532
Submitted by:	Martin Heinen <martin@sumuk.de>
Approved by:	murray
2002-04-29 12:14:08 +00:00
Ceri Davies
4b70a8662d Correct a typo.
Approved by:	murray
Pointed out by:	Benny <FierceOne@web.de>
2002-04-07 11:32:07 +00:00
Giorgos Keramidas
6ddd2cc0dc Fix &entities; that lacked an ending ';' character,
as reported by the following:

	% cd doc/en_US.ISO8859-1
	% find . -type f -name '*.sgml' |\
	  xargs grep '&[^[:space:];&][^[:space:];]*$' | grep -v '&$'
	% find . -type f -name '*.sgml' |\
	  xargs grep '&[^[:space:];&][^[:space:];]*[[:space:]<]' |\
	  grep -v '&[[: space:]]' | grep -v '[[:space:]]&&[[:space:]]'
2002-03-27 01:16:55 +00:00
Ceri Davies
0f7e5b5a85 Whitespace-only commit.
No content changes.

Approved by:	murray
2002-03-26 09:57:01 +00:00
Ceri Davies
6fa6b2326c Various cleanups in the DHCP server section.
Requested by:	dd
Approved by:	dd, murray
2002-03-24 18:59:48 +00:00
Ceri Davies
65179058be Fix the build after my last commit.
Approved by:	murray
Pointy hat to:	ceri
2002-03-24 00:13:53 +00:00
Ceri Davies
6353f131fc Add a section on installing and configuring a DHCP server.
Reviewed by:	murray
Approved by:	murray
PR:		docs/32229
2002-03-23 23:50:23 +00:00
Giorgos Keramidas
afaee863ed Reword a few parts of the amd section.
Remove extraneous 'the' from /etc/fstab reference.

PR:		docs/35683
Submitted by:	Tom Rhodes <darklogik@pittgoth.com>
2002-03-22 06:30:31 +00:00
Peter Pentchev
bcfe650cbc Fix a typo.
Submitted by:	"Lukasz" <lukaszr@takeoverinc.com>
2002-03-20 16:16:57 +00:00
Peter Pentchev
eed41e97e6 Convert the names, descriptions and e-mail addresses of FreeBSD
committers and mailing lists to &a.xxx; entities.

Reviewed by:	keramida
Approved by:	keramida, silence on -doc
2002-03-15 07:46:22 +00:00
Giorgos Keramidas
5eb43a8183 Fix some errors in the chrooting named section of the Handbook.
PR:		docs/35420
Submitted by:	Ceri <setantae@submonkey.net>
2002-03-07 23:55:11 +00:00
Michael Lucas
e4e67f3452 Massive update to the NFS chapter.
This update has been bounced around, revised, rewritten, and audited
by darn near every member of the -doc team.

Submitted by: Tom Rhodes
PR: docs/35098
2002-03-07 21:19:11 +00:00
Dima Dorfman
fcfccd4a32 <port>fish</port> -> <filename role="package">fish</filename>
Generated with:	s:<port>(.*?)</port>:<filename role="package">\1</filename>:g
2002-02-27 05:08:13 +00:00
Chern Lee
4d2e3c038e Add a note to chroot named section.
PR:		docs/35278
Submitted by:	Ceri <setantae@submonkey.net>
2002-02-26 09:44:00 +00:00
Chern Lee
170031e812 Suggest freebsd-security-notifications over freebsd-announce for security
issues.

PR:		docs/34578
Submitted by:	Yonatan Bokovza <yonatan@xpert.com> and
		Szilveszter Adam <sziszi@bsd.hu>
2002-02-06 11:04:59 +00:00
Giorgos Keramidas
11c96d0541 The net/isc-dhcp2 port has been removed in favor of net/isc-dhcp3.
PR:		docs/34496
Submitted by:	Ceri <setantae@submonkey.net>
2002-02-03 02:33:06 +00:00
Michael Lucas
dbe4533ce3 Introducing the new PLIP Handbook chapter.
Content chainsawed from various FAQs.

This is a short chapter, and I'm not certain just how "advanced" it
is, but it doesn't fit in any other section of the FAQ.
2002-01-28 11:46:50 +00:00
Michael Lucas
c3571e83c7 whitespace cleanup from last commit 2002-01-28 09:47:49 +00:00
Michael Lucas
470e6b9719 migrate NFS instructions from FAQ to Handbook 2002-01-28 09:43:27 +00:00
Michael Lucas
82a03d6616 Teach the Handbook how to build a router.
Text taken from FAQ and slightly edited to mesh w/Handbook.
2002-01-23 08:51:24 +00:00