diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
commit | 3e222ea23769f7fa61220327392152acedf527bf (patch) | |
tree | 9c366baf268cf9c15e9ba6677e9a98d4002eaf8a /usr.bin/m4/m4.1 | |
parent | 4575f892d2c42b7683343fd14cb4e51ce9604ae4 (diff) |
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
Diffstat (limited to 'usr.bin/m4/m4.1')
-rw-r--r-- | usr.bin/m4/m4.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 2698b9db95c..2dd619ee9f2 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,4 +1,4 @@ -.\" @(#) $OpenBSD: m4.1,v 1.20 2000/11/09 17:52:20 aaron Exp $ +.\" @(#) $OpenBSD: m4.1,v 1.21 2000/11/10 05:10:33 aaron Exp $ .\" .\" .Dd January 26, 1993 @@ -275,8 +275,7 @@ Returns the return value from the last .It Ic translit Transliterate the characters in the first argument from the set given by the second argument to the set given by the third. -You cannot -use +You cannot use .Xr tr 1 style abbreviations. .It Ic undefine @@ -290,6 +289,6 @@ Returns the current file's line number. .It Ic __file__ Returns the current file's name. .El -.Sh AUTHOR +.Sh AUTHORS Ozan Yigit <oz@sis.yorku.ca> and Richard A. O'Keefe (ok@goanna.cs.rmit.OZ.AU). GNU-m4 compatibility extensions by Marc Espie <espie@cvs.openbsd.org>. |