Package: xscreensaver
Version: 4.20-1
Severity: normal
Tags: patch
In '/usr/share/man/man1/xscreensaver.1.gz', under "SEE ALSO"
there's a lot of 1's that should be 6's.
man xscreensaver | cat -n | tail -n 75 | head -n 10
1111 SEE ALSO
1112 X(1), Xsecurity(1), xauth(1), xscreensaver-demo(1),
xscreensaver-com-
1113 mand(1), xscreensaver-gl-helper(1), xscreensaver-getimage(1),
xdm(1),
1114 gdm(1), xset(1), xhost(1). anemone(1), ant(1),
apollonian(1),
1115 atlantis(1), attraction(1), barcode(1), blaster(1),
blitspin(1),
1116 bouboule(1), boxed(1), braid(1), bsod(1), bubble3d(1),
bubbles(1),
1117 bumps(1), cage(1), ccurve(1), circuit(1), compass(1),
coral(1), cos-
1118 mos(1), critical(1), crystal(1), cubenetic(1),
cynosure(1), danger-
1119 ball(1), decayscreen(1), deco(1), deluxe(1), demon(1),
discrete(1),
1120 distort(1), drift(1), electricsheep(1), endgame(1),
engine(1), epicy-
...having the wrong section number confuses man page browsers like
'dwww' or 'pinfo'. In 'pinfo' clicking on "ant(1)" goes nowhere.
Attached is a big '.diff' with corrections for over 150 of the above
man pages that exist on my system. These where generated with
some ugly ad-hoc code:
cp /usr/share/man/man1/xscreensaver.1.gz xscreensaver.1.gz
m6() { sed 's/\(^.*\): .*.\([0-9]\)x\?.gz$/.BR \1 (\2),/' ; }
zcat /tmp/xscreensaver.1.gz | tail -n 207 | head -n 174 | while read x y z ;
do z=${z%)*} ; z=${z#*(} ; echo $y $z ; done | while read x y ; do z=`whereis
$x` ; echo "$z" | grep "/man/" | m6 ; done
...which I then cut n' pasted to the man page, but carefully
so as not to change anything that wasn't broken.
Some screensavers like 'cosmos' and 'xearth' don't seem to have any man
pages, (perhaps a different bug), and those entries I've left alone.
Hope this helps...
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Versions of packages xscreensaver depends on:
ii libatk1.0-0 1.8.0-4 The ATK accessibility toolkit
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libglade2-0 1:2.4.2-2 library to load .glade files at ru
ii libglib2.0-0 2.6.3-1 The GLib library of C routines
ii libgtk2.0-0 2.6.2-4 The GTK+ graphical user interface
ii libice6 4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii libjpeg62 6b-10 The Independent JPEG Group's JPEG
ii libpam0g 0.76-22 Pluggable Authentication Modules l
ii libpango1.0-0 1.8.1-1 Layout and rendering of internatio
ii libsm6 4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii libxml2 2.6.16-4 GNOME XML library
ii libxmu6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous util
ii libxpm4 4.3.0.dfsg.1-12.0.1 X pixmap library
ii libxrandr2 4.3.0.dfsg.1-12.0.1 X Window System Resize, Rotate and
ii libxrender1 0.8.3-7 X Rendering Extension client libra
ii libxt6 4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii xlibs 4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-4 compression library - runtime
-- no debconf information
1151c1151
< .BR xscreensaver\-gl\-helper (1),
---
> .BR xscreensaver\-gl\-helper (6),
1157,1176c1157,1176
< .BR anemone (1),
< .BR ant (1),
< .BR apollonian (1),
< .BR atlantis (1),
< .BR attraction (1),
< .BR barcode (1),
< .BR blaster (1),
< .BR blitspin (1),
< .BR bouboule (1),
< .BR boxed (1),
< .BR braid (1),
< .BR bsod (1),
< .BR bubble3d (1),
< .BR bubbles (1),
< .BR bumps (1),
< .BR cage (1),
< .BR ccurve (1),
< .BR circuit (1),
< .BR compass (1),
< .BR coral (1),
---
> .BR anemone (6),
> .BR ant (6),
> .BR apollonian (6),
> .BR atlantis (6),
> .BR attraction (6),
> .BR barcode (6),
> .BR blaster (6),
> .BR blitspin (6),
> .BR bouboule (6),
> .BR boxed (6),
> .BR braid (6),
> .BR bsod (6),
> .BR bubble3d (6),
> .BR bubbles (6),
> .BR bumps (6),
> .BR cage (6),
> .BR ccurve (6),
> .BR circuit (6),
> .BR compass (6),
> .BR coral (6),
1178,1189c1178,1189
< .BR critical (1),
< .BR crystal (1),
< .BR cubenetic (1),
< .BR cynosure (1),
< .BR dangerball (1),
< .BR decayscreen (1),
< .BR deco (1),
< .BR deluxe (1),
< .BR demon (1),
< .BR discrete (1),
< .BR distort (1),
< .BR drift (1),
---
> .BR critical (6),
> .BR crystal (6),
> .BR cubenetic (6),
> .BR cynosure (6),
> .BR dangerball (6),
> .BR decayscreen (6),
> .BR deco (6),
> .BR deluxe (6),
> .BR demon (6),
> .BR discrete (6),
> .BR distort (6),
> .BR drift (6),
1191,1212c1191,1212
< .BR endgame (1),
< .BR engine (1),
< .BR epicycle (1),
< .BR eruption (1),*
< .BR euler2d (1),
< .BR extrusion (1),
< .BR fadeplot (1),
< .BR flag (1),
< .BR flame (1),
< .BR flipscreen3d (1),
< .BR flow (1),
< .BR fluidballs (1),
< .BR flurry (1),
< .BR forest (1),
< .BR galaxy (1),
< .BR gears (1),
< .BR gflux (1),
< .BR glblur (1),
< .BR glforestfire (1),
< .BR glplanet (1),
< .BR glsnake (1),
< .BR gltext (1),
---
> .BR endgame (6),
> .BR engine (6),
> .BR epicycle (6),
> .BR eruption (6),
> .BR euler2d (6),
> .BR extrusion (6),
> .BR fadeplot (6),
> .BR flag (6),
> .BR flame (6),
> .BR flipscreen3d (6),
> .BR flow (6),
> .BR fluidballs (6),
> .BR flurry (6),
> .BR forest (6),
> .BR galaxy (6),
> .BR gears (6),
> .BR gflux (6),
> .BR glblur (6),
> .BR glforestfire (6),
> .BR glplanet (6),
> .BR glsnake (6),
> .BR gltext (6),
1214,1257c1214,1257
< .BR goop (1),
< .BR grav (1),
< .BR greynetic (1),
< .BR halftone (1),
< .BR halo (1),
< .BR helix (1),
< .BR hopalong (1),
< .BR hyperball (1),
< .BR hypercube (1),
< .BR ifs (1),
< .BR imsmap (1),
< .BR interference (1),
< .BR jigsaw (1),
< .BR juggle (1),
< .BR julia (1),
< .BR kaleidescope (1),
< .BR kumppa (1),
< .BR lament (1),
< .BR laser (1),
< .BR lavalite (1),
< .BR lightning (1),
< .BR lisa (1),
< .BR lissie (1),
< .BR lmorph (1),
< .BR loop (1),
< .BR maze (1),
< .BR menger (1),
< .BR metaballs (1),
< .BR moebius (1),
< .BR moire (1),
< .BR moire2 (1),
< .BR molecule (1),
< .BR morph3d (1),
< .BR mountain (1),
< .BR munch (1),
< .BR nerverot (1),
< .BR noseguy (1),
< .BR pedal (1),
< .BR penetrate (1),
< .BR penrose (1),
< .BR petri (1),
< .BR phosphor (1),
< .BR pipes (1),
< .BR polyominoes (1),
---
> .BR goop (6),
> .BR grav (6),
> .BR greynetic (6),
> .BR halftone (6),
> .BR halo (6),
> .BR helix (6),
> .BR hopalong (6),
> .BR hyperball (6),
> .BR hypercube (6),
> .BR ifs (6),
> .BR imsmap (6),
> .BR interference (6),
> .BR jigsaw (6),
> .BR juggle (6),
> .BR julia (6),
> .BR kaleidescope (6),
> .BR kumppa (6),
> .BR lament (6),
> .BR laser (6),
> .BR lavalite (6),
> .BR lightning (6),
> .BR lisa (6),
> .BR lissie (6),
> .BR lmorph (6),
> .BR loop (6),
> .BR maze (6),
> .BR menger (6),
> .BR metaballs (6),
> .BR moebius (6),
> .BR moire (6),
> .BR moire2 (6),
> .BR molecule (6),
> .BR morph3d (6),
> .BR mountain (6),
> .BR munch (6),
> .BR nerverot (6),
> .BR noseguy (6),
> .BR pedal (6),
> .BR penetrate (6),
> .BR penrose (6),
> .BR petri (6),
> .BR phosphor (6),
> .BR pipes (6),
> .BR polyominoes (6),
1259,1278c1259,1278
< .BR pulsar (1),
< .BR pyro (1),
< .BR qix (1),
< .BR queens (1),
< .BR rd-bomb (1),
< .BR ripples (1),
< .BR rocks (1),
< .BR rorschach (1),
< .BR rotor (1),
< .BR rotzoomer (1),
< .BR rubik (1),
< .BR sballs (1),
< .BR shadebobs (1),
< .BR sierpinski (1),
< .BR sierpinski3d (1),
< .BR slidescreen (1),
< .BR slip (1),
< .BR sonar (1),
< .BR speedmine (1),
< .BR sphere (1),
---
> .BR pulsar (6),
> .BR pyro (6),
> .BR qix (6),
> .BR queens (6),
> .BR rd\-bomb (6),
> .BR ripples (6),
> .BR rocks (6),
> .BR rorschach (6),
> .BR rotor (6),
> .BR rotzoomer (6),
> .BR rubik (6),
> .BR sballs (6),
> .BR shadebobs (6),
> .BR sierpinski (6),
> .BR sierpinski3d (6),
> .BR slidescreen (6),
> .BR slip (6),
> .BR sonar (6),
> .BR speedmine (6),
> .BR sphere (6),
1280,1284c1280,1284
< .BR spheremonics (1),
< .BR spiral (1),
< .BR spotlight (1),
< .BR sproingies (1),
< .BR squiral (1),
---
> .BR spheremonics (6),
> .BR spiral (6),
> .BR spotlight (6),
> .BR sproingies (6),
> .BR squiral (6),
1286,1306c1286,1306
< .BR stairs (1),
< .BR starfish (1),
< .BR starwars (1),
< .BR stonerview (1),
< .BR strange (1),
< .BR superquadrics (1),
< .BR swirl (1),
< .BR t3d (1),
< .BR thornbird (1),
< .BR triangle (1),
< .BR truchet (1),
< .BR twang (1),
< .BR vermiculate (1),
< .BR vidwhacker (1),
< .BR vines (1),
< .BR wander (1),
< .BR webcollage (1),
< .BR whirlwindwarp (1),
< .BR whirlygig (1),
< .BR worm (1),
< .BR xaos (1),
---
> .BR stairs (6),
> .BR starfish (6),
> .BR starwars (6),
> .BR stonerview (6),
> .BR strange (6),
> .BR superquadrics (6),
> .BR swirl (6),
> .BR t3d (6),
> .BR thornbird (6),
> .BR triangle (6),
> .BR truchet (6),
> .BR twang (6),
> .BR vermiculate (6),
> .BR vidwhacker (6),
> .BR vines (6),
> .BR wander (6),
> .BR webcollage (6),
> .BR whirlwindwarp (6),
> .BR whirlygig (6),
> .BR worm (6),
> .BR xaos (6),
1310,1313c1310,1313
< .BR xflame (1),
< .BR xjack (1),
< .BR xlyap (1),
< .BR xmatrix (1),
---
> .BR xflame (6),
> .BR xjack (6),
> .BR xlyap (6),
> .BR xmatrix (6),
1315,1319c1315,1319
< .BR xrayswarm (1),
< .BR xsnow (1),
< .BR xspirograph (1),
< .BR xteevee (1),
< .BR zoom (1)
---
> .BR xrayswarm (6),
> .BR xsnow (6),
> .BR xspirograph (6),
> .BR xteevee (6),
> .BR zoom (6)