Commit Graph

2963 Commits

Author SHA1 Message Date
max
66ef383d7a Remove this file to sync with the English version. 1997-05-10 03:55:55 +00:00
max
3cbae09471 Change translation for some phrase. 1997-05-10 03:48:03 +00:00
max
ee50925da4 Merge the en version changes, 1.13 -> 1.15.
Submitted by:	Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-05-10 03:45:18 +00:00
jfieber
ee523bb0cb Remove linuxdoc to latex support. 1997-05-10 03:26:27 +00:00
max
4feaab6cb9 Added russian.sgml and removed troubleshooting.sgml. 1997-05-09 23:09:56 +00:00
max
a28d63b9c0 Merge the EN version changes, 1.10 -> 1.12. 1997-05-09 23:03:36 +00:00
max
e99c6acd2b Merge the EN version changes, 1.19 -> 1.21. 1997-05-09 23:02:22 +00:00
max
45e93155f0 Merge the EN version changes, 1.28 -> 1.29. 1997-05-09 23:01:01 +00:00
max
98dcd303d6 Merge the EN version changes, 1.15 -> 1.17. 1997-05-09 22:58:07 +00:00
max
2bcbf09fce Merge the EN version changes, 1.16 -> 1.17. 1997-05-09 22:57:02 +00:00
max
36040cde54 Merge the en version changes, 1.9 -> 1.10. 1997-05-09 22:55:48 +00:00
max
9e293b9c33 Merge the EN version changes, 1.69 -> 1.75. 1997-05-09 22:52:15 +00:00
max
0ab35e8503 An empty file. (So that we can go ahead 'n' update handbook.sgml and
Makefile.)
The translation is in progress.
1997-05-09 22:44:44 +00:00
max
9d15f1b7c6 Merge the EN version changes, 1.22 -> 1.24. 1997-05-09 22:34:36 +00:00
max
cc4ea7e758 <heading> should be closed by </heading> (not </>). :-) 1997-05-09 06:19:03 +00:00
max
bb77566053 Merge the en version changes, 1.11 -> 1.12. 1997-05-09 05:56:24 +00:00
max
f2b328422f Merge the en version changes, 1.52 -> 1.53. 1997-05-09 03:52:17 +00:00
max
cc163489a8 Merge the en version changes, 1.24 -> 1.25. 1997-05-09 03:41:46 +00:00
max
ceb376b4e6 Merge the en version changes made in 1.237 -> 1.240.
While at it, did some tabs <-> spaces conversion to match the JP version
to the EN version so that patch generated by cvs diff handbook/contrib.sgml
can be often reused to update the JP version.
1997-05-09 03:10:34 +00:00
max
f2de075567 Merge the en version changes made in 1.63 -> 1.65. 1997-05-09 03:07:23 +00:00
max
88c0c3add0 In one part, the list of addtional contributor wasn't kept in alphabetical
order.
1997-05-09 02:54:53 +00:00
max
a9a0b72e5c Merge the en version changes made in 1.3 -> 1.4. 1997-05-08 18:31:38 +00:00
joerg
f8b5f0d7e6 Kill a stale .pq line. 1997-05-08 15:31:39 +00:00
joerg
46c1ffea6f Add Kenjiro to the list of committers. 1997-05-08 15:30:29 +00:00
joerg
dec8c89e48 Don't xref a nonexistant pc(4).
PR:		docs/3525: pcvt(4) references pc(4)...
1997-05-08 15:26:28 +00:00
brian
782586de1b Quote ppp.conf correctly (<tt></tt>) 1997-05-08 02:53:17 +00:00
brian
a416f519b8 Don't use HISADDR in ppp.conf examples as it's not
set up properly 'till ppp.linkup is parsed.

PR:		3114
Submitted by:	Kenneth R. Westerback <krw@tcn.net>
1997-05-08 01:45:59 +00:00
wosch
85bac4bd20 3.3-current -> 3.0-current 1997-05-07 16:32:31 +00:00
jkh
a29053c495 Clean up the slightly tortured english I produced yesterday. :) 1997-05-07 10:44:08 +00:00
hanai
23a64f2597 Catch up with the original.
Submitted by: tomo@maple.elcom.nitech.ac.jp (WATANABE tomoo)
1997-05-07 04:45:54 +00:00
pds
64e4b90bfc PR: none
Submitted by:	pds
1997-05-06 16:21:18 +00:00
dfr
7af09e9fc1 Add SMPHDRS to CLEANFILES instead of replacing its current value. 1997-05-06 14:29:56 +00:00
wosch
9f823f5a7f Fix FTP link to the statically linked FreeBSD executables
freefall -> hub
1997-05-06 11:18:44 +00:00
jkh
70c1986f74 Describe SNAPs and RELENGes as requested on USENET. 1997-05-06 06:38:46 +00:00
jdp
4b4c7c227f Use "gcc -shared" instead of "ld -Bshareable" for building shared
libraries.  Remove the now-unneeded CPLUSPLUSLIB hack.  I will also
remove the CPLUSPLUSLIB definitions from the Makefiles that use it,
after the dust settles.

Use gcc's LIBRARY_PATH environment variable to handle DESTDIR,
instead of -L flags in LDDESTDIR.  LIBRARY_PATH is documented in
the gcc info pages.  It is better than using -L flags, because it
modifies the search for start-up files as well as for libraries.
A new variable LDDESTDIRENV is used to contain the normally-empty
LIBRARY_PATH environment setting.

LDDESTDIR is no longer set in <bsd.lib.mk>.  It is still honored for
the time being, because a couple of userland Makefiles still (wrongly)
set it.  These should be fixed, and LDDESTDIR should vanish.

Removed the commented-out "LDDESTDIR+=-nostdlib", because "gcc -shared"
doesn't link in any standard libraries anyway.

Removed the ".if defined(LDADD)" around the _EXTRADEPEND target for
shared libraries.  This target is always necessary now, because
c++rt0.o is linked into every shared library.

Don't merge this into -2.2 without first merging the support for
"gcc -shared".
1997-05-04 21:30:40 +00:00
eivind
99dfa1c382 Remove the last reference to sup as a current method. We now want
cvsup-mirrors now, not sup-mirrors.
1997-05-04 18:04:38 +00:00
jkh
86f710eee9 Yikes! I thought I updated these references to sup ages ago.. Hmmmm! 1997-05-04 11:57:51 +00:00
jkh
0f5d18fb9c Update our history a little (whoops - I thought I'd committed
this days ago!).
1997-05-04 08:11:24 +00:00
jdp
3687a0fcc5 Update the URL for the CTM mirror at the University of Trier.
Submitted by:	Sascha Blank <blank@fox.uni-trier.de>
1997-05-04 05:55:56 +00:00
andreas
6a061964c3 synchronize with bsd.doc.mk (long outstanding fix)
PR:		closes docs/3479
1997-05-03 19:58:39 +00:00
jkh
d3ebb6d1bd bettter -> cleaner. 1997-05-03 04:46:42 +00:00
jfieber
eea3fb0fad Use <sect1> for sectioning instead of <p><bf>..</bf></p>. 1997-05-02 18:27:06 +00:00
jfieber
1243cef26e Markup debogification.
(<deflist><itemize>...</itemize></deflist> is nonsensical and should
not be allowed by the DTD)
1997-05-02 18:07:43 +00:00
jfieber
ea88d9034d Promote "The Ports Collection" to the chapter level.
Someone want to add a section to this chapter on PACKAGES?
1997-05-02 14:39:19 +00:00
jfieber
dfd761fe48 Users, Groups, and Security -> Security
The chapter has evolved differently than I imagined when I made
up the title.
1997-05-02 14:26:33 +00:00
jfieber
06c337917a Merge "staying current", "staying stable" and "synching" into a
single chapter.

Move "source tree guidelines and policies" out of the dark dungeon
of the Appendix.
1997-05-02 14:15:35 +00:00
ache
a40e87d143 More formatting + more info 1997-05-02 08:37:48 +00:00
ache
2a552b7768 Improve SGML formatting.
Add more info.
1997-05-02 08:07:35 +00:00
ache
958ed8ce77 Add ascii to comment describing default FORMATS value too
(see previous commit)
1997-05-02 05:07:45 +00:00
ache
3e143d2fb6 Add ascii to default formats list.
latin1 looks very ugly on Russian screens/printers and users should
be able to print/view handbook first without inner knowledge of
bsd.sgml.mk tuning.
1997-05-02 05:02:54 +00:00