[MPlayer-users] Manual Pages broken when tried to view under Solaris 2.8 with nroff + fix
Thomas Glanzmann
sithglan at stud.uni-erlangen.de
Thu Oct 16 15:28:08 CEST 2003
Hi Mplayer people,
to view the mplayer manpages with Solaris nroff there only should be 2
character macros. You used 3 and 4 character macros also. But it is easy
to fix:
(apollo) [/export/medusa/thomas] gdiff -u mplayer.1.orig mplayer.1 | head -60
--- mplayer.1.orig 2003-10-16 05:51:32.077791000 -0400
+++ mplayer.1 2003-10-16 09:19:33.340181000 -0400
@@ -16,20 +16,22 @@
.\" define indentation for suboptions
.nr SS 5
.\" add new suboption
-.de IPs
+.de Is
.IP "\\$1" \n(SS
..
+.
.\" begin of first level suboptions, end with .RE
-.de RSs
+.de Ra
.RS \n(IN+3
..
+.
.\" begin of 2nd level suboptions
-.de RSss
+.de Rb
.PD 0
.RS \n(SS+3
..
.\" end of 2nd level suboptions
-.de REss
+.de Rc
.RE
.PD 1
..
@@ -250,52 +252,52 @@
.TP
.B general control
.PD 0
-.RSs
-.IPs "<\- and \->"
+.Ra
+.Is "<\- and \->"
seek backward/\:forward 10 seconds
-.IPs "up and down"
+.Is "up and down"
seek backward/\:forward 1 minute
-.IPs "pgup and pgdown"
+.Is "pgup and pgdown"
seek backward/\:forward 10 minutes
-.IPs "< and >"
+.Is "< and >"
...
It would be nice if you could fix that in cvs. If you tell me how do you
want to rename the macros I could make a patch for all the pages ready
and send you the cvs diff via eMail.
Greetings,
Thomas
More information about the MPlayer-users
mailing list