1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
|
Description: Misc. fixes to bb(1) manpage
Author: Uwe Hermann <uh1763@hermann-uwe.de>
Bug-Debian: https://bugs.debian.org/79965
--- bb-1.3rc1.orig/bb.1
+++ bb-1.3rc1/bb.1
@@ -1,17 +1,12 @@
-.TH NAME SECTION
-.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
-.\" other parms are allowed: see man(7), man(1)
+.TH BB 1 "December 16, 2001"
.SH NAME
-bb \- The aalib demo
+bb \- an ASCII-art demo
.SH SYNOPSIS
.B bb
-.I "[options]"
-.br
-.SH "DESCRIPTION"
-The
-.BR bb ,
-command show an high quality audio-visual demonstration for your text
-terminal
+.RB [ options ]
+.SH DESCRIPTION
+.B bb
+is a high quality audio-visual demonstration for your text terminal.
.SH OPTIONS
A summary of options are included below.
For a complete description type
@@ -22,105 +17,121 @@
Show summary of options.
.TP
.B \-loop
-play demo in infinite loop
+Play demo in infinite loop.
.TP
.B \-driver
-select driver available drivers:linux slang X11 stdout stderr
+Select driver. Available drivers: linux, slang, X11, stdout, stderr.
.TP
.B \-kbddriver
-select keyboard driver available drivers:slang X11 stdin
+Select keyboard driver. Available drivers: slang, X11, stdin.
.TP
.B \-mousedriver
-select mouse driver available drivers:X11 gpm dos
+Select mouse driver. Available drivers: X11, gpm, dos.
.TP
.B \-width
-set width
+Set width.
.TP
.B \-height
-set height
+Set height.
.TP
.B \-minwidth
-set minimal width
+Set minimum width.
.TP
.B \-minheight
-set minimal height
+Set minimum height.
.TP
.B \-maxwidth
-set maximal width
+Set maximum width.
.TP
.B \-maxheight
-set maximal height
+Set maximum height.
.TP
.B \-recwidth
-set recomended width
+Set recommended width.
.TP
.B \-recheight
-set recomended height
+Set recommended height.
.TP
.B \-dim
-enable usage of dim (half bright) attribute
+Enable usage of dim (half bright) attribute.
.TP
.B \-bold
-enable usage of bold (double bright) attribute
+Enable usage of bold (double bright) attribute.
.TP
.B \-reverse
-enable usage of reverse attribute
+Enable usage of reverse attribute.
.TP
.B \-normal
-enable usage of normal attribute
+Enable usage of normal attribute.
.TP
.B \-boldfont
-enable usage of boldfont attrubute
+Enable usage of boldfont attribute.
.TP
.B \-no<attr>
-disable (i.e -nobold)
+Disable attribute (i.e
+.BR -nobold ).
.TP
.B \-extended
-use all 256 characters
+Use all 256 characters.
.TP
.B \-eight
-use eight bit ascii
+Use eight bit ASCII.
.TP
.B \-font <font>
-select font(This option have effect just on hardwares
-where aalib is unable to determine current font
-available fonts:vga8 vga9 mda14 vga14 X8x13 X8x16
-X8x13bold vgagl8 line
+Select font. This option is used on hardware where aalib is unable to
+determine the current font. Available fonts: vga8, vga9, mda14, vga14, X8x13,
+X8x16, X8x13bold, vgagl8, line.
.TP
.B \-inverse
-enable inverse rendering
+Enable inverse rendering.
.TP
.B \-noinverse
-disable inverse rendering
+Disable inverse rendering.
.TP
.B \-bright <val>
-set bright (0-255)
+Set brightness (0-255).
.TP
.B \-contrast <val>
-set contrast (0-255)
+Set contrast (0-255).
.TP
.B \-gamma <val>
-set gamma correction value(0-1)
+Set gamma correction value (0-1).
.TP
.B \-nodither
-disable dithering
+Disable dithering.
.TP
.B \-floyd_steinberg
-floyd steinberg dithering
+Floyd-Steinberg dithering.
.TP
.B \-error_distribution
-error distribution dithering
+Error distribution dithering.
.TP
.B \-random <val>
-set random dithering value(0-inf)
+Set random dithering value (0-inf).
.TP
.B \-dimmul <val>
-multiply factor for dim color (5.3)
+Multiply factor for dim attribute (5.3).
.TP
.B \-boldmul <val>
-multiply factor for dim color (2.7)
+Multiply factor for bold attribute (2.7).
+.SH BUGS
+Please report any bugs you find to Jan Hubicka <hubicka@freesoft.cz>.
+.SH LICENCE
+.B bb
+is covered by the GNU General Public License (GPL).
.SH SEE ALSO
-See the files in /usr/doc/aalib*
+.BR aafire (1),
+.BR aainfo (1),
+.BR aasavefont (1),
+.BR aatest (1),
+.BR aview (1),
+.BR asciiview (1),
+.BR aaflip (1),
+.BR aa3d (1),
+.BR xaos (6),
+.BR aatv (1).
.SH AUTHOR
+Jan Hubicka <hubicka@freesoft.cz>
+.PP
This manual page was written by Michael Bramer <grisu@debian.org>,
for the Debian GNU/Linux system (but may be used by others).
|