Ruslan Ermilov
d72ca9ddd1
Removed the comment that required all FreeBSD manpages
...
to have the $FreeBSD$ keyword, as this is now enforced
by the CVSROOT/commit_prep.pl script.
Fold multi-word macro arguments into a single argument
by putting the surrounding double quotes - this speeds
up the -mdoc processing drastically (of course if used
systematically).
Use the new features of -mdoc: exact -width specifiers,
.In macro as an ``.Fd #include'' replacement.
2001-07-18 10:04:34 +00:00
Sheldon Hearn
03e563d7dc
Remove an example of bad sentence breaking style.
2001-07-18 08:51:04 +00:00
Dima Dorfman
02c4d9cff7
Remove whitespace at EOL.
2001-07-15 08:21:37 +00:00
Mark Murray
b4248e7919
Provide a hint for the OPIE 'insecure' mode.
2001-07-10 17:11:02 +00:00
Brian Somers
7bc6d0158f
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
Ruslan Ermilov
5521ff5a4d
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
Brian Somers
8e18db5a52
Fix some typos.
...
Submitted by: Jimmy Olgeni <olgeni@uli.it>
MFC after: 1 week
2001-07-02 12:23:28 +00:00
Dima Dorfman
232edd1c88
Correct a brain-o in the stats output.
...
PR: 24839
Submitted by: AMAKAWA Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
2001-06-30 21:39:31 +00:00
Gregory Neil Shapiro
f87b85b2f0
Typo fix (modifes -> modifies)
2001-06-27 01:48:02 +00:00
Ruslan Ermilov
29d19e86ae
Make this really work.
2001-06-18 12:35:14 +00:00
Nik Clayton
4ed950ad98
Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonly
...
from another host.
2001-06-15 08:35:57 +00:00
Hajimu UMEMOTO
3384154590
Sync with recent KAME.
...
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.
TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.
Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks
2001-06-11 12:39:29 +00:00
Andrey A. Chernov
ce4bd508ed
ISO_ -> ISO in comment
2001-06-11 01:32:33 +00:00
Andrey A. Chernov
fe6f7d3ab4
ISO_ -> ISO in DOC_LANG
2001-06-11 01:26:52 +00:00
Hajimu UMEMOTO
ce6282db3b
Implement EDNS0 support, as EDNS0 support will be made mandatory for
...
IPv6 transport-ready resolvers/DNS servers. Need careful configuration
when enable it. (default config is not affected).
See manpage for details.
XXX visible symbol __res_opt() is added, however, it is not supposed to be
called from outside, libc minor is not bumped.
Obtained from: KAME/NetBSD
2001-06-10 20:25:24 +00:00
Daniel C. Sobral
db97c662cf
Use ${EDITOR} as claimed.
...
Source rc.conf and use ${firewall_script} instead of rc.firewall.
Textwidth formatting of comments and text.
PR:
Submitted by: Maxim <maxim@news1.macomnet.ru>
(sorry if I got name/email/committer status wrong :)
2001-06-06 19:34:02 +00:00
Daniel C. Sobral
7b4d3c72cc
Introduce an example script of safe changing of ipfw(8) rules.
...
I'm sure this can be much improved, but this works fairly well.
PR: 27887
Submitted by: Alexandre Peixoto <alexandref@tcoip.com.br>
MFC after: 1 week
2001-06-06 15:45:04 +00:00
Hellmuth Michaelis
789ffddeae
added Sergio de Souza Prallon (prallon@tmp.com.br), the author of
...
the itjc hardware driver.
2001-06-02 12:27:37 +00:00
Hellmuth Michaelis
0b44e3e96c
update the isdn4bsd general documentation
2001-06-02 12:21:16 +00:00
Hellmuth Michaelis
afbbd405df
bring the roadmap to isdn4bsd up to date.
2001-06-02 11:48:50 +00:00
Hellmuth Michaelis
12aeb68f9d
update the postcard list
2001-06-02 11:31:33 +00:00
Mark Murray
7ed3b855bb
PERL_THREADED is too experimental at this stage. Remove.
2001-05-31 11:19:00 +00:00
Hellmuth Michaelis
58e7e3b406
Add an example of a kernel configuration file fragment for ISDN.
2001-05-27 11:34:15 +00:00
Sheldon Hearn
68933300c9
The PERL_THREADED knob is causing too many people too many problems.
...
Add a dire warning about the experimental nature of threaded Perl.
2001-05-27 11:23:31 +00:00
Hellmuth Michaelis
9210280057
Add the contributed directory from the i4b tarball and the files from it
...
which would be nice to have.
Move isdnd_acct and isdnctl to the contrib directory where they belong to.
2001-05-25 13:25:59 +00:00
Hellmuth Michaelis
698c326a2e
Submitted by: phk
...
Add the V.21 modem emulator code written by phk from the old i4b tarball.
2001-05-25 13:04:58 +00:00
Alexander Langer
5bfc2e1909
This script can control the state of your ISDN line. It counts
...
how many scripts/users currently use the ISDN line and uses
"ifconfig down" if noone uses it any more.
Not objected by: hm
2001-05-25 12:27:00 +00:00
Hellmuth Michaelis
53a601f0e1
update isdn4bsd related information.
2001-05-25 12:18:47 +00:00
Brian Somers
fa8c1aaabc
Mention that ppp.conf.isdn isn't appropriate for external TAs
...
Add a section to ppp.conf.sample that is.
MFC after: 3 weeks
2001-05-25 12:11:02 +00:00
Ruslan Ermilov
22f7d1021a
mount_portal -> mount_portalfs.
2001-05-24 13:15:49 +00:00
Ruslan Ermilov
f3bb47cca0
Add NO_I4B to avoid building/installing isdn4bsd package.
...
Prompted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 3 days
2001-05-23 13:32:32 +00:00
Ruslan Ermilov
5b5df07ddc
Grab headers from /usr/include.
2001-05-18 13:58:08 +00:00
Ruslan Ermilov
59ca51df49
Removed unneeded stuff.
2001-05-18 13:56:29 +00:00
Assar Westerlund
eba4f69287
clarify comment about MAKE_KERBEROS5. noticed by Peter Pentchev
...
<roam@orbitel.bg>
2001-05-12 14:38:00 +00:00
Brian Somers
3a51f88a27
Be a little clearer all characters after a # are ignored unless the
...
# is escaped or quoted. Add an example of # characters as part of
a phone number.
PR: 26605
2001-05-08 08:58:57 +00:00
Jens Schweikhardt
ec09ef4ff8
pseudo-device -> device in kernel config lines. Removed whitespace at EOL.
...
Reviewed by: joerg, dd
2001-05-01 09:15:30 +00:00
Matthew Dillon
1561f90e65
Remove a real FQDN host reference from the example
...
Add $FreeBSD tag
2001-04-30 20:19:22 +00:00
Dima Dorfman
47a3012123
Clarify a little: the mandatory argument is an event number.
...
PR: 26905
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-04-29 03:54:48 +00:00
Ruslan Ermilov
c59eb7cfb5
Removed reference to withdrawn secure-supfile.
2001-04-27 12:15:15 +00:00
Ruslan Ermilov
c47d12ea1c
stable-supfile now covers 4.x-stable.
2001-04-27 12:08:34 +00:00
Ruslan Ermilov
7928b68539
MFS: revision 1.19.2.4
...
Correct comments to fit current realities of exporting crypto.
2001-04-27 12:00:35 +00:00
Jim Mock
20affa347a
Document XFREE86_VERSION.
2001-04-25 19:27:39 +00:00
Ruslan Ermilov
9fdcafcf45
The semantics of the .Os call has been changed. For CURRENT,
...
this currently implies the default argument of "FreeBSD 5.0".
2001-04-23 15:15:49 +00:00
Maxim Sobolev
bcc11eec02
Add missed and update existing MASTER_SITE_*.
2001-04-22 19:01:44 +00:00
Satoshi Asami
b5f997102e
Add ports-picobsd.
2001-04-22 16:51:49 +00:00
Ruslan Ermilov
1837dd5db5
mdoc.samples(7) is superseded by mdoc(7).
2001-04-17 12:49:42 +00:00
Luigi Rizzo
047073a13a
New script to help creation of shared readonly diskless partition.
...
It also has some instructions on how to setup the client and
the server. I have been using this code for over 2 years
on RELENG_3 and later RELENG_4. Have not tried on CURRENT, but
in case there are any issues these are in /etc/rc and
/etc/rc.diskless{12}
2001-04-16 06:37:03 +00:00
Brian Somers
11027719c4
Suggest that kernels are built with ``cd /usr/src; make buildkernel''
...
Add a comment saying that our softc is automatically allocated by the
parent bus.
Fix lots of spellings
2001-04-14 18:51:39 +00:00
Mike Pritchard
0a0869f618
We don't use the "pseudo-device" configuration option any longer,
...
so update the example to use the correct definition.
Add an example for documenting kernel compile options, along with
a small example of how to reference them in the main text of the
man page (I.e. the .Dv macro).
Inspired-by: a brief exchange I saw in in the commit messages mail
2001-04-05 09:37:55 +00:00
Dima Dorfman
25d0cc3b4d
Make it clear that commands within labels must be indented to be
...
recognized.
PR: 26293
Reviewed by: brian
2001-04-05 01:25:42 +00:00