mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 20:57:45 +00:00
fix for the macosx tiger (groff 1.19.x) indentation issue
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17951 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
32b285a093
commit
611dc62a43
@ -6,8 +6,6 @@
|
|||||||
.\" Macro definitions
|
.\" Macro definitions
|
||||||
.\" --------------------------------------------------------------------------
|
.\" --------------------------------------------------------------------------
|
||||||
.
|
.
|
||||||
.\" default indentation is 7, don't change!
|
|
||||||
.nr IN 7
|
|
||||||
.\" define indentation for suboptions
|
.\" define indentation for suboptions
|
||||||
.nr SS 5
|
.nr SS 5
|
||||||
.\" add new suboption
|
.\" add new suboption
|
||||||
@ -16,7 +14,7 @@
|
|||||||
..
|
..
|
||||||
.\" begin of first level suboptions, end with .RE
|
.\" begin of first level suboptions, end with .RE
|
||||||
.de RSs
|
.de RSs
|
||||||
.RS \n(IN+3
|
.RS 10
|
||||||
..
|
..
|
||||||
.\" begin of 2nd level suboptions
|
.\" begin of 2nd level suboptions
|
||||||
.de RSss
|
.de RSss
|
||||||
|
Loading…
Reference in New Issue
Block a user