aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncplogin
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect NWFS and NCP bits which are now completely disconnectedAttilio Rao2013-03-094-534/+0
| | | | | | | | | from the tree since few months. This patch is not targeted for MFC. Notes: svn path=/head/; revision=248097
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-1/+1
| | | | | | | | | PR: 167696 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235211
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-2/+2
| | | | Notes: svn path=/head/; revision=228992
* Remove duplicated header filesKevin Lo2011-06-241-2/+0
| | | | Notes: svn path=/head/; revision=223493
* getopt(3) returns -1, not EOF.Ruslan Ermilov2008-02-191-1/+1
| | | | Notes: svn path=/head/; revision=176407
* getopt(3) returns -1, not EOF when out of args.Kevin Lo2007-02-051-1/+1
| | | | Notes: svn path=/head/; revision=166509
* Tidy up formatting and some wording.Ruslan Ermilov2007-01-152-43/+65
| | | | Notes: svn path=/head/; revision=166024
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131491
* ANSIify function definitions.David Malone2002-09-041-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 Notes: svn path=/head/; revision=102944
* Fix VCS inclusion and tidy up #includes.Mark Murray2002-04-281-4/+8
| | | | Notes: svn path=/head/; revision=95638
* Use `The .Nm utility'Philippe Charnier2002-04-202-2/+3
| | | | Notes: svn path=/head/; revision=95124
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Warns cleanups.David Malone2001-12-032-2/+3
| | | | Notes: svn path=/head/; revision=87290
* Remove whitespace at EOL.Dima Dorfman2001-07-152-3/+3
| | | | Notes: svn path=/head/; revision=79755
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74848
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-2/+3
| | | | Notes: svn path=/head/; revision=71895
* 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-112-2/+2
| | | | Notes: svn path=/head/; revision=69860
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-4/+4
| | | | Notes: svn path=/head/; revision=68963
* Fix a mistakenly broken sentence. The mistake was made easy by theSheldon Hearn2000-03-271-3/+4
| | | | | | | | | confusing use of a comma to separate two sentences. :-) Reported by: bp Notes: svn path=/head/; revision=58664
* Correct grammar.Sheldon Hearn2000-03-242-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 Notes: svn path=/head/; revision=58524
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-061-1/+2
| | | | Notes: svn path=/head/; revision=57782
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-012-27/+54
| | | | | | | | 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
* Add reference to the share/examples/nwclient directory.Boris Popov1999-11-142-10/+5
| | | | Notes: svn path=/head/; revision=53150
* Fix breakage for NOSHARED case.Boris Popov1999-11-011-4/+3
| | | | | | | Submitted by: Bruce Evans Notes: svn path=/head/; revision=52727
* Add ncplogin/logout programs which allow manage connectionsBoris Popov1999-10-314-0/+424
more precisely than mount_nwfs. Obtained from: ncplib-1.3.3 Notes: svn path=/head/; revision=52702