diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/banner/banner.1 | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/banner/banner.1')
-rw-r--r-- | usr.bin/banner/banner.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/banner/banner.1 b/usr.bin/banner/banner.1 index 825cdd6f5ed..53edd504886 100644 --- a/usr.bin/banner/banner.1 +++ b/usr.bin/banner/banner.1 @@ -1,16 +1,16 @@ -.\" $OpenBSD: banner.1,v 1.3 1998/09/23 04:32:35 aaron Exp $ +.\" $OpenBSD: banner.1,v 1.4 1999/06/05 01:21:19 aaron Exp $ .\" $NetBSD: banner.1,v 1.1.1.1 1995/04/09 05:53:04 cgd Exp $ .\" .\" @(#)Copyright (c) 1995, Simon J. Gerraty. .\" .\" This is free software. It comes with NO WARRANTY. -.\" Permission to use, modify and distribute this source code +.\" Permission to use, modify and distribute this source code .\" is granted subject to the following conditions. -.\" 1/ that the above copyright notice and this notice -.\" are preserved in all copies and that due credit be given +.\" 1/ that the above copyright notice and this notice +.\" are preserved in all copies and that due credit be given .\" to the author. -.\" 2/ that any changes to this code are clearly commented -.\" as such so that the author does not get blamed for bugs +.\" 2/ that any changes to this code are clearly commented +.\" as such so that the author does not get blamed for bugs .\" other than his own. .\" .\" Please send copies of changes and bug-fixes to: @@ -20,16 +20,16 @@ .Dt BANNER 1 .Os .Sh NAME -.Nm banner +.Nm banner .Nd print strings in large letters .Sh SYNOPSIS .Nm banner .Ar string .Op Ar ... .Sh DESCRIPTION -.Nm banner -prints up to 10 chars of each +.Nm +prints up to 10 characters of each .Ar string in large letters on the standard output. .Sh SEE ALSO -.Xr banner 6 +.Xr echo 1 |