make the difference between -STABLE and -CURRENT manual pages. We need
this for devfs, device.hints etc. manual pages in our Handbook.
Manual pages entities for -CURRENT should have the form &man.current.foo.1;
Note, this does not concern release notes but only docs.
An "old" man.devfs.5 entity is kept to allow the build of localized docs
till their upgrade.
- s/permissions/permission bits/
- s/globing/globbing/
- environment variables is not a "shell function" but a "feature"
- setenv & export are not used to "view" env vars in tcsh & bash,
but only to "set" them.
- remove punctuation from <title>
- wrap `man' in <command> tags
PR: docs/38975, docs/38976, docs/39024, docs/39064 and docs/39089
Submitted by: Marc Fonvieille <marc@blackend.org>
- Reword the part about editors of the base system and the ports.
PR: docs/38851
Submitted by: Marc Fonvieille <marc@blackend.org>
--- chapter.sgml.diff begins here ---
--- chapter.sgml.org Mon Jun 3 12:38:09 2002
+++ chapter.sgml Mon Jun 3 12:46:40 2002
@@ -1256,9 +1256,9 @@
<command>ee</command>, all of the
commands for manipulating the editor's functions are listed at the
top of the display. The caret <literal>^</literal> character means
- the control key on the keyboard, so ^e expands to pressing the
- control key plus the letter <literal>e</literal>. To leave
- <application>ee</application>, hit the escape key, then choose leave
+ the <keycap>Ctrl</keycap> key on the keyboard, so <literal>^e</literal> expands to the key combination
+ <keycombo action="simul"><keycap>Ctrl</keycap><keycap>e</keycap></keycombo>. To leave
+ <application>ee</application>, hit the <keycap>Esc</keycap> key, then choose leave
editor. The editor will prompt you to save any changes if the file
has been modified.</para>
@@ -1277,9 +1277,9 @@
<secondary><command>emacs</command></secondary>
</indexterm>
<para>FreeBSD also comes with more powerful text editors such as
- <command>vi</command> as part of the base system, and
- <command>emacs</command> and <command>vim</command>
- as part of the FreeBSD Ports Collection. These editors offer much
+ <command>vi</command> as part of the base system, while other editors, like
+ <command>emacs</command> and <command>vim</command>,
+ are part of the FreeBSD Ports Collection. These editors offer much
more functionality and power at the expense of being a little more
complicated to learn. However if you plan on doing a lot of text
editing, learning a more powerful editor such as
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
While I'm here delete some not-quite-as-applicable-as-it-once-was
text about shells in ports having "much more power".
PR: 31884
Submitted by: mwlucas@blackhelicopters.org
* After reading this chapter you will know:
-> After reading this chapter, you will know:
* Before reading this chapter you should:
-> Before reading this chapter, you should:
of a small subset of the directories listed in hier(7) that a newbie
should really be familiar with. Continue to point the user to
hier(7) for an exaustive description of the directory hierarchy.
* Fix a couple of typos
* Enclose commands in <command> tags.
Partially Submitted by: logo
* First and last word uppercase
* Prepositions, articles, and short conjunctions lowercase
* The word 'to' lowercase
* Preserved capitalization for program/command names
Reviewed by: murray
* OSs -> Operating Systems
* commmunications -> communications
* realise -> realize
* customising -> customizing
* customise -> customize
* realise -> realize
* behaviour -> behavior
British to American spelling for some of the above words only in the
Handbook as discussed on -doc.
Reviewed by: murray