[BACK]Return to banner.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / banner

Annotation of src/usr.bin/banner/banner.1, Revision 1.8

1.8     ! sobrado     1: .\"    $OpenBSD: banner.1,v 1.7 2007/05/31 19:20:07 jmc Exp $
1.1       deraadt     2: .\"    $NetBSD: banner.1,v 1.1.1.1 1995/04/09 05:53:04 cgd Exp $
                      3: .\"
                      4: .\"    @(#)Copyright (c) 1995, Simon J. Gerraty.
1.5       aaron       5: .\"
1.1       deraadt     6: .\"    This is free software.  It comes with NO WARRANTY.
1.4       aaron       7: .\"    Permission to use, modify and distribute this source code
1.1       deraadt     8: .\"    is granted subject to the following conditions.
1.4       aaron       9: .\"    1/ that the above copyright notice and this notice
                     10: .\"    are preserved in all copies and that due credit be given
1.5       aaron      11: .\"    to the author.
1.4       aaron      12: .\"    2/ that any changes to this code are clearly commented
                     13: .\"    as such so that the author does not get blamed for bugs
1.1       deraadt    14: .\"    other than his own.
1.5       aaron      15: .\"
1.1       deraadt    16: .\"    Please send copies of changes and bug-fixes to:
                     17: .\"    sjg@zen.void.oz.au
                     18: .\"
1.8     ! sobrado    19: .Dd $Mdocdate: May 31 2007 $
1.1       deraadt    20: .Dt BANNER 1
                     21: .Os
                     22: .Sh NAME
1.4       aaron      23: .Nm banner
1.1       deraadt    24: .Nd print strings in large letters
                     25: .Sh SYNOPSIS
                     26: .Nm banner
1.8     ! sobrado    27: .Ar string ...
1.1       deraadt    28: .Sh DESCRIPTION
1.4       aaron      29: .Nm
                     30: prints up to 10 characters of each
1.1       deraadt    31: .Ar string
                     32: in large letters on the standard output.
1.6       aaron      33: .Sh EXAMPLES
                     34: The command
                     35: .Ic banner openbsd
                     36: displays:
                     37: .Bd -literal -offset indent
                     38:   ####   #####   ######  #    #  #####    ####   #####
                     39:  #    #  #    #  #       ##   #  #    #  #       #    #
                     40:  #    #  #    #  #####   # #  #  #####    ####   #    #
                     41:  #    #  #####   #       #  # #  #    #       #  #    #
                     42:  #    #  #       #       #   ##  #    #  #    #  #    #
                     43:   ####   #       ######  #    #  #####    ####   #####
                     44: .Ed
1.1       deraadt    45: .Sh SEE ALSO
1.4       aaron      46: .Xr echo 1