Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -1/+3 |
| | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 | ||||
* | Fix VCS inclusion and tidy up #includes. | markm | 2002-04-28 | 1 | -4/+8 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 2 | -2/+3 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Warns cleanups. | dwmalone | 2001-12-03 | 2 | -2/+3 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -3/+3 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 2 | -2/+3 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 2 | -2/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 2 | -4/+4 |
| | |||||
* | Fix a mistakenly broken sentence. The mistake was made easy by the | sheldonh | 2000-03-27 | 1 | -3/+4 |
| | | | | | | confusing use of a comma to separate two sentences. :-) Reported by: bp | ||||
* | Correct grammar. | sheldonh | 2000-03-24 | 2 | -112/+170 |
| | | | | | | | | Rename and (where appropriate) re-order sections. Put something useful in the BUGS section. Clear the Os macro and add a HISTORY section. Reviewed by: bp | ||||
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-06 | 1 | -1/+2 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 2 | -27/+54 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Add reference to the share/examples/nwclient directory. | bp | 1999-11-14 | 2 | -10/+5 |
| | |||||
* | Fix breakage for NOSHARED case. | bp | 1999-11-01 | 1 | -4/+3 |
| | | | | Submitted by: Bruce Evans | ||||
* | Add ncplogin/logout programs which allow manage connections | bp | 1999-10-31 | 4 | -0/+424 |
more precisely than mount_nwfs. Obtained from: ncplib-1.3.3 |