aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tee/tee.1
Commit message (Collapse)AuthorAgeFilesLines
* tee.1: Add a missing articleMateusz Piotrowski2020-06-231-1/+1
| | | | Notes: svn path=/head/; revision=362536
* tee(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-231-2/+4
| | | | | | | | | | Add one simple example Approved by: bcr@ Differential Revision: https://reviews.freebsd.org/D25337 Notes: svn path=/head/; revision=362534
* tee(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-181-1/+7
| | | | | | | | | | Probably the simplest one ever. Approved by: gbe@, 0mp@ Differential Revision: https://reviews.freebsd.org/D25206 Notes: svn path=/head/; revision=362318
* sponge(1): revertEitan Adler2017-12-061-2/+0
| | | | | | | | | | | | I did a complete buildworld and test... with the program disconnected from the tree. Revert the change for now. (this keeps the change to .arclint which is still correct) Wearing: my pointhat Notes: svn path=/head/; revision=326614
* sponge(1): initial commitEitan Adler2017-12-051-0/+2
| | | | | | | | | | | | | sponge(1) is a utility that reads input until complete, then opens the output file, then writes to it. This makes it useful in pipelines that read and write to the same file. Reviewed by: wblock, jilles, imp, cem, danfe (all: various iterations) Inspired by: https://joeyh.name/code/moreutils/ Notes: svn path=/head/; revision=326554
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* - Steal short description from POSIX; it's more technical and wasRuslan Ermilov2007-11-131-4/+4
| | | | | | | | easier to translate. - Fix some markup nits. Notes: svn path=/head/; revision=173581
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
| | | | Notes: svn path=/head/; revision=81687
* Add DIAGNOSTICS section namePhilippe Charnier2000-03-261-2/+2
| | | | Notes: svn path=/head/; revision=58628
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Use err(3) instead of local redefinition. Add usage().Philippe Charnier1997-08-141-8/+7
| | | | Notes: svn path=/head/; revision=28199
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+88
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590