summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rrenumd
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilitycharnier2002-07-141-2/+3
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+2
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-6/+6
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-2/+2
|
* mdoc(7) police: added missing .Ek call.ru2001-07-061-0/+1
|
* correct arg to getopt (-P takes arg).ume2001-07-021-1/+1
| | | | | Submitted by: mikeh MFC after: 1 week
* Sync with recent KAME.ume2001-06-116-82/+180
| | | | | | | | | | | | | | | | | | 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
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-272-9/+7
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-112-2/+2
|
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-1/+1
| | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
* Format string paranoiakris2000-11-191-2/+2
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Correct style bugskris2000-07-061-2/+2
|
* Sync with latest KAME.kris2000-07-057-143/+343
| | | | Obtained from: KAME
* Typo fixes.shin2000-03-122-9/+9
| | | | | PR: docs/17333 Submitted by: Kazuo Horikawa <horikawa@psinet.com>
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-3/+6
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-11/+22
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-067-0/+1868
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud