Commit graph

8085 commits

Author SHA1 Message Date
Dag-Erling Smørgrav
9a88a939eb DBA update, add copyright & legal notice, minor cleanup. 2002-06-07 16:24:17 +00:00
Dag-Erling Smørgrav
fbe5bce218 DBA update. 2002-06-07 16:23:56 +00:00
Dag-Erling Smørgrav
5d3d85a379 Connect the PAM article to the build to facilitate review. Note that it's
still unfinished and therefore not listed on the documentation page.  I
intend to finish it in the very near future.
2002-06-07 15:48:55 +00:00
Dag-Erling Smørgrav
a0e5c66ae0 Catch up with the current state of -CURRENT, and discuss the differences
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
2002-06-07 15:45:24 +00:00
Dag-Erling Smørgrav
70a78a3610 Sample conversation function, based on a trimmed-down openpam_ttyconv(3).
Sponsored by:	DARPA, NAI Labs
2002-06-07 15:42:12 +00:00
Dag-Erling Smørgrav
828a51b4c8 Checkpoint commit: add sample application, mess with bibliography. 2002-06-07 13:37:37 +00:00
Dag-Erling Smørgrav
2a4b9fcedd Add sample application, use sed(1) instead of perl(1).
Sponsored by:	DARPA, NAI Labs
2002-06-07 13:37:14 +00:00
Dag-Erling Smørgrav
3562552682 Full roster of PAM man pages. 2002-06-07 13:17:31 +00:00
Dag-Erling Smørgrav
31f658b724 Perl script that translates a list of man pages to a list of SGML entity
definitions.
2002-06-07 13:16:50 +00:00
Dag-Erling Smørgrav
ba497fd8ed Sample PAM module from OpenPAM repo. 2002-06-07 12:59:09 +00:00
Dag-Erling Smørgrav
045ae674b4 Update sample program from OpenPAM repo. 2002-06-07 11:53:38 +00:00
Dag-Erling Smørgrav
f5b32f0bef Whitespace cleanup. 2002-06-07 10:25:15 +00:00
Bruce A. Mah
aedc109557 Add src/share/examples/cvsup/standard-supfile to the version bump list. 2002-06-06 22:14:36 +00:00
Giorgos Keramidas
d19554d5ca Remove extraneous whitespace. Also wrap </screen> to avoid space
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>
2002-06-05 23:31:54 +00:00
Giorgos Keramidas
087ffdbb39 Punctuation fixes.
PR:		docs/38903
Submitted by:	Marc Fonvieille <marc@blackend.org>
2002-06-05 23:23:58 +00:00
Giorgos Keramidas
970c31efd0 Typo: Preperation -> Preparation.
PR:		docs/38926
Submitted by:	Marc Fonvieille <marc@blackend.org>
2002-06-05 22:09:07 +00:00
Anton Berezin
09d2451afc Add Anatoliy Dmytriyev <tolid@plab.ku.dk> to the additional contributors
section, for his several ports.
2002-06-05 21:16:29 +00:00
Dag-Erling Smørgrav
65d43e5aad Completely gratuitous whitespace cleanup. 2002-06-05 13:07:53 +00:00
Dag-Erling Smørgrav
acc5e00237 Add Henry Wincup for his contribution to libfetch. 2002-06-05 12:57:05 +00:00
Giorgos Keramidas
1a5bf5d3ff - Add a couple of <keycap> tags.
- 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
2002-06-05 00:47:40 +00:00
Giorgos Keramidas
6ddc80c795 Wave an axe over kernelopts/. This hasn't been building for a while,
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
2002-06-05 00:27:41 +00:00
Nik Clayton
7d0a752f13 Add support for generating {book,article}.xml from {book,article}.sgml.
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.
2002-06-04 11:40:17 +00:00
Kazuo Horikawa
db64e6ae15 Catch up with 4.6-RC-20020531-JPSNAP 2002-06-01 21:55:35 +00:00
Jun Kuriyama
cb6e3c9efd Fix typo.
Submitted by:	Hideyuki KURASHINA <rushani@bl.mmtr.or.jp>
2002-06-01 03:59:56 +00:00
Jun Kuriyama
cff78f5148 MFen (1.80 -> 1.82).
Submitted by:	Hideyuki KURASHINA <rushani@bl.mmtr.or.jp>
2002-06-01 03:42:47 +00:00
Pete Fritchman
abd307d187 Add Alexey Dokuchaev <danfe@regency.nsu.ru> for his work on windowmaker
dockapp ports.
2002-05-31 12:58:51 +00:00
Kazuo Horikawa
aeacc7bf77 Add a note by translators for "nonresident".
Submitted by:	mistral@imasy.or.jp (Yoshihiko SARUMARU)
2002-05-31 05:20:54 +00:00
Kazuo Horikawa
6cc91c1200 o use "minus sign" instead of "- sign" (in Japanese expression), as the
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)
2002-05-31 04:49:19 +00:00
Pete Fritchman
8c3a84866a Update Jos Backus' email (now jos@catnook.com). 2002-05-30 23:20:19 +00:00
Giorgos Keramidas
f7e509026e Wrap 'wheel' in <groupname> tags.
Suggested by:	Marc Fonvieille <marc@blackend.org>
2002-05-30 22:02:47 +00:00
Nik Clayton
482c17450b Update entities and text relating to the upcoming 4.6 release. 2002-05-30 21:38:26 +00:00
Ceri Davies
10450c1a38 Use example.com instead of bar.com. 2002-05-30 21:11:55 +00:00
Ceri Davies
6f7cdcd933 Fix typo.
Submitted by:	Francois Kritzinger <ffkrz@iafrica.com>
2002-05-30 20:30:19 +00:00
Murray Stokely
92879465f6 Update a link.
PR:		docs/38141
2002-05-30 09:10:49 +00:00
Murray Stokely
94bf3c9ad6 Improve wording.
PR:		docs/38273
2002-05-30 08:33:16 +00:00
Murray Stokely
76fb989a32 Grammar.
PR:		docs/38400
Submitted by:	Chris Pepper <pepper@rockefeller.edu>
2002-05-30 08:10:27 +00:00
Murray Stokely
a00a4fe5a1 Add additional troubleshooting information about serial connections.
Specifically, mention the 3wire terminal entry to ignore hardware
handshaking.

PR:		docs/37120
Submitted by:	Doyle Myers <doylem@mac.com>
2002-05-30 07:49:50 +00:00
Murray Stokely
9cad5d0a0f Remove extraneous word.
Submitted by:	Adrian Steinmann <ast@marabu.ch>
2002-05-30 06:53:21 +00:00
Garrett Wollman
7d6cedd098 Version bump for addition of dlfunc(3). 2002-05-29 21:04:20 +00:00
Sebastien Gioria
0992c04230 Adding ipsec-must to the build 2002-05-29 20:00:04 +00:00
Sebastien Gioria
e2b2054379 New translation
PR : docs/38700
Submitted by: Marc Fonvieille <marc@freebsd-fr.org>
2002-05-29 19:59:39 +00:00
Nik Clayton
c035787c2e Add some more details, and document a couple of undocumented variables
that specify the distribution files.

s/http/HTTP/ in a few places.
2002-05-29 17:59:53 +00:00
Greg Lehey
69af2ac521 Correct grammar. 2002-05-28 23:51:48 +00:00
Ceri Davies
496c9f72cc Remove duplicate words. 2002-05-28 17:46:25 +00:00
Ceri Davies
30656d7362 Remove duplicate words. 2002-05-28 17:38:52 +00:00
Bruce A. Mah
8bd73a52b5 We now have (more than) 7,000 ports.
Pointed out by:	rpratt
2002-05-28 00:22:40 +00:00
Randy Pratt
93ed43a37f Update handbook installation section for 4.6-RELEASE. Section for
configuring XFree86 rewritten for 3.3.6-->4.2.0.

Approved by:	murray
2002-05-27 20:07:31 +00:00
Sergey Skvortsov
ff033999b1 Add Andrey Sverdlichenko <rblaze@users.sourceforge.net> for his work on
security/vncrypt port.
2002-05-27 13:14:39 +00:00
Kazuo Horikawa
3b26f513ab Add missing .Ed
Submitted by:	MORI Kouji <mori@tri.asanuma.co.jp>
2002-05-27 00:57:55 +00:00
Giorgos Keramidas
6d59b6922e Correct the last commit by adding articles before &a.developers;
where required.
2002-05-26 23:35:19 +00:00