between OpenPAM, Linux-PAM and Solaris PAM in some more detail. Also add
IDs to most sections and their titles, and an appendix listing a sample
conversation function.
Translators: please leave for later, there's still a lot to do.
Sponsored by: DARPA, NAI Labs
between the closing tag and its contents. This change can be ignored
by the translators.
PR: docs/38849 (partially)
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
since it was made a part of the developers handbook in revision 1.41
of doc/en_US.ISO8859-1/books/handbook/Makefile
PR: docs/38850
Submitted by: Marc Fonvieille <marc@blackend.org>
No objection by: murray
Add support for using the XSL stylesheets to generate HTML output using
XSLT transforms, rather than using JadeTeX. So (assuming you have
installed xsltproc from ports/textproc/libxslt, and the docbook-xsl
stylesheets), you can now do
make STYLESHEET_TYPE=xsl FORMATS=html
and get HTML output that way.
former is easier to read in Japanese text.
o reword entire sort.1 so that expressions of translation get to close to
original English expressions.
Submitted by: kuma@jp.FreeBSD.org, sig@is.akita-u.ac.jp (SASAKI Shigeo)