aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/script/script.1
Commit message (Collapse)AuthorAgeFilesLines
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
| | | | Notes: svn path=/head/; revision=131507
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
| | | | Notes: svn path=/head/; revision=131491
* Bumped document date.Ruslan Ermilov2004-05-191-2/+2
| | | | | | | Fixed markup nit. Notes: svn path=/head/; revision=129433
* Fix SYNOPSIS of manual page, clustering no-arg options correctly.Sheldon Hearn2004-01-221-3/+1
| | | | | | | Sync usage with manpage. Notes: svn path=/head/; revision=124846
* Introduce arguments the standard way. In .Ar command ..., ... is not anPhilippe Charnier2003-09-071-4/+4
| | | | | | | argument, command is. Notes: svn path=/head/; revision=119851
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+9
| | | | Notes: svn path=/head/; revision=95124
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
| | | | 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
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68963
* Make a run-on sentence into two proper sentences, and clarify the meaningBrian Feldman2000-03-061-3/+2
| | | | | | | a bit. Notes: svn path=/head/; revision=57786
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
| | | | Notes: svn path=/head/; revision=57695
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | 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
* Fix grammar error. (missing verb)Bill Fumerola1999-12-131-1/+1
| | | | Notes: svn path=/head/; revision=54579
* Adjust man page: if command is specified, file name is mandatoryGuido van Rooij1999-11-241-2/+1
| | | | Notes: svn path=/head/; revision=53670
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Mention default time between output flushes in manual page.Joseph Koshy1998-09-291-2/+3
| | | | | | | | PR: docs/8009 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> Notes: svn path=/head/; revision=39741
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+2
| | | | | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36649
* Rewrite script as a select loop rather than as a twin reader/write process.Peter Wemm1998-03-081-3/+18
| | | | | | | | This allows simple logging of keys sent to a session (turned on with -k). Also allow specifying the script file flush interval. Notes: svn path=/head/; revision=34295
* script(1) has annoyed me with it's inflexable command argument parsingPeter Wemm1997-12-291-1/+16
| | | | | | | | since I first saw it. I finally needed to pass arguments through to the spawned command badly enough (and urgently) that I threw this together. Notes: svn path=/head/; revision=32083
* Add usage(). Use err(3) instead of local redefinition.Philippe Charnier1997-08-081-3/+3
| | | | Notes: svn path=/head/; revision=27980
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+123
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590