Chris Costello
94507d9438
Wrap paragraphs.
2002-12-10 00:24:38 +00:00
Chris Costello
ecd32ee9b9
Grammar, spelling, and markup fixes.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-12-10 00:08:44 +00:00
Chris Costello
9d85c44f4d
Replace "XXXMANPAGE" with appropriate man page references.
...
Sponsored by: DARPA, Network Associates Labs
2002-12-09 22:57:33 +00:00
Murray Stokely
ab5921dc35
Mention the drivers.flp image when discussing the need to make floppy
...
disks. Also, change one instance of 'floppy disc' to 'floppy disk'.
2002-12-09 01:09:20 +00:00
Murray Stokely
ea4736f634
Use entity to keep track of /usr/ports size.
2002-12-08 22:44:22 +00:00
Murray Stokely
4f942d0c1e
Use entity to keep track of how big the ports tree is at any given
...
time, so we don't have to keep this updated in multiple places.
2002-12-08 22:43:12 +00:00
Ceri Davies
16589f916a
Use the &unix; entity.
2002-12-08 22:08:24 +00:00
Ceri Davies
cd110df402
- natd address translation -> Network Address Translation
...
- IPSec -> IPsec
- mozilla+ipv6 was removed from the ports tree some time ago,
so reference mozilla instead
- Remove a contradiction
- punctuation fixes
PR: docs/46093
Submitted by: Christian Brueffer <chris@unixpages.org>
2002-12-08 20:55:18 +00:00
Ceri Davies
6fa62f45ac
Whitespace cleanup from revision 1.73.
2002-12-08 20:42:22 +00:00
Ceri Davies
6388c6bed3
- Grammar and spelling improvements
...
- Update the date of the last core election
- Add Xeon, Pentium IV and sparc64 to the list of supported processors
- Update the size of the ports collection
2002-12-08 20:41:18 +00:00
Robert Watson
9b3a376116
(1) Put MAC kernel options into <literal></literal> when described in
...
text.
(2) Correct option name for mac_seeotheruids.
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com> (1)
2002-12-08 19:23:22 +00:00
Marc Fonvieille
bde558861f
s/File-Based/File-Backed/ in the title of a section to be consistent
...
with the rest of the text.
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-12-08 18:51:06 +00:00
Ceri Davies
7b1eb8409d
Remove use of the faq entity, as faq@FreeBSD.org is now an alias to doc@.
...
When the translations have caught up with this change, the entity can be
removed from doc/en_US.ISO8859-1/share/sgml/teams.ent.
Approved by: faq, jhb
2002-12-08 18:44:40 +00:00
Marc Fonvieille
1aa1e1f53a
Finish the section about mdconfig(8); and mdmfs(8);. I also
...
updated a bit the part about FreeBSD 4.X
2002-12-08 15:59:18 +00:00
Scott Long
13b5a755ec
Flesh out the section on device hints a bit more and add explicit text
...
on adding hints from the boot loader.
Reviewed by: trhodes
2002-12-07 15:34:23 +00:00
Robert Watson
70603a0e48
A variety of wording and spelling cleanups to the SMP architecture
...
document.
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
2002-12-07 14:25:25 +00:00
Marc Fonvieille
4a12cb07fe
Update (1st part) of Section 12.10 "Network, Memory, and File-Based
...
File Systems": covering mdconfig(8) and mdmfs(8). It's work in
progress, since I still have problems with mdmfs(8).
2002-12-06 23:01:53 +00:00
Tom Rhodes
68069e0499
Add a section on using user-level PPP NAT to the handbook
...
PR: 44443
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
Approved by: make lint
2002-12-06 21:00:13 +00:00
Marc Fonvieille
edc5a4a4b3
Explain how to mount an iso image with mdconfig(8).
2002-12-05 22:55:35 +00:00
Marc Fonvieille
74805dc9a4
Add "Creating a Swapfile on FreeBSD 5.X" example.
2002-12-05 22:02:57 +00:00
Robert Watson
8a0b7ed1fb
Add basic documentation for the File System Firewall Policy,
...
mac_bsdextended.
2002-12-05 17:24:34 +00:00
Robert Watson
c8e864ab81
Since Biba and MLS now have appropriately placed man pages, convert
...
some XXXMANPAGE references into actual man page entities for these
policies.
2002-12-05 17:09:06 +00:00
Robert Watson
9241c2dd38
Various updates for the ccd chapter to take into account 5.0: we no
...
longer accept a "units" argument to the kernel configuration entry.
Devfs now does all the device management, eschew use of MAKEDEV.
Note: I haven't yet tested all the commands here, I suspect some
instances of "ccd0c" may need to become simply "ccd0".
2002-12-05 15:56:53 +00:00
Robert Watson
5c8f4cdd6d
Drop in a real-quick section on the MAC Framework and pluggable policy
...
modules in FreeBSD 5.0. Give brief descriptions of the policies that
we have available. Since the man pages are still getting dropped in,
temporarily put in XXX's for the missing man page cross references--
we'll fix that tonight.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associats Laboratories
2002-12-05 00:37:47 +00:00
Robert Watson
da9ebe6d82
More /dev/r<foo> no longer preferred.
2002-12-04 22:10:51 +00:00
Robert Watson
13a8def0a0
Use of raw disk devices no longer preferred.
...
No need to specify "-t ufs" when mounting a UFS file system with
a BSD disk label, mount will do the right thing.
2002-12-04 22:08:29 +00:00
Marc Fonvieille
dde71ac662
Add xref link to "File System Access Control Lists" section.
...
While I'm there: addition of a non-breaking space.
Requested by: rwatson
2002-12-04 22:07:03 +00:00
Robert Watson
b3cf5873da
Add some more RAID device names that people might run into -- we
...
apparently support more controller types than when this chapter
was last updated.
2002-12-04 22:02:07 +00:00
Marc Fonvieille
b7ed839e97
Add info about how to power off and reboot a FreeBSD box.
...
Requested by: rwatson
2002-12-04 21:45:12 +00:00
Robert Watson
30179a557f
In FreeBSD 5, we don't set schg on kernels, so that's not likely
...
to be the cause of foot-shooting.
2002-12-04 21:30:58 +00:00
Robert Watson
549855b75d
A variety of kernel configuration updates for 5.0, largely in the
...
form of <note></note> entries. We now keep kernels in different
places. We changed a bunch of options. We deprecated support
for the i386 processor in GENERIC. We now have PSEUDOFS. We
dropped MFS for mdmfs. We have ACLs in GENERIC. We have ACLs
at all. We have COMPAT_FREEBSD4. Many things that should not have
been options have now been forgotten. No, wait. They were enabled
by default.
<note>We really need two separate documents here: kernel configuration
for FreeBSD 4.x, and kernel configuration for FreeBSD 5.x. This
quantity of notes is a lot less readable than I'd like. If someone
wants to pick up this task before RC2, that would be great.</note>
2002-12-04 21:21:19 +00:00
Robert Watson
10a0dffa09
Update list of "things you will know after reading this chapter" for
...
the security chapter to include that you'll know about ACLs, as
trhodes has committed an ACLs section.
2002-12-04 15:21:24 +00:00
Mario Sergio Fujikawa Ferreira
5bad8f34e2
xmms was moved from audio to multimedia category
2002-12-04 02:48:45 +00:00
Marc Fonvieille
a535af853f
Add more infos about devfs(5).
2002-12-03 21:04:07 +00:00
Marc Fonvieille
01bcf1ded6
Add infos about devfs(5) where needed.
...
Submitted by: keramida
2002-12-02 21:11:55 +00:00
Robert Watson
4d0de73f15
Minor language tweaks.
...
Discussed with: Hiten Pandya <hiten@unixdaemons.com>
2002-12-02 19:36:14 +00:00
Robert Watson
c36b056dcc
Commit the draft SMPng architecture document John Baldwin posted to
...
arch@ ages ago, with a number of updates I've added for things like
the MAC Framework, locking of SIGIO, sysctl(), timeout(), credentials,
jail, kernel modules, and a few other things. Note particularly large
holes in documentation for file and file descriptor locking, pipe
locking, select locking, process locking, scheduler locking. In fact,
most sections need a lot of work, but I figured it was better to get
this into the documentation tree where people could see/fix it, than
let it rot more. This is not currently hooked up to the build since
it's not yet ready, but can be built easily.
2002-12-02 16:38:13 +00:00
Mario Sergio Fujikawa Ferreira
34fb408a8f
o Update references, a number of ports were moved from graphics to
...
multimedia category
o Replace "Thus " with "Therefore, "
2002-12-02 14:45:38 +00:00
Marc Fonvieille
08349d2a78
Add info about devfs(5) where needed.
2002-12-01 23:30:33 +00:00
Martin Heinen
df6082fb5f
Minor markup changes,
...
remove a duplicate paragraph,
fix a typo.
Reviewed by: trhodes
2002-12-01 23:22:01 +00:00
Marc Fonvieille
6b53067695
Add infos about devfs(5) where needed.
2002-12-01 23:00:42 +00:00
Ceri Davies
7587ca0663
Add an entity for the FreeBSD-mips mailing list.
...
Add MIPS to the list of porting efforts in the FAQ.
Grammar fixup for the handbook.
2002-12-01 19:25:48 +00:00
Ceri Davies
ea73275f92
Remove the PPP primer.
...
Useful content has been migrated into the handbook by blackend.
PR: docs/42392
Reviewed by: blackend, keramida
2002-12-01 18:30:44 +00:00
Marc Fonvieille
84116021ba
s/softupdates/Soft Updates/
...
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-12-01 13:39:29 +00:00
Marc Fonvieille
e1ac948ad2
Various fixes in Parallel Line IP section:
...
- remove contractions
- punctuation fixes
- use of manual page entities and hostid tags
2002-11-30 22:49:07 +00:00
Marc Fonvieille
12c0be934c
Add some manual page entities for devfs(5) and note that 4.X and earlier
...
do not use it by default.
2002-11-30 21:53:36 +00:00
Marc Fonvieille
4b5857eeec
Use quote tags and manual page entity where needed.
2002-11-30 21:30:36 +00:00
Giorgos Keramidas
983707d7f6
<quote> a make.conf variable properly.
2002-11-30 12:17:03 +00:00
Marc Fonvieille
4116a95f01
s/complied/compiled
...
s/softupdates/Soft Updates/
2002-11-30 11:21:40 +00:00
Marc Fonvieille
ae734028fd
Reword a previous commit.
2002-11-30 11:07:57 +00:00
Marc Fonvieille
a169cb742f
Add a note about use of devfs(5) under 5.X system.
2002-11-30 11:05:29 +00:00
Jesus Rodriguez Cuesta
534c368a5b
Achieve in a easier way the wheel-mouse support from within XEmacs.
...
PR: 45295
Submitted by: Norbert Koch <nk@viteno.net>
2002-11-30 06:00:47 +00:00
Marc Fonvieille
b719ba7da7
Explain that 5.X use devfs(5), so no need to create device nodes.
2002-11-29 22:22:52 +00:00
Marc Fonvieille
46a3ab81c1
Use of manual page entities were needed.
2002-11-29 21:59:24 +00:00
Marc Fonvieille
eff48f6b2a
Reword a sentence to be consistent with previous ones, add a non-breaking
...
space for FreeBSD 5.X
2002-11-29 21:51:42 +00:00
Marc Fonvieille
8b618e962c
Use of manual page entities when needed.
2002-11-29 20:35:22 +00:00
Ceri Davies
2d2aaff921
1) Fix a broken link where the FAQ links back to itself;
...
2) Change a reference to copyright to license;
3) While "Staring from FreeBSD ..." does have a certain je ne sais quoi, fix
the typo.
2002-11-29 18:01:56 +00:00
Martin Heinen
525fa84c67
Move program output into <screen>.
...
Reviewed by: trhodes
2002-11-29 17:22:22 +00:00
Tom Rhodes
27a6f7dd48
Add a <note> that 5.0 and later use device.hints(5) in place of userconfig.
...
Add an <xref> to the device.hints(5) section so users will know its there.
PR: 44595
Discussed with: bmah
2002-11-27 22:59:51 +00:00
Tom Rhodes
ef16b02438
Mention that this chapter includes a section about device.hints(5).
2002-11-27 22:11:49 +00:00
Tom Rhodes
f59686229c
Minor changes to my section on file system ACLs after a discussion with
...
chris.
Submitted by: chris (some parts)
2002-11-27 22:03:22 +00:00
Tom Rhodes
2142f7fb53
Reword a sentence for clarity.
2002-11-27 21:36:40 +00:00
Marc Fonvieille
883c5e4b09
Fix quote problems in using correct tags.
2002-11-27 20:38:02 +00:00
Tom Rhodes
cf9b5fe609
Add a section discussing file system Access Control Lists.
2002-11-27 20:30:35 +00:00
Marc Fonvieille
2c0d613996
Start the update of serial console section: the kernel syntax was
...
updated from 3.X to 4.X syntax, 5.X one will be added soon with all
needed fixes (device.hints etc.).
2002-11-27 20:17:50 +00:00
Marc Fonvieille
775d2d2a7f
s/Sysinstall/sysinstall/ to be consistent with sysinstall(8) manual
...
page; it was discussed in past.
2002-11-27 19:59:12 +00:00
Marc Fonvieille
53002c3619
Punctuation fix.
2002-11-27 19:46:00 +00:00
Marc Fonvieille
51978ad40a
Add information about polled mode port under 5.X
...
With some help from: bde
2002-11-27 19:31:49 +00:00
Martin Heinen
18714ee672
Punctuation fix.
...
Approved by: alex (mentor)
2002-11-27 13:24:04 +00:00
Martin Heinen
cf9e6d8cf7
Fix typos:
...
- remove a word
- s!pam!PAM!
- s!rpm!RPM!
- s!R3s!R3S!
Approved by: alex (mentor)
2002-11-27 13:00:25 +00:00
Martin Heinen
7ed11f84f3
- s!<ret>!<keycap>Enter</keycap>!
...
- use <replaceable> instead of <>
- fix </step> and </para> tags
- move hyphen out of <application> elements
- put error messages in <errorname> or <errorcode>
- add missing tags
There are still many misued <emphasis> tags.
Approved by: alex (mentor)
2002-11-27 12:52:16 +00:00
Giorgos Keramidas
742b3832bd
Mark up hostnames with <hostid>.
2002-11-26 22:59:05 +00:00
Marc Fonvieille
fe710655da
Remove a bunch of contractions.
2002-11-25 22:31:15 +00:00
Ollivier Robert
218b77da65
Replace my old PGP2 key with the new DSA one.
2002-11-25 12:33:48 +00:00
Peter Pentchev
4145e37d6d
Add a six-months-overdue uid, roam@sbnd.net.
2002-11-25 10:52:02 +00:00
Tom Rhodes
704971dadd
Fix a comment which should have specified ``5.0 and later feature'' not
...
just 5.0.
2002-11-24 22:08:57 +00:00
Tom Rhodes
ed3fb7afa9
Document a method for rebuilding ATA RAID1. Tested on a HighPoint ATA
...
controller with hot-swap.
Submitted by: Roy Hooper <rhooper@cyberus.ca> (Original version)
2002-11-24 21:33:22 +00:00
Marc Fonvieille
0d828456b5
Use of quote tags where needed.
2002-11-24 11:49:50 +00:00
Tom Rhodes
c34a5d38e6
Document SMTP auth in the handbook.
2002-11-24 01:10:00 +00:00
Giorgos Keramidas
813eb45c47
Minor grammar fixes.
2002-11-24 00:46:57 +00:00
Marc Fonvieille
70e62e5c6e
Various updates for 4.X and 5.X (2.X syntax was still used).
...
I have to update polled mode for 5.X in a next commit.
2002-11-23 23:30:41 +00:00
Giorgos Keramidas
5b838fe354
Mention that MAKEDEV is not necessary if DEVFS is used. Mark this up
...
in a <note> to make sure that it stands out as a new 5.x feature.
Approved by: re (rwatson)
2002-11-23 23:10:16 +00:00
Marc Fonvieille
5605398b3c
Punctuation fix.
2002-11-23 12:34:51 +00:00
Marc Fonvieille
d74b8872d3
Fix the kernel configuration lines for serial ports: the 2.X syntax was
...
used. Use of 4.X and 5.X syntax and point 5.X user to
/boot/device.hints file.
PR: docs/45375
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
2002-11-23 12:24:17 +00:00
Ceri Davies
314f6f63d1
Update the link to anholt's DRI project.
...
Submitted by: Jim Hatfield <jim.hatfield@insignia.com>
Christian Brueffer <chris@unixpages.org>
2002-11-21 22:26:22 +00:00
Giorgos Keramidas
694a3894c4
The session file is .xsession not .xsessionrc.
...
PR: docs/45541
Submitted by: Alexander Pohoyda <alexander.pohoyda@gmx.net>
2002-11-20 22:37:55 +00:00
Ceri Davies
ac307bceb7
s/seperate/separate/
2002-11-20 19:41:10 +00:00
John Polstra
40b29f7485
Update maintainer address for cvsup2.at.FreeBSD.org.
2002-11-18 21:59:48 +00:00
Akinori MUSHA
a0c4dba3a5
Add several new real categories and virtual categories.
...
[Those marked with an asterisk (*) are virtual categories]
- accessibility* : Ports to help disabled users
PR: ports/39103
Requested by: trevor
- finance : Monetary, financial and related applications
PR: ports/39102
Requested by: trevor
- haskell* : Software related to the Haskell language
PR: ports/41959
Requested by: obraun
- hungarian : Hungarian language support
PR: ports/37576
Requested by: Janos Mohacsi <janos.mohacsi@bsd.hu>
- multimedia : Multimedia software
Requested by: many
- parallel* : pplications dealing with parallelism in computing
PR: ports/39094
Requested by: trevor
- portuguese : Portuguese language support
PR: ports/35991
Requested by: trevor
2002-11-18 09:36:45 +00:00
Hiroki Sato
5ef8a695d0
Fix "ifhp" to preserve spaces in the first line properly.
...
Submitted by: "IWAMOTO, Kouichi" <sue@cds.ne.jp>
Reviewed by: Shigetomo Kimura <kimura@netlab.is.tsukuba.ac.jp>
Approved by: silence on -doc
2002-11-17 20:20:43 +00:00
Marc Fonvieille
f43bee229b
Add a missing period.
2002-11-17 15:24:34 +00:00
Marc Fonvieille
1bd716f70a
Avoid to start a sentence with "e.g.".
2002-11-17 10:31:14 +00:00
Ceri Davies
bb8d227c7f
Point users at the nVidia website for their nVidia drivers, instead of to
...
the FreeBSD nVidia Driver Initiative.
Suggested by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
2002-11-16 18:18:50 +00:00
Marc Fonvieille
64ea8e2980
Use quote tags instead of "
2002-11-16 15:02:33 +00:00
Marc Fonvieille
e63e566336
Explain that the sample supfile for -STABLE have to be customized.
2002-11-16 11:38:49 +00:00
Marc Fonvieille
a7b089edd0
Add some Index entries in the -CURRENT part to be consistent with the
...
-STABLE part.
2002-11-16 11:11:20 +00:00
Giorgos Keramidas
e0cda02d93
Add a couple of uids to my GnuPG key.
2002-11-14 23:06:22 +00:00
Ruslan Ermilov
c72c8b1a9d
-DNOPROFILE=true defines the "NOPROFILE=true" variable to be "1".
2002-11-14 08:57:20 +00:00
Chris Costello
01faba3c69
Add -ia32, -ia32-digest, -mips, -mips-digest, and -arm-digest to
...
the mailing lists list.
PR: 45270
Submitted by: Hiten M. Pandya <hiten@unixdaemons.com>
2002-11-13 22:21:28 +00:00
David E. O'Brien
249f932161
Note that __FreeBSD_version 500021 can be used to determine when libskey
...
was removed. It actually happened on 2001-07-09, so this is wrong by
2 1/2 weeks.
2002-11-12 07:30:56 +00:00
Marc Fonvieille
d88167bfd9
Use man entities where needed, and punctuation fix.
2002-11-11 11:58:40 +00:00
Marc Fonvieille
ec4ba54138
Use filename tags for supfile.
2002-11-11 10:59:16 +00:00
Murray Stokely
03b372790e
Document __FreeBSD_version 460002
...
Reminded by: Bill "annoying reminder guy" Fenner. ;)
2002-11-11 05:33:26 +00:00
Marc Fonvieille
a2f08efb8b
Add missing application tags for CVSup.
2002-11-10 21:50:04 +00:00
Maxim Sobolev
151be139ad
Add description of 460102 version.
...
Head hole drilled about by: Fenner's __FreeBSD_version reminder
2002-11-10 17:38:52 +00:00
Warner Losh
0bc9e3f43f
Document 460100 (belatedly), 470100 and 470101. The last of these is the
...
__sF -> __std{in,out,err}p change.
2002-11-10 16:00:09 +00:00
Marc Fonvieille
94b30e3eb9
Use application tags for Majordomo.
2002-11-10 11:33:11 +00:00
Marc Fonvieille
5da57d5779
Remove duplicate words (adding "mailing list" after a mailing list entity
...
is useless).
2002-11-10 11:22:14 +00:00
Doug Rabson
77b86cec46
Add documentation for __FreeBSD_version 500043.
2002-11-08 08:49:35 +00:00
Bruce A. Mah
2741bf83dc
If the reader wants to know what NICs are supported, send them to the
...
Hardware Notes instead of a non-existent list that used to live in the
Handbook.
2002-11-07 19:34:24 +00:00
Ceri Davies
e0e3d798b6
Fix documentation build (add missing </note>).
2002-11-06 13:39:38 +00:00
Tom Rhodes
946df26473
Fix a typo in the 'Unix Basics' chapter.
...
Noticed by: <kamidesu@hotpop.com>
2002-11-06 04:03:12 +00:00
Tom Rhodes
4366d3df6d
Note that device.hints(5) is a FreeBSD 5.0 feature
...
Use 'file system' over 'filesystem'
2002-11-06 01:26:12 +00:00
Tom Rhodes
4282e76f80
Add a missing word.
...
Remove a useless word.
2002-11-06 01:14:07 +00:00
Marc Fonvieille
4f8cd7e18e
Punctuation fix.
2002-11-05 20:12:09 +00:00
Peter Pentchev
cf7fc94d63
Update the list of WWW, FTP, and CVSup mirrors to reflect
...
the current situation.
Reviewed by: -doc, -hubs
Approved by: silence on -doc, -hubs
2002-11-04 15:04:12 +00:00
Marc Fonvieille
80eb6c4145
Fix a tag in an index entry: CTM is not a command.
2002-11-03 11:38:11 +00:00
Marc Fonvieille
a8f2741ddb
-Add missing application tags
...
-Be more consistent on "Anonymous CVS" name in section 21.3
2002-11-03 11:32:48 +00:00
Marc Fonvieille
8c83f413ad
Punctuation fix.
2002-11-02 21:10:44 +00:00
Ceri Davies
8098d7c62a
Note the new status of the sparc64 port.
2002-11-02 01:17:56 +00:00
Marc Fonvieille
ded270224e
Add a missing word.
2002-11-01 22:36:06 +00:00
Marc Fonvieille
8440865a07
Typo: s/configiration/configuration
2002-11-01 20:26:33 +00:00
Tony Finch
3a16ecfaf8
Update my key, including work email address and signatures.
2002-10-31 23:24:43 +00:00
John Polstra
bd86fc79ec
Add cvsup3.ro.FreeBSD.org.
2002-10-30 17:01:12 +00:00
Nik Clayton
5c9dd0d1fd
Add a <textobject> for the userconfig2 screenshot.
2002-10-28 22:46:14 +00:00
Marc Fonvieille
b402f34751
Typo: s/form/from
2002-10-28 22:20:26 +00:00
Marc Fonvieille
052c24d56a
Punctuation fix.
2002-10-28 21:53:41 +00:00
Nik Clayton
8b08807ccb
Use the txt.install.userconfig general entity to pull in the contents
...
of the userconfig.txt file, as an alternative to the userconfig.png
screenshot.
2002-10-28 19:53:33 +00:00
Nik Clayton
8bcf72c814
Define a parameter entity for the new txtfiles.ent file, and then use this
...
parameter entity to bring the declarations in txtfiles.ent in to scope.
2002-10-28 19:52:11 +00:00
Nik Clayton
b7e43f0460
The simplest way to use the .txt files that are generated from the .scr
...
files is to name them as general entities, listed in this file. This is
analagous to the approach used to name chapters as external files in
chapters.ent.
2002-10-28 19:51:27 +00:00
Marc Fonvieille
1d1160a0f2
Add missing contrib tags.
2002-10-27 22:56:56 +00:00
Adam Weinberger
b94ed9c6b7
Whitespace fix in the "Dos and Don'ts" section.
...
Approved by: ceri
Reviewed by: pat
2002-10-25 20:44:38 +00:00
Adam Weinberger
684a9a2b57
Change the section on "Do strip binaries" to "Don't strip binaries
...
manually unless you have to." This reflects the INSTALL_PROGRAM
macro, which uses install -s.
Approved by: ceri
Reviewed by: pat
2002-10-25 20:42:39 +00:00
Marc Fonvieille
2a55ba74a9
Use option tags for a command option and not command tags.
2002-10-24 14:36:16 +00:00
Marc Fonvieille
18ba733e2a
s/wd/ad for IDE device name.
2002-10-24 14:06:18 +00:00
Marc Fonvieille
d4bcdd97c9
Use manual page entity for newfs(8).
2002-10-24 14:00:46 +00:00
Marc Fonvieille
84aeaa34b4
Fix a punctuation issue.
2002-10-23 19:03:20 +00:00
Ceri Davies
9225253f6e
Add a section on Wireless Networking.
...
PR: docs/44143
Submitted by: Eric Anderson <anderson@centtech.com>
2002-10-23 18:32:49 +00:00
Giorgos Keramidas
dba97efd9e
Fix IP address in local net example.
...
PR: www/41306
Submitted by: Clive <clive@beyondredemption.net>
2002-10-23 18:11:02 +00:00
Giorgos Keramidas
0d6af0801f
Point to the online version of Sendmail's faq, since it's no longer a
...
part of the Sendmail source distribution.
Noticed by: Bill Moran <wmoran@potentialtech.com>
Pointers by: Piet Delport <pjd@303.za.net>
2002-10-22 20:56:46 +00:00
Chris Costello
5c76844791
Change from a very article-esque chapter title to a more appropriate title
...
for the Developers' Handbook.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-10-22 00:48:30 +00:00
Tilman Keskinoz
791594d123
Add my GPG-Key to the Handbook
...
Approved by: kris (mentor)
2002-10-20 13:23:45 +00:00
Giorgos Keramidas
8cb5f837b8
Add new question: How do I set up a FreeBSD mirror?
...
that points to the `hubs' article.
Submitted by: Will Mitayai Keeso Rowe <mit@dreamlabs.com>
2002-10-20 01:32:32 +00:00
Marc Fonvieille
2173c0d0fe
Add non-breaking spaces where needed.
2002-10-19 13:41:54 +00:00
Marc Fonvieille
54f58d175c
Keep &man.foo.1; form for -CURRENT manual page in the Handbook.
...
This will avoid any changes in the sgml files. In translations, only
freebsd.dsl file will have to be updated.
(revert in part previous commit)
2002-10-18 21:16:33 +00:00
Marc Fonvieille
e2f224d087
Use current attribute for -CURRENT manual pages. It is now possible to
...
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.
2002-10-18 19:00:54 +00:00
Marc Fonvieille
7211c97cba
Be more explicit, systems without DEVFS are FreeBSD versions before 5.0
...
PR: docs/44206
Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru>
2002-10-18 18:27:20 +00:00
Yoichi NAKAYAMA
d103719b06
Add my pgp key entry.
2002-10-18 07:51:59 +00:00
Yoichi NAKAYAMA
1bef447955
Add my pgp key.
2002-10-18 07:36:03 +00:00
Maho Nakata
d02a64170c
New committer's first commit(ports).
...
Submitted by: maho
2002-10-18 06:05:05 +00:00
Tom Rhodes
11b2631716
Use correct manual page entities.
2002-10-18 05:38:33 +00:00
Tom Rhodes
06e7608639
Quick whitespace fix (unrelated to previous commit): remove a tab for
...
paragraph consistency.
2002-10-18 05:24:57 +00:00
Tom Rhodes
121f2ab96f
Document the device.hints(5) features in our handbook.
...
Requested by: murray (through PR: 43529
2002-10-18 05:15:58 +00:00
Daichi GOTO
a8d0cd4907
New committer first committion.
2002-10-18 04:53:20 +00:00
Greg Lehey
d3f301caf8
Add new distributor, Ingram Micro.
...
Submitted by: Don Witt <witt@cylogistics.com>
2002-10-18 03:32:53 +00:00
Adam Weinberger
21b82cfecf
Add myself as a committer.
...
Approved by: pat (mentor)
2002-10-17 19:31:55 +00:00
CHOI Junho
5cbde84cc8
Add my PGP key. Lesson from almost-lost ssh public key on freefall. :P
2002-10-17 16:01:03 +00:00
Ceri Davies
535eaec513
Move freebsd-security to the Technical Lists section.
...
PR: docs/35378
Submitted by: Bob Johnson <bob88@garbonzo.hos.ufl.edu>
2002-10-15 17:20:03 +00:00
Tom Rhodes
5249769cab
Grammar. No new content.
2002-10-14 22:04:50 +00:00
Ceri Davies
e8490496f8
Grammatical improvement in the synopsis.
...
PR: docs/43790
Submitted by: Matt Mills <matt_mills@btopenworld.com>
2002-10-14 19:23:37 +00:00
Ceri Davies
47dd481064
Correct ifconfig syntax.
...
PR: docs/44047
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2002-10-14 19:17:13 +00:00
Andrey A. Chernov
a959681c20
Update locale names, remove obsoleted names
2002-10-14 13:50:17 +00:00
Martin Heinen
be9730c884
Break long lines introduced by adding hostid tags.
...
While I'm here insert two spaces at the end of sentences.
This is a whitespace change only, translators can ignore this commit.
Approved by: alex (mentor)
2002-10-14 08:13:47 +00:00
Martin Heinen
11a3557156
removed line with a sole w introduced with the last commit
...
Approved by: alex (mentor)
2002-10-13 22:23:33 +00:00
Marc Fonvieille
a215d35a05
Add index entries for the "Setting Up Network Interface Cards" section.
2002-10-13 20:24:26 +00:00
Martin Heinen
e06a5c36e5
Add hostid tags for IP addresses and netmasks.
...
Approved by: alex (mentor)
2002-10-13 18:17:34 +00:00
Marc Fonvieille
bdf348014f
Add missing tags, and s/-4.x/4.X
2002-10-13 16:22:23 +00:00
Marc Fonvieille
e2e04c2b7c
Fix the vm chapter layout in order to have a TOC.
...
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
2002-10-13 16:15:22 +00:00
Martin Heinen
eb3ee3fa6f
folowing -> following
...
Approved by: alex (mentor)
2002-10-13 15:39:16 +00:00
Martin Heinen
9625116e7a
dos -> DOS
...
Approved by: alex (mentor)
2002-10-13 15:36:41 +00:00
Marc Fonvieille
44f0bad77b
Explain that XF86Config.new is created in the directory covered by the
...
environment variable $HOME.
2002-10-12 23:11:33 +00:00
Marc Fonvieille
86f5f15711
Fix a broken link.
...
PR: docs/43983
Submitted by: Byron Schlemmer <freebsd@byron.me.uk>
2002-10-12 19:46:48 +00:00
Marc Fonvieille
53973702de
Use manual entity for newfs(8);
2002-10-10 21:28:56 +00:00
Marc Fonvieille
2fc6f46118
Use man entity for sysctl(8).
2002-10-10 21:14:28 +00:00
Martin Heinen
2bfcee3890
Add a section explaining
...
Reviewed by: Lukasz Bojarski <ni@merkury.pol.lublin.pl>
Approved by: murray, alex (mentor)
2002-10-10 08:40:52 +00:00
Martin Heinen
70ced0286c
markup changes,
...
cpu -> CPU
Approved by: alex (mentor)
2002-10-10 08:22:26 +00:00
Tom Rhodes
b5c459a505
Rewrite 2 paragraphs for readability.
2002-10-09 02:44:50 +00:00
Marc Fonvieille
e5978b0d32
- Add right role attribute to hostid tags
...
- Add various tags
- Avoid capitalization of the name "sendmail"
- Some punctuation fixes
- s/admin/administrator and don't/do not
- use of man entity when needed
2002-10-08 18:53:51 +00:00
Martin Heinen
e917389fe1
Add <hostid> tags for hostnames and domainnames
...
Approved by: alex (mentor)
2002-10-08 07:41:22 +00:00
Bruce A. Mah
7346158bfc
Document __FreeBSD_version for 4.7-RELEASE.
2002-10-08 04:52:43 +00:00
Murray Stokely
307670fa8c
List CVS tags for FreeBSD 4.7. Also, note that FreeBSD 4.6.2 came off
...
the RELENG_4_6 branch.
2002-10-08 04:39:56 +00:00
Giorgos Keramidas
9d95fe07bf
Don't suggest that people add both a $Date$ and $Id$ RCS keyword
...
to their documents. Also change $Id$ to $FreeBSD$ in the output.
Submitted by: Christian Brueffer <chris@unixpages.org>
2002-10-08 01:27:37 +00:00
Giorgos Keramidas
94516debfe
Correct the chmod arguments for /usr/bin/ssh permissions.
...
Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
for the Brazilian Translation team.
2002-10-08 01:10:24 +00:00
Giorgos Keramidas
291901bf23
Unbreak the FAQ build. Pass me my pointy reminder of a hat, to always
...
run 'make lint' after patching.
2002-10-07 23:06:43 +00:00
Giorgos Keramidas
d244016264
Move a reference to documentation packages to the top of a question,
...
where more text on doc/ file availability lives.
2002-10-07 22:59:50 +00:00
Giorgos Keramidas
38399cad07
Replace myisp.com with example.net.
...
Suggested by: ceri
2002-10-07 22:58:46 +00:00
Giorgos Keramidas
65ee70bfdc
Clarify a somewhat confusing sentence about replacing Sendmail.
2002-10-07 22:57:31 +00:00
Giorgos Keramidas
cda641a433
Whitespace & style in "Synopsis" section.
...
Translators ignore this, please.
2002-10-07 22:56:29 +00:00
Giorgos Keramidas
6c6074fc15
Remove eol spaces.
2002-10-07 22:37:12 +00:00
Giorgos Keramidas
f8d4f7ca11
Quote the first occurence of the term "electronic email".
2002-10-07 22:34:16 +00:00
Giorgos Keramidas
6b7b8ec04c
Use an absolute URI for referring to the latest
...
online version of the FAQ.
2002-10-07 22:32:43 +00:00
Bruce A. Mah
a08b719bde
ports/Mk/bsd.port.mk uses __FreeBSD_version >= 500039 as a test for
...
bzip2 package support (there wasn't a __FreeBSD_version bump for this
feature, but the date is pretty close). Document this.
Requested by: obrien
Forgotten for too long by: bmah
2002-10-06 23:23:20 +00:00
Anders Nordby
f98d42630a
Update list of FreeBSD powered sites. Remove entries for companies that
...
aren't obviously using FreeBSD or that have ceased to exist. Add some
others.
Approved by: blackend
2002-10-06 15:38:36 +00:00
Anders Nordby
3b06538119
Add Norwegian FTP mirrors.
...
Approved by: blackend
2002-10-06 15:22:51 +00:00
Marc Fonvieille
972ca9fe30
New section: "Setting Up Network Interface Cards"
...
The idea came from the old PPP-primer.
I will add index entries later.
Reviewed by: "english checking" and other fixes by mij
2002-10-06 11:28:07 +00:00
Martin Heinen
e76249da7d
use record id "me" in local .login_conf
...
Approved by: alex (mentor)
2002-10-06 10:41:16 +00:00
Marc Fonvieille
123d021def
Fix path to a configuration file.
2002-10-05 19:28:44 +00:00
Sebastien Gioria
deabe4d4a3
Typo fix
...
s/postscript/PostScript/
2002-10-05 15:32:09 +00:00
Giorgos Keramidas
9e38d0ec8b
Various minor tweaks in the 'virtual consoles' section.
...
Submitted by: ceri
2002-10-05 03:03:51 +00:00
Tom Rhodes
09184facc0
Fix my botch. You apperently cannot use an &man entity in an authorgroup.
...
Pointy hat to: trhodes
Reviewed by: make lint
2002-10-05 02:32:40 +00:00
Tom Rhodes
d98f23f2d2
Grammar nits. Remove dead words and redundant sentences. Reword a few areas to remove the
...
'you' which appeared in almost every other line. One quick markup fix.
2002-10-05 02:15:42 +00:00
Marc Fonvieille
57737501c3
Add application tags where needed, use filename tags for extension name.
2002-10-04 21:08:39 +00:00
Ceri Davies
6f6dd7ae31
Update the screenshot to use example.com as the domain name, and adjust the
...
handbook to match.
Submitted by: blackend
2002-10-04 20:10:24 +00:00
Giorgos Keramidas
8fe87f8e22
Add a section to the "basics" chapter
...
to describe the virtual consoles of FreeBSD.
PR: docs/37465
Reviewed by: blackend
2002-10-04 13:43:05 +00:00
Tom Rhodes
265d89dbd3
Clarify some sysinstall(8) information.
...
PR: 39751
Submitted by: Chris Pepper <pepper@reppep.com>
2002-10-04 02:42:28 +00:00
Tom Rhodes
87fea3aa85
Add a note about how to build a custom kernel from /usr/src.
...
PR: 39852
2002-10-04 01:31:39 +00:00
Tom Rhodes
9ff778c897
Many fixes for the ports chapter. This includes grammar, correct some incorrect information,
...
remove an extra word here and there.
PR: 39084
Submitted by: Chris Pepper <pepper@rockefeller.edu>
2002-10-04 00:34:10 +00:00
Tom Rhodes
a43a9ca3ff
Remove a confusing paragraph.
...
Clean up word usage and grammar.
Remove useless words.
2002-10-04 00:14:58 +00:00
Tom Rhodes
2244b8f562
Make the domain name in the text match the example in the image.
...
PR: 37961
2002-10-03 23:55:44 +00:00
Giorgos Keramidas
a6270d8eca
Delete preface comment about XXX markup. The last XXX was removed
...
from the SGML source in rev. 1.292 by bmah. Besides, all the XXX
stuff should be in comments, which won't/shouldn't be visible to
printed output anyway.
2002-10-03 23:50:54 +00:00
Tom Rhodes
c5818fa136
Grammar: Run sentence. Use semicolon ';' correctly.
2002-10-03 23:30:12 +00:00
Tom Rhodes
937f502a6a
Grammer: conciseness. Remove dead words.
2002-10-03 20:56:40 +00:00
Murray Stokely
3729b13dd3
Display section headings properly.
...
PR: docs/43259
Submitted by: Martin Heinen <martin@sumuk.de>
2002-10-01 10:14:58 +00:00
Eric Melville
e56f21ed2e
Document the addition of getopt_long(3) to libc, and add a short description
...
for the last previously undocumented change.
2002-10-01 01:49:36 +00:00
Ceri Davies
97d54f7147
Reword a confusing explanation of the maximum file size.
...
PR: docs/39101
Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de>
2002-09-30 19:30:48 +00:00
Ceri Davies
7708712171
Whitespace cleanup from r1.479.
...
Translators, please ignore.
2002-09-30 19:19:18 +00:00
Ceri Davies
067bad1242
Bring the FAQ up to date w.r.t NTFS support (i.e., we have some in the base).
2002-09-30 19:16:11 +00:00
Ceri Davies
efe92b3f28
The handbook has had a section on configuring a DHCP server for months now.
...
Stop claiming otherwise.
PR: docs/43279
Submitted by: <adam@vectors.cx>
2002-09-30 18:00:22 +00:00
Murray Stokely
f8c25d1364
Use non-breaking spaces, as necessary.
...
PR: docs/41546
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-30 15:46:55 +00:00
Murray Stokely
da6ef2fb7c
Use non-breaking spaces.
...
PR: docs/41546
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-30 15:42:53 +00:00
Murray Stokely
d548b181fa
Use non-breaking spaces.
...
PR: docs/41546
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-30 15:34:24 +00:00
Murray Stokely
eae1c44ff0
Use non-breaking spaces.
...
PR: docs/41546
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-30 15:31:47 +00:00
Murray Stokely
48286777db
Use non-breaking spaces, as appropriate.
...
PR: docs/41546
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-30 15:30:33 +00:00
Murray Stokely
d326dd031e
Use non-breaking spaces where appropriate. This prevents lame
...
wrappings when discussing things like FreeBSD
4.6 or floppy disks that are 1.2
MB in size, in both the print and HTML output.
PR: docs/41546
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-30 15:24:54 +00:00
Murray Stokely
e2e9cf3ab8
Update Daemonnews address now that main office is in Utah. Add the
...
fax number.
PR: docs/42043
Submitted by: Christian Brueffer <chris@unixpages.org>
2002-09-30 14:31:08 +00:00
Murray Stokely
2893ee5d00
Add index entries to the new Desktop Applications chapter, so that
...
this material shows up in the generated index.
PR: 42780
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-30 14:17:41 +00:00
Murray Stokely
f38bbeac68
Add full stops, remove unnecessary words, use more descriptive markup.
...
This chapter needs a lot of work.
PR: 43260 (partially)
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-30 14:07:02 +00:00
Murray Stokely
2a7e369725
Add a pointer to Udo Erdelhoff's German DSL article.
...
PR: 43261
2002-09-30 13:55:43 +00:00
Ying-Chieh Liao
b0cc48b9f5
fix Taiwan CTM mirror site
...
Reviewed by: keramida
Approved by: murray
2002-09-27 12:46:46 +00:00
Randy Pratt
afa47647d6
Update for 4.7 Release and remove version information where possible
...
to minimize revisions for future versions.
2002-09-25 17:35:35 +00:00
John Polstra
4013eea9aa
Correct the maintainer address for cvsup.tr.freebsd.org.
2002-09-25 15:06:46 +00:00
John Polstra
4871fcb5c0
Add cvsup.tr.freebsd.org, the first CVSup mirror site in Turkey.
2002-09-25 04:18:10 +00:00
Wes Peters
580d3b4cbf
Add my PGP key to the handbook.
...
Suggested by: bmah
2002-09-24 20:19:13 +00:00
Ceri Davies
1ff250cbd5
Fix a broken command line in an example.
...
Submitted by: Peter Lazar <lazar@phc.net>
2002-09-23 18:22:13 +00:00
Giorgos Keramidas
92bcc46f9c
Ad a second CVSup mirror from Romania.
...
Submitted by: Adrian Penisoara <ady@rofug.ro>
2002-09-20 16:09:59 +00:00
Ceri Davies
bdcc3a6f26
Whitespace cleanup.
2002-09-16 18:24:05 +00:00
Ceri Davies
382ec76d02
Be more specific regarding why people may want to create a symlink to
...
/etc/namedb/var/run/ndc on each boot.
Suggested by: A discussion with Stacey Roberts <stacey@Demon.vickiandstacey.com>
2002-09-15 21:05:19 +00:00
Marc Fonvieille
4c5c688d5f
Use of quote tags, addition of some literal tags and —
2002-09-15 15:54:55 +00:00
Marc Fonvieille
15e39b7251
Addition of application tags for XFree86, s/X Window system/X Window
...
System.
2002-09-15 12:59:46 +00:00
Marc Fonvieille
d497a51f8a
Addition of missing parenthesis and colon, use application tags for
...
Emacs.
2002-09-15 11:46:04 +00:00
Marc Fonvieille
2a0af11e01
s/VENDORS/Vendors/
2002-09-14 17:09:02 +00:00
Marc Fonvieille
5746001c98
Remove useless empahasis tags inside another emphasis tags.
2002-09-14 16:33:41 +00:00
Marc Fonvieille
6af9d98e7d
Grammar fix and correction of a port name.
...
PR: docs/42778
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-14 16:06:40 +00:00
Marc Fonvieille
6d00914d8c
Update KOffice section since ports/package for KDE2 are not available
...
anymore, be more "general" about KDE version.
PR: docs/42627
Submitted by: Christophe Juniet <cjuniet@entreview.com>
2002-09-14 13:36:03 +00:00
Ceri Davies
c658063a00
Add the Linux Emporium to the list of sources for FreeBSD CD sets.
...
Submitted by: John Winters <john@linuxemporium.co.uk>
2002-09-14 10:51:41 +00:00
Marc Fonvieille
7e69c0ee99
s/imagefile/imagefile.iso to be consistent with the command used.
...
PR: docs/42764
Submitted by: Fork <bouloumag@hotmail.com>
2002-09-14 09:02:17 +00:00
Ceri Davies
8ccf2bccbe
Remove $Id$.
2002-09-13 17:05:31 +00:00
Ceri Davies
e4dc50d00b
Re-jig the indexterms so that they'll all group together under "localization".
...
PR: docs/42252
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-13 16:56:10 +00:00
Ceri Davies
9a74a44b3b
- Reword section explaining LANG
...
- config -> configuration
- clarify first paragraph of 'Administrator Level Setup'
- changed XTT-common to provide a link to the
port description
- FFS filesystem doubles filesystem
- use <application> tag for configure
- use <function> tag for XtSetLanguageProc
- chinese/* isn't a port
PR: docs/42251
Submitted by: Martin Heinen <martin@sumuk.de>
2002-09-13 16:48:21 +00:00
Ceri Davies
3874f50d25
Whitespace from last commit.
...
Translators, please ignore.
2002-09-12 21:12:30 +00:00