Use stock (FSF) version of this file.
This commit is contained in:
parent
5ca5ab5276
commit
f7260665c7
File diff suppressed because it is too large
Load Diff
@ -152,7 +152,7 @@
|
||||
.nr Xr 10n
|
||||
.
|
||||
.
|
||||
.\" requests which must be processed after the closing delimiter of `Op'
|
||||
.\" macros which must be processed after the closing delimiter of `Op'
|
||||
.\" and friends
|
||||
.ds doc-after-Ao
|
||||
.ds doc-after-Bo
|
||||
@ -544,16 +544,16 @@
|
||||
. doc-setup-page-layout
|
||||
. if !\n[cR] \
|
||||
' sp \n[doc-header-space]u
|
||||
. nr doc-reg-dh \w'\*[doc-caption-font]\*[doc-header-string]\f[P]'
|
||||
. nr doc-reg-dh1 \w'\*[doc-caption-font2]\*[doc-volume]\f[P]'
|
||||
. nr doc-reg-dh \w'\*[doc-caption-font]\*[doc-header-string]\f[]'
|
||||
. nr doc-reg-dh1 \w'\*[doc-caption-font2]\*[doc-volume]\f[]'
|
||||
. if (\n[doc-reg-dh] + \n[doc-reg-dh1] + \n[doc-reg-dh] >= \n[.lt]) \{\
|
||||
. while (\n[doc-reg-dh] + \n[doc-reg-dh1] + \n[doc-reg-dh] >= \n[.lt]) \{\
|
||||
. substring doc-header-string 1 -1
|
||||
. nr doc-reg-dh \w'\*[doc-caption-font]\*[doc-header-string]\|.\|.\|.\f[P]'
|
||||
. substring doc-header-string 0 -2
|
||||
. nr doc-reg-dh \w'\*[doc-caption-font]\*[doc-header-string]\|.\|.\|.\f[]'
|
||||
. \}
|
||||
. as doc-header-string "\|.\|.\|.
|
||||
. \}
|
||||
. tl \*[doc-caption-font]\*[doc-header-string]\f[P]\*[doc-caption-font2]\*[doc-volume]\f[P]\*[doc-caption-font]\*[doc-header-string]\f[P]
|
||||
. tl \*[doc-caption-font]\*[doc-header-string]\f[]\*[doc-caption-font2]\*[doc-volume]\f[]\*[doc-caption-font]\*[doc-header-string]\f[]
|
||||
' sp \n[doc-header-space]u
|
||||
. ev
|
||||
..
|
||||
@ -571,12 +571,12 @@
|
||||
' sp \n[doc-footer-space]u
|
||||
. ie \n[D] \{\
|
||||
. ie o \
|
||||
. tl %\*[doc-caption-font2]\*[doc-date-string]\f[P]\*[doc-caption-font]\*[doc-operating-system]\f[P]
|
||||
. tl %\*[doc-caption-font2]\*[doc-date-string]\f[]\*[doc-caption-font]\*[doc-operating-system]\f[]
|
||||
. el \
|
||||
. tl \*[doc-caption-font]\*[doc-operating-system]\f[P]\*[doc-caption-font2]\*[doc-date-string]\f[P]%
|
||||
. tl \*[doc-caption-font]\*[doc-operating-system]\f[]\*[doc-caption-font2]\*[doc-date-string]\f[]%
|
||||
. \}
|
||||
. el \
|
||||
. tl \*[doc-caption-font]\*[doc-operating-system]\f[P]\*[doc-caption-font2]\*[doc-date-string]\f[P]%
|
||||
. tl \*[doc-caption-font]\*[doc-operating-system]\f[]\*[doc-caption-font2]\*[doc-date-string]\f[]%
|
||||
' bp
|
||||
. ev
|
||||
. \}
|
||||
@ -604,7 +604,7 @@
|
||||
.
|
||||
. if \n[cR] \{\
|
||||
' sp
|
||||
. tl \*[doc-caption-font]\*[doc-operating-system]\f[P]\*[doc-caption-font2]\*[doc-date-string]\f[P]\*[doc-caption-font]\*[doc-operating-system]\f[P]
|
||||
. tl \*[doc-caption-font]\*[doc-operating-system]\f[]\*[doc-caption-font2]\*[doc-date-string]\f[]\*[doc-caption-font]\*[doc-operating-system]\f[]
|
||||
. \" suppress empty lines after the footer
|
||||
. pl \n[nl]u
|
||||
. \}
|
||||
|
@ -101,12 +101,12 @@
|
||||
.ds doc-Va-font \f[I]\s[\n[.ps]u]
|
||||
.ds doc-Xr-font \f[C]\s[\n[.ps]u]
|
||||
.
|
||||
.ds doc-left-parenthesis \f[R]\|(\|\f[P]\s[\n[.ps]u]
|
||||
.ds doc-right-parenthesis \f[R]\|)\|\f[P]\s[\n[.ps]u]
|
||||
.ds lp \f[R](\f[P]\s[\n[.ps]u]
|
||||
.ds rp \f[R])\f[P]\s[\n[.ps]u]
|
||||
.ds doc-left-bracket \f[R]\^[\^\f[P]\s[\n[.ps]u]
|
||||
.ds doc-right-bracket \f[R]\^]\f[P]\s[\n[.ps]u]
|
||||
.ds doc-left-parenthesis \f[R]\|(\|\f[]\s[\n[.ps]u]
|
||||
.ds doc-right-parenthesis \f[R]\|)\|\f[]\s[\n[.ps]u]
|
||||
.ds lp \f[R](\f[]\s[\n[.ps]u]
|
||||
.ds rp \f[R])\f[]\s[\n[.ps]u]
|
||||
.ds doc-left-bracket \f[R]\^[\^\f[]\s[\n[.ps]u]
|
||||
.ds doc-right-bracket \f[R]\^]\f[]\s[\n[.ps]u]
|
||||
.
|
||||
.tr *\[**]
|
||||
.
|
||||
@ -150,8 +150,16 @@
|
||||
. nr doc-header-space .5i
|
||||
. nr doc-footer-space .5i
|
||||
.
|
||||
. ll 6.5i
|
||||
. lt 6.5i
|
||||
. ie r LL \
|
||||
. ll \n[LL]u
|
||||
. el \
|
||||
. ll 6.5i
|
||||
.
|
||||
. ie r LT \
|
||||
. lt \n[LT]u
|
||||
. el \
|
||||
. lt 6.5i
|
||||
.
|
||||
. po 1i
|
||||
.
|
||||
. nr doc-display-vertical .5v
|
||||
@ -178,8 +186,9 @@
|
||||
.ds Gt >
|
||||
.ds Pm \[+-]
|
||||
.ds If \[if]
|
||||
.ds Na \f[I]NaN\f[P]
|
||||
.ds Ba \f[R]|\f[P]
|
||||
.ds Na \f[I]NaN\f[]
|
||||
.ds Ba \f[R]|\f[]
|
||||
.ds Am &
|
||||
.
|
||||
.nr gX 0
|
||||
.
|
||||
|
@ -79,12 +79,12 @@
|
||||
.ds doc-Va-font \f[I]
|
||||
.ds doc-Xr-font \f[R]
|
||||
.
|
||||
.ds doc-left-parenthesis \f[R](\f[P]
|
||||
.ds doc-right-parenthesis \f[R])\f[P]
|
||||
.ds lp \f[R](\f[P]
|
||||
.ds rp \f[R])\f[P]
|
||||
.ds doc-left-bracket \f[R][\f[P]
|
||||
.ds doc-right-bracket \f[R]]\f[P]
|
||||
.ds doc-left-parenthesis \f[R](\f[]
|
||||
.ds doc-right-parenthesis \f[R])\f[]
|
||||
.ds lp \f[R](\f[]
|
||||
.ds rp \f[R])\f[]
|
||||
.ds doc-left-bracket \f[R][\f[]
|
||||
.ds doc-right-bracket \f[R]]\f[]
|
||||
.
|
||||
.\" miscellaneous
|
||||
.nr doc-subheader-indent .5i
|
||||
@ -129,8 +129,16 @@
|
||||
. nr doc-header-space .5i
|
||||
. nr doc-footer-space .5i
|
||||
.
|
||||
. ll 78n
|
||||
. lt 78n
|
||||
. ie r LL \
|
||||
. ll \n[LL]u
|
||||
. el \
|
||||
. ll 78n
|
||||
.
|
||||
. ie r LT \
|
||||
. lt \n[LT]u
|
||||
. el \
|
||||
. lt 78n
|
||||
.
|
||||
. po 0i
|
||||
.
|
||||
. nr doc-display-vertical 1v
|
||||
@ -156,8 +164,9 @@
|
||||
.ds Lt <
|
||||
.ds Gt >
|
||||
.ds Pm \[+-]
|
||||
.ds Na \f[I]NaN\f[P]
|
||||
.ds Ba \f[R]|\f[P]
|
||||
.ds Na \f[I]NaN\f[]
|
||||
.ds Ba \f[R]|\f[]
|
||||
.ds Am &
|
||||
.
|
||||
.\" Unicode TTYs have all glyph forms; for other TTY character sets we need
|
||||
.\" character representations which are different from GNU troff's standard
|
||||
|
Loading…
x
Reference in New Issue
Block a user