summaryrefslogtreecommitdiffstats
path: root/share/man/man4/kame.4
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the misplaced $FreeBSD$.ru2005-02-091-1/+1
|
* Assorted markup, spelling, and grammar fixes.ru2004-06-161-3/+3
|
* Bring the kame(4) manual page closer to reality:hmp2003-05-161-8/+4
| | | | | | | | | | | | | - prefix(8) and gifconfig(8) are deprecated - dtcpc, dtcps were never imported (also removed from KAME CVS) - pim6dd, pim6sd and racoon are ports - inet6d does not exist on FreeBSD PR: docs/51295 Submitted by: Simon L. Nielsen <simon@nitro.dk> Content reviewed by: itojun Approved by: des (mentor), re (bmah)
* Typo fix: s/THAI/TAHIblackend2002-07-091-1/+1
| | | | | | | PR: docs/40371 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca> Approved by: keramida MFC after: 7 days
* mdoc(7) police:ru2001-08-071-7/+6
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-3/+3
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* Sync with recent KAME.ume2001-06-111-0/+5
| | | | | | | | | | | | | | | | | | 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
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Make kame.4 manpage more FreeBSD specific. Replace some KAME kit directory andphantom2000-05-011-48/+36
| | | | | | | | | | | file names with its FreeBSD equivalents. Remove references to some debuging tools which would never appear in FreeBSD. Use mdoc(7) macros in proper places. Give a credit to Youshinobu Inoue for his efforts on KAME kit integration to the FreeBSD main source tree.
* Remove references to man pages that don't exist.shin2000-03-211-3/+4
| | | | PR: docs/17506
* Remove period at the end of Xr macro sentences.shin2000-03-121-1/+1
| | | | | | (merge from KAME repository) Obtained from: KAME project
* Change .Os macro to an empty one to denote that the KAME files areasmodai2000-01-171-1/+1
| | | | | | not FreeBSD specific. Made happy: sheldonh
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-0/+217
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud