diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
commit | 954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch) | |
tree | 871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/tr | |
parent | 7da7265de4dc122cf4762c2707b245904c8acdd7 (diff) |
- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line
ssh pages ok markus@
Diffstat (limited to 'usr.bin/tr')
-rw-r--r-- | usr.bin/tr/tr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index b2ecdaa0455..4265155047e 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tr.1,v 1.8 2003/06/03 02:56:20 millert Exp $ +.\" $OpenBSD: tr.1,v 1.9 2003/06/10 09:12:12 jmc Exp $ .\" $NetBSD: tr.1,v 1.5 1994/12/07 08:35:13 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -261,7 +261,7 @@ Strip out non-printable characters from file1. .D1 Li "$ tr -cd \*q[:print:]\*q < file1" .Sh SEE ALSO .Xr sed 1 -.Sh COMPATIBILITY +.Sh STANDARDS System V has historically implemented character ranges using the syntax .Dq [c-c] instead of the @@ -314,7 +314,7 @@ and .Fl s options were ignored unless two strings were specified. This implementation will not permit illegal syntax. -.Sh STANDARDS +.Pp The .Nm utility is expected to be |