Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -2/+1 |
| | |||||
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -1/+2 |
| | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Rename spppcontrol.1 to spppcontrol.8. The latter file was created | jdp | 1999-04-01 | 2 | -227/+1 |
| | | | | by repository copy. | ||||
* | Null commit to note that spppcontrol.1 has been repository copied | jdp | 1999-04-01 | 1 | -1/+1 |
| | | | | to spppcontrol.8. | ||||
* | Make buf in authflags a little bigger because 2 strings can be | gj | 1999-02-28 | 1 | -2/+2 |
| | | | | concatenated and 20 bytes (the old size) is kind of tight. | ||||
* | Make the buf in authflags big enough to hold " norechallenge". I've been | gj | 1999-02-23 | 1 | -2/+2 |
| | | | | | | running with this for a few weeks. Submitted by: someone on the freebsd-isdn maillist | ||||
* | Typo: i. e. -> i.e. | charnier | 1998-08-03 | 3 | -14/+13 |
| | | | | Remove unused #include. | ||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-19 | 2 | -4/+4 |
| | |||||
* | Remove more unused #includes. | charnier | 1998-01-07 | 1 | -3/+1 |
| | | | | Obtained from: Bruce. | ||||
* | Add rcsid. Remove uneeded #include. Use fprintf() in usage() instead of err(3) | charnier | 1998-01-05 | 1 | -8/+11 |
| | | | | to make it print: usage: progname ... | ||||
* | The spppcontrol(8) utility that is required to set or display things | joerg | 1997-10-11 | 4 | -0/+698 |
like PAP and CHAP secrets with sppp(4). This is the first utility using the new SIOC[SG]IFGENERIC ioctls (and the reason for inventing them in the first place). |