aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncplist
Commit message (Collapse)AuthorAgeFilesLines
* Style fixes; whitespace and header order.Mark Murray2002-04-281-16/+30
| | | | Notes: svn path=/head/; revision=95639
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
| | | | Notes: svn path=/head/; revision=75670
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69860
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68963
* Clear the Os macro and provide an HISTORY section instead.Sheldon Hearn2000-03-231-1/+6
| | | | Notes: svn path=/head/; revision=58481
* Correct grammar.Sheldon Hearn2000-03-231-25/+26
| | | | | | | | | | | | | | | | Rename and (where appropriate) re-order sections: NOTES -> IMPLEMENTATION NOTES AUTHOR -> AUTHORS Put something useful in the BUGS section. Only the first gammar fix in the file comes was given in the attributed PR. PR: 17545 Submitted by: Yoshihiro Ota <hiro@mail.advok.com> Notes: svn path=/head/; revision=58480
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* Remove reference to nwfsrc(8), replace with reference toNik Clayton2000-03-011-1/+1
| | | | | | | | | | /usr/share/examples/nwclient/dot.nwfsrc. PR: docs/17059 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> Notes: svn path=/head/; revision=57664
* Fix NOSHARED case.Boris Popov1999-10-311-5/+3
| | | | | | | Pointed by: Bruce Evans Notes: svn path=/head/; revision=52712
* Add ncplist program. That makes minimal set of ncpBoris Popov1999-10-203-0/+546
utilities to use NetWare volumes. Other functionality (ncpsend, ncprint) will be added later. Notes: svn path=/head/; revision=52406