aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/true/true.1
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+1
| | | | Notes: svn path=/head/; revision=95124
* Be pedantic; we don't know of any shell that providesRuslan Ermilov2001-11-221-1/+1
| | | | | | | | "similar but not identical" built-in replacements for false(1) and/or true(1). Notes: svn path=/head/; revision=86770
* Add a note that some shells may have the command built-in.Akinori MUSHA2001-11-201-0/+8
| | | | | | | | | (sh(1) indeed does) Add a cross-reference to builtin(1). Notes: svn path=/head/; revision=86652
* Remove obfuscating details of using the false(1) and true(1) utilitiesRuslan Ermilov2001-11-201-7/+1
| | | | | | | | | inside the Bourne shell scripts. PR: docs/32082 Notes: svn path=/head/; revision=86648
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79755
* Fix typoAlexey Zelkin2001-01-251-2/+2
| | | | Notes: svn path=/head/; revision=71634
* Slightly re-word sentence to allow using .Nm macro without parameterAlexey Zelkin2001-01-251-4/+6
| | | | | | | Use .St macro instead of hardcoding standard name Notes: svn path=/head/; revision=71624
* $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
* Nm true -> Nm.Philippe Charnier1997-08-181-3/+3
| | | | Notes: svn path=/head/; revision=28369
* Sort cross references.Wolfram Schneider1997-01-151-2/+2
| | | | Notes: svn path=/head/; revision=21748
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+62
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590