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