summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_pptpgre.4
Commit message (Collapse)AuthorAgeFilesLines
* Verify that SYNOPSIS section compiles.ru2005-02-051-0/+1
|
* Sort sections.ru2005-01-211-5/+5
|
* Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node.archie2004-04-261-0/+9
| | | | | Submitted by: Michael Bretterklieber <mbretter@a-quadrat.at> MFC after: 2 weeks
* Typo: s/acknowlegement/acknowledgement/schweikh2002-03-161-1/+1
|
* Ispell sweep of share/man/man4.mpp2002-01-211-1/+1
|
* mdoc(7) police: bump document date, fix markup.ru2001-12-081-21/+24
|
* Document the 'enableAlwaysAck' field in the config structure.archie2001-12-071-0/+4
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* 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
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: in mdocNG, -offset and -width values without scalingru2001-03-091-1/+1
| | | | | | | indicator are treated as strings, so "-offset 0" will set the offset to the width of the string "0", as opposed to "no offset". TIP: if offset is not needed, the -offset clause may be omitted.
* Update @freebsd.org email addresses to @FreeBSD.org as is theasmodai2000-10-261-2/+2
| | | | precedent.
* Change archie's and my email addresses from Whistle.com to FreeBSD.orgjulian2000-10-241-2/+2
|
* AUTHOR -> AUTHORSarchie2000-05-051-1/+1
|
* Document the new statistics control messages.archie2000-05-051-1/+19
| | | | Add a note about the IP header asymmetry on the "lower" hook.
* Move netgraph node type man pages from section 8 to section 4.archie2000-05-041-6/+6
|
* Correct man page title.archie2000-03-101-1/+1
|
* Manual page style work.julian1999-12-211-2/+7
| | | | | Submitted by: Alexey Zelkin <phantom@FreeBSD.org> thanks!
* Add reference to RFC 1702, after learning how to have "T. Li"archie1999-12-101-0/+8
| | | | | | as an author without nroff blowing up. Problem solved by: fenner
* New netgraph node type 'pptpgre': this performs GRE encapsulationarchie1999-12-081-0/+128
for the PPTP protocol as specified in RFC 2637.
OpenPOWER on IntegriCloud