and unsupported 6.x releases. Tom started this process a while ago
and I'll follow up on that for the latest EoL round.
The old versions can still be found in the doc archives:
http://docs.freebsd.org/doc/
- Add some noise levels different from 0 since 7.X and above should
correctly display these informations;
- Stick the ifconfig(8)'s inet part at the end of each command line.
The inet setting does an implicit "up" to the interface before
setting the rest of parameters leading sometimes to issues. This is
a bug, marking the interface up last is a workaround to that
issue. This change nothing to the doc since the parameters order
should not be important, but may reduce the problems for the readers
using cut&paste. [1]
[1] Requested by sam@
Without encryption, WPA-PSK and WEP APs are covered.
Instructions for EAP-TLS, EAP-TTLS and EAP-PEAP based APs will be added
in future
With many useful remarks and help from: sam@ and thompsa@
Inspired from: Sam Banks <w0lfie@clear.net.nz> and loader@
contributions
driver has been removed. The two last advanced bridging features
documented at the end of the page will be available on 6.3-R (in fact
one will be MFC next week and the other one with 6.3-R), but I chose
to not add "this feature is avaiblable on 6.3 blah blah" since they
are advanced features for experts and since they will be available on
RELENG_6 soon.
Submitted by: thompsa@
Replace 3ffe:* (6bone) prefixes with the prefix reserved for documentation
in RFC 3849 (while I'm here).
Prompted by: paul beard <paulbeard@gmail.com> [1]
descriptions; it's ``private_key_passwd'' that holds the password for
the private key, not ``private_key''
While here, also fix a couple of other typos/nits.
Submitted by: ganbold@micom.mng.net
The old section is completely replaced with this new one.
For the moment "FreeBSD as AP" is not covered (I'm working on it), but
FreeBSD clients configuration and troubleshooting are detailled (how
to find AP, basic settings with or without DHCP, authentication
methods: WEP, WPA-PSK, WPA-TLS, WPA-TTLS and PEAP, IBSS mode is also
discussed).
This huge section would not exist without the help of
loader@freebsdmall.com, murray@ and of course sam@
o Remove 4.X information, this includes notes and sections.
o Update documentation to reflect 5.X and 6.X.
o In some areas, try to make the new content version agnostic.
o Skip areas stating "5.[0-5] and later" as it's relevant - we
need a better way to handle these.
For several items, I checked the NOTES files, manual pages,
CVS history, etc.
Discussed on: -doc
A few ideas from: remko
be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.
Requested by: intron at intron ac
Reviewed by: Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by: simon
I think we should keep it with this generic description
which works most of the time.
PR: docs/33724 (inspired by)
Submitted by: Saurabh Gupta <saurabh_gupta77 at yhoo dot com>
- lowercase/upercase entries
- remove the entry "basics"
- cross reference readers with <see> to variants
- remove an entry from a footnote
- unify entries of kernel options
5.3-RELEASE or later by default. The names for older releases are still
listed, but as an exception.
Submitted by: Joel Dahl <joel@automatvapen.se>
PR: docs/75719
standards compliance when routing. Listing specific issues would be
useful, but compliance with all relevant standards is neither feasible
nor desirable.
informaltable element properly, unless the pgwide attribute is
explicitly set to 1. Use this consistently within the (en) tree, and
update the FDP accordingly. This should finally silence the demons in:
PR: docs/73095
Submitted by: Hilko Meyer <Hilko dot Meyer at gmx dot de>
- s/chapter/section where needed
- s/man page/manual page
- Some punctuation and tags fixes
- Avoid the use of "here" for URLs, it's better to display the full URL
- CERT is no longer accepting subscriptions to his advisory mailing
list, fix this but keep a link to CERT site
- Use entity for security-notifications list instead of a link to the
mailing-lists section
- Some s/bind/BIND and other uppercase fixes
- Punctuations fixes
- Add missing tags and fix some tags
- DNS records type should not be tagged as varname, remove tags then.
- s/zonefile/zone file/ for consistency
point of the Handbook, we should just say "install the sysutils/cvsup
package or port" and be done with it, rather than giving the user a
tutorial on installing software from ports every other paragraph when
a different port is mentioned.
Also, add 'frame="none"' to <informaltables> in this chapter.
is not defined.
- URL_RELPREFIX must always point the top page's URL
(http://www.FreeBSD.org) in relative form, defined in Makefile.
- &url.base; can be used in doc/<langcode>/*. It will be
replaced with the real URL which points the top page.
For translators: Please make sure to define URL_RELPREFIX to
point the top page. The localized docs have different directory
hierarchy in its URL from the English version.
Tested by: den