aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tput
Commit message (Collapse)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+7
| | | | Notes: svn path=/head/; revision=131491
* command -> utility. Add section number to .XrPhilippe Charnier2003-06-081-8/+8
| | | | Notes: svn path=/head/; revision=116056
* ANSIify function definitions.David Malone2002-09-041-9/+4
| | | | | | | | | | | | 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
* Sort sections.Tim J. Robbins2002-06-151-10/+10
| | | | Notes: svn path=/head/; revision=98246
* Use the Cm macro for the clear, init, reset and longname operands.Tim J. Robbins2002-06-141-4/+4
| | | | Notes: svn path=/head/; revision=98219
* Adjust the exit status to conform to SUSv3 and document the fact it takesTim J. Robbins2002-06-142-19/+29
| | | | | | | multiple `argument' operands. Notes: svn path=/head/; revision=98218
* Skip %pN comes from ncursesAndrey A. Chernov2002-06-031-0/+5
| | | | | | | PR: 15418 Notes: svn path=/head/; revision=97763
* remove __PWarner Losh2002-03-221-3/+3
| | | | Notes: svn path=/head/; revision=92922
* Silence some WFORMAT=1 warningsKris Kennaway2002-02-041-3/+3
| | | | Notes: svn path=/head/; revision=90165
* WARNS=2 fixes, use __FBSDID().Mark Murray2001-12-111-10/+12
| | | | Notes: svn path=/head/; revision=87707
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-08-071-2/+2
| | | | Notes: svn path=/head/; revision=81243
* Fix some man page xrefs.Mike Pritchard2001-07-221-1/+1
| | | | | | | | PR: docs/26065 MFC after: 1 week Notes: svn path=/head/; revision=80144
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | builtins (e.g., exit, strcmp). Notes: svn path=/head/; revision=78718
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-4/+2
| | | | Notes: svn path=/head/; revision=75286
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
| | | | Notes: svn path=/head/; revision=70197
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+4
| | | | | | | getopt returns -1 not EOF. Notes: svn path=/head/; revision=65428
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Some man page cleanup. Make the NAME and SYNOPSIS sections agree soMike Pritchard1999-06-241-4/+12
| | | | | | | | | that whatis(1) will produce the expected results. Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc Notes: svn path=/head/; revision=48168
* ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)John-Mark Gurney1997-04-271-19/+30
| | | | | | | | add missing Id's other minor clean ups Notes: svn path=/head/; revision=25189
* add comment about the brokeness of some termcap entires that require aJohn-Mark Gurney1997-04-022-1/+9
| | | | | | | | | | `%' to be just that... make tput just warn about an unknown type modifier instead of breaking... this allows you to `tput init' on a tek4107... Notes: svn path=/head/; revision=24542
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}Wolfram Schneider1997-02-021-1/+1
| | | | Notes: svn path=/head/; revision=22210
* Remove _set_ospeed, done in tgetent now.Andrey A. Chernov1995-08-051-13/+0
| | | | Notes: svn path=/head/; revision=9941
* Replace ospeed switch with _set_ospeedAndrey A. Chernov1995-08-041-28/+1
| | | | Notes: svn path=/head/; revision=9893
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Fix includes, tputs argument, ospeed setting, printingAndrey A. Chernov1994-12-121-7/+35
| | | | | | | attributes started with 'l' Notes: svn path=/head/; revision=5080
* Fixed warnings about prototype mismatch by eliminating outc routineDavid Greenman1994-09-231-8/+2
| | | | | | | and calling putchar directly. Notes: svn path=/head/; revision=3031
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+392
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590