aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncplist
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect NWFS and NCP bits which are now completely disconnectedAttilio Rao2013-03-093-571/+0
| | | | | | | | | from the tree since few months. This patch is not targeted for MFC. Notes: svn path=/head/; revision=248097
* Bump date missed in r202756Eitan Adler2012-09-141-1/+1
| | | | | | | | | | PR: docs/171624 Submitted by: bdrewery Approved by: gabor MFC after: 3 days Notes: svn path=/head/; revision=240506
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-6/+1
| | | | | | | | | | error: variable 'wdone' set but not use Approved by: dim MFC after: 3 days Notes: svn path=/head/; revision=229907
* Use NO_WCAST_ALIGN for usr.bin/ncplist, as there are many potentialDimitry Andric2011-12-171-0/+1
| | | | | | | | | | alignment issues in it. (Though I doubt anyone still cares about NetWare support...) MFC after: 1 week Notes: svn path=/head/; revision=228649
* Fix ncplist to build with WARNS=6.Ed Schouten2011-10-162-7/+7
| | | | | | | | Add some const and static keywords to get it all to build. Also add missing #includes. Notes: svn path=/head/; revision=226429
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-1/+1
| | | | | | | I removed utmp and its manpage, but not other manpages referring to it. Notes: svn path=/head/; revision=202756
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* getopt(3) returns -1, not EOF when out of args.Kevin Lo2007-02-051-1/+1
| | | | Notes: svn path=/head/; revision=166509
* Fix one minor inaccuracy.Ruslan Ermilov2006-12-151-4/+4
| | | | Notes: svn path=/head/; revision=165245
* Improve markup and grammar.Ruslan Ermilov2006-12-151-16/+22
| | | | Notes: svn path=/head/; revision=165244
* 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