diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/badge.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/badge.1')
| -rw-r--r-- | static/unix-v10/man1/badge.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/static/unix-v10/man1/badge.1 b/static/unix-v10/man1/badge.1 new file mode 100644 index 00000000..76457c60 --- /dev/null +++ b/static/unix-v10/man1/badge.1 @@ -0,0 +1,41 @@ +.TH BADGE A +.CT 1 shell +.SH NAME +badge \- print Bell Labs badge +.SH SYNOPSIS +.B badge +.I string1 +.I string2 +.I [ picture.ps ] +.SH DESCRIPTION +.I Badge +is an ASCII-to-PostScript converter that frames +its arguments in a pleasant, colorful badge, +suitable for laminating. +File +.I picture.ps +is assumed to contain 24-bit color encapsulated PostScript. +If it is omitted or doesn't exist, a blank box will appear; +.B goofy +and +.B donald +(see FILES) are available for the camera-shy. +.SH EXAMPLES +.TP +.L +badge "DONALD F" DUCK /usr/games/ps/donald | lp -dpeacock +.TP +.L +badge "P J" "WEINBERGER" /usr/games/ps/goofy | lp -dpeacock +.EX +.SH BUGS +Very long names (over 1.75 inches in 14 point type) are not accounted for. +.P +Unlike a similar badge provided by security, the +logo adheres to corporate standards. +.SH FILES +/usr/games/ps/donald +.br +/usr/games/ps/goofy +.br +/usr/games/ps/logo A corporate logo. |
