Ceri Davies
4059045d53
Americanise^H^ze (s/behaviour/behavior/g).
2002-05-22 14:27:13 +00:00
Ceri Davies
1f37332cae
s/in to/into/ where it makes sense.
...
This commit can very likely be ignored by translators.
2002-05-22 08:36:43 +00:00
Tom Rhodes
9ba764ae23
Consistancy checks: s/file system/filesystem/g
2002-05-16 01:42:28 +00:00
Sebastien Gioria
b2fa4b898d
Typo fix
...
PR: docs/37158
Submitted by: Christophe Juniet <cjuniet@entreview.com>
2002-04-16 21:20:59 +00:00
Giorgos Keramidas
67a1702cec
Remove almost all instances of "try and <verb>" from the docs.
...
There is one remaining place in the fdp-primer, but that needs
a bit more work.
Inspired by: docs/36462 (Gary W. Swearingen <swear@blarg.net>)
Reviewed by: ceri, trhodes
2002-04-07 23:52:37 +00:00
Jeroen Ruigrok van der Werven
5152e018f2
Correct a grammatical mistake: try and explain -> try to explain.
...
PR: 36462
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-04-05 21:37:22 +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
Peter Pentchev
767c635e20
Whitespace-only fixups for the committers and lists entities conversion.
2002-03-15 07:57:16 +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
Murray Stokely
536cf1f77b
Assume maintainership of the Developer's Handbook (was asmodai). I
...
have by far made the most commits to this document, and I have some
ideas about splitting out the kernel content into a seperate book.
The scope of this document is too large.
2002-03-13 07:04:12 +00:00
Chern Lee
08e753f4c4
Fix doc build, change deprecated use of <port> tag to
...
<filename role="package">
2002-03-06 02:22:35 +00:00
Murray Stokely
f65211b505
* Rework the beginning to remove duplicated information.
...
* Minor markup fix.
* Couple of grammatical/readability improvements.
* Mention that ddd is a port.
PR: docs/34921
Submitted by: Ceri <setantae@submonkey.net>
2002-03-05 15:45:36 +00:00
Murray Stokely
6e4faa49dc
* Minor grammar fixes.
...
* Fix a couple of typos.
* <literal> -> <option> for maxusers.
* NOT -> <emphasis>not</emphasis>.
* Correct location of SoftUpdates readme.
PR: docs/35108
Submitted by: Ceri <setantae@submonkey.net>
2002-03-05 15:35:44 +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
Murray Stokely
6d7cfec6d8
"" -> <quote></quote>
...
Also, fix a typo.
PR: docs/35089
Submitted by: Ceri <setantae@submonkey.net>
2002-02-19 14:34:11 +00:00
Murray Stokely
fdfdce0cb7
Grammar fixes.
...
Submitted by: Ceri <setantae@submonkey.net>
2002-02-19 14:26:36 +00:00
Giorgos Keramidas
5fb578f819
Chapter cleanup:
...
- Various grammar fixes.
- Change "ie." to "i.e."
- Convert quotes to <quote> or other more appropriate tags.
PR: docs/34967
Submitted by: Ceri <setantae@submonkey.net>
2002-02-18 01:57:39 +00:00
Giorgos Keramidas
45f7d6cff8
Change <action> to <maketarget>.
...
PR: 34922
Submitted by: Ceri <setantae@submonkey.net>
2002-02-18 00:56:57 +00:00
Giorgos Keramidas
4e6b932de3
Now where did I put that ispell?
...
Fix typo introduced in last commit:
priviledged -> privileged
Submitted by: dannyboy
Pointy hat to: keramida
2002-02-17 01:00:34 +00:00
Giorgos Keramidas
5c3012928b
Various grammar, typo and syntax fixes.
...
PR: docs/34916
Submitted by: Ceri <setantae@submonkey.net>
2002-02-16 23:35:35 +00:00
Giorgos Keramidas
830c679cc9
Add a <filename> missed in last commit.
2002-02-16 23:24:29 +00:00
Giorgos Keramidas
ab6fd7a72e
Wrap filenames in <filename>.
...
PR: docs/34916
Submitted by: Ceri <setantae@submonkey.net>
2002-02-16 23:14:05 +00:00
Giorgos Keramidas
50ce76a93c
Replace quotes with more appropriate tags,
...
in preparation of applying other fixes.
Inspired by: Ceri <setantae@submonkey.net>
2002-02-16 22:54:50 +00:00
Giorgos Keramidas
29fa736d61
Change "administrator commands" to "priviledged commands".
2002-02-16 22:28:08 +00:00
Giorgos Keramidas
45ddfacf00
Add missing fullstop.
...
Misc grammar fixes.
PR: docs/34914
Submitted by: Ceri <setantae@submonkey.net>
2002-02-16 22:17:18 +00:00
Giorgos Keramidas
e7655d4598
Whitespace fixes.
...
Punctuation chars should not be preceded by spaces.
2002-02-14 22:31:00 +00:00
Giorgos Keramidas
c4d8816e3d
Remove whitespace right before punctuation marks in running text.
2002-02-14 13:59:44 +00:00
Giorgos Keramidas
a81654a84a
Change an inline URL to a <ulink>.
2002-02-14 13:57:32 +00:00
Giorgos Keramidas
c3bb194e6f
Remove a pair of redundant <application> tags.
...
Split a long paragraph in two smaller ones.
Don't allow whitespace before ':' characters in running text.
2002-02-14 13:40:06 +00:00
Giorgos Keramidas
96d4dfa273
Add missing ; character after &prompt.root entities.
...
PR: docs/34914
Submitted by: Ceri <setantae@submonkey.net>
2002-02-14 13:33:34 +00:00
Giorgos Keramidas
924220591d
Syntax and grammar fixes.
...
PR: docs/34913
Submitted by: Ceri <setantae@submonkey.net>
2002-02-14 13:20:33 +00:00
Giorgos Keramidas
4d513c74f1
Various utypo fixes.
...
PR: docs/34912
Submitted by: Ceri <setantae@submonkey.net>
2002-02-13 23:49:11 +00:00
Murray Stokely
619cf2ffb4
* Do not claim that we ship the very latest version of Perl in the
...
base system.
* Update links to FreeBSD packages to use the 'Latest/pkgname.tgz'
link so that we don't have to keep the version numbers updated.
* Expand some </> shorthand.
* Fix a few typos.
PR: docs/34884
Submitted by: Ceri <setantae@submonkey.net> (mostly)
2002-02-13 10:03:32 +00:00
Murray Stokely
79a0e7d83c
* Note that src/crypto contains more than just DES stuff.
...
* Spell 'Kerberos' properly.
* Fix a few other typos.
PR: docs/34883
Submitted by: Ceri <setantae@submonkey.net>
2002-02-13 09:47:10 +00:00
Dima Dorfman
6268ceeea5
Demangle the definition of `struct jail'.
...
PR: 34640
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
2002-02-10 08:41:31 +00:00
Alexey Zelkin
cea4821669
add missing chapters to SRCS. Sort SRCS while I'm here
2002-01-30 14:18:23 +00:00
Murray Stokely
fe664eeac2
Fix some rather amusing typos.
...
Submitted by: schweikh
2002-01-03 14:26:23 +00:00
Murray Stokely
6f26cb1384
Update copyright years.
2002-01-01 09:43:38 +00:00
Murray Stokely
c730fc3dfc
Add a chapter about the internals of the Jail subsystem.
...
PR: docs/32910
Submitted by: Evan Sarmiento <evms@cs.bu.edu>
2002-01-01 09:33:44 +00:00
Murray Stokely
d9ba0513eb
sysctl -w is deprecated.
...
Reminded by: des
2001-12-13 09:15:21 +00:00
Giorgos Keramidas
b1def32fd6
Expand all contractions in the developer's handbook.
2001-12-08 10:48:58 +00:00
Giorgos Keramidas
55f6bdd638
Add newline at EOF, where necessary.
...
Remove redundant whitespace at EOF.
2001-12-08 10:45:19 +00:00
Giorgos Keramidas
1867e747e4
Remove redundant EOF whitespace.
2001-12-08 10:42:00 +00:00
Murray Stokely
dd4e35d55c
Add some information about breaking to the debugger from the command
...
line with :
# sysctl -w debug.enter_debugger=ddb
PR: docs/32483
Submitted by: archie
2001-12-08 04:31:22 +00:00
Murray Stokely
14f3ecea08
Wrap author attributions in <chapterinfo> <authorgroup> ..
2001-11-23 19:25:57 +00:00
Murray Stokely
b292754c66
Whitespace change only - Fix the indentation to provide a better
...
example for future contributors.
2001-11-23 19:15:28 +00:00
Murray Stokely
7fe9c7b818
Add a chapter about writing device drivers for the sound subsystem.
...
Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
Reviewed by: cg
2001-11-23 19:01:25 +00:00
Murray Stokely
cbaac8819e
Catch up with the changes made to the Handbook makefile. Make the
...
index a parameter entity that is only included if -i chap.index is
added to the command line (handled automatically in the GEN_INDEX=true
case).
2001-11-19 06:23:41 +00:00
Murray Stokely
0361e0a8d3
Rework our index support.
...
* Add a new document-specific variable, HAS_INDEX, to specify if a
given document is marked up with <indexterm> entries.
* Rework the index support so that both HAS_INDEX and GEN_INDEX are
checked before trying to generate an index for a document.
* Only create index.sgml if both HAS_INDEX and GEN_INDEX are set.
This allows us to recursively build the documentation tree with
GEN_INDEX=1 and have it only try to create an index (very time
consuming) for the few documents that are ready for this. Previously,
running "make GEN_INDEX=1" from the top of the doc tree would look for
index terms in every single document.
With this, I hope we can start building our docs with GEN_INDEX set on
freefall so that users browsing the HTML docs will get the benefit of
the index we've been hiding in CVS for 6 months.
2001-11-19 06:11:16 +00:00
Murray Stokely
679f8542f7
Break a paragraph out into its own <sect1> to be orthogonal with the
...
rest of this chapter.
PR: 31983
Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
2001-11-14 17:18:12 +00:00