aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tabs
Commit message (Collapse)AuthorAgeFilesLines
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-3/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107276
* Note that this appeared at least as early as PWB UNIX.Juli Mallett2002-06-101-2/+1
| | | | | | | Use the literal string 'PWB UNIX', as we still have no .At macro for it. Notes: svn path=/head/; revision=98107
* Use the Tn macro for COBOL, FORTRAN, PL/1, SNOBOL.Tim J. Robbins2002-06-081-6/+12
| | | | Notes: svn path=/head/; revision=98049
* Support the "--" end-of-options marker.Tim J. Robbins2002-06-081-0/+3
| | | | Notes: svn path=/head/; revision=98048
* Expand description of environment variables, refer to environ(7) whereTim J. Robbins2002-06-071-8/+18
| | | | | | | appropriate. Notes: svn path=/head/; revision=97980
* mdoc(7) police: pedantry.Ruslan Ermilov2002-05-301-3/+3
| | | | Notes: svn path=/head/; revision=97603
* Mark argc as __unused to silence GCC.Tim J. Robbins2002-05-211-1/+1
| | | | Notes: svn path=/head/; revision=97036
* Add an implementation of the tabs(1) utility, as required by SUSv3.Tim J. Robbins2002-05-213-0/+388
PR: 36126 Notes: svn path=/head/; revision=97033