[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.6

1.6     ! aaron       1: .\"    $OpenBSD: banner.1,v 1.5 1999/07/09 13:35:29 aaron 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: .\"
                     19: .Dd April 9, 1995
                     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.3       aaron      27: .Ar string
                     28: .Op Ar ...
1.1       deraadt    29: .Sh DESCRIPTION
1.4       aaron      30: .Nm
                     31: prints up to 10 characters of each
1.1       deraadt    32: .Ar string
                     33: in large letters on the standard output.
1.6     ! aaron      34: .Sh EXAMPLES
        !            35: The command
        !            36: .Ic banner openbsd
        !            37: displays:
        !            38: .Bd -literal -offset indent
        !            39:   ####   #####   ######  #    #  #####    ####   #####
        !            40:  #    #  #    #  #       ##   #  #    #  #       #    #
        !            41:  #    #  #    #  #####   # #  #  #####    ####   #    #
        !            42:  #    #  #####   #       #  # #  #    #       #  #    #
        !            43:  #    #  #       #       #   ##  #    #  #    #  #    #
        !            44:   ####   #       ######  #    #  #####    ####   #####
        !            45: .Ed
1.1       deraadt    46: .Sh SEE ALSO
1.4       aaron      47: .Xr echo 1