mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
Use .MR instead of .BR for manual page references
This commit is contained in:
parent
00da3728f7
commit
bee8437579
15
doc/trader.6
15
doc/trader.6
@ -36,6 +36,13 @@
|
|||||||
.char \[hellip] ...\" Three full stops
|
.char \[hellip] ...\" Three full stops
|
||||||
.\}
|
.\}
|
||||||
.\"
|
.\"
|
||||||
|
.\" Define .MR page-topic page-section [trailing-text]
|
||||||
|
.if !d MR \{\
|
||||||
|
.de MR
|
||||||
|
.IR \\$1 (\\$2)\\$3
|
||||||
|
..
|
||||||
|
.\}
|
||||||
|
.\"
|
||||||
.\" Define .URL, .MTO and .FTP, then try to load the www.tmac version
|
.\" Define .URL, .MTO and .FTP, then try to load the www.tmac version
|
||||||
.de URL
|
.de URL
|
||||||
\\$2 \(la\\$1\(ra\\$3
|
\\$2 \(la\\$1\(ra\\$3
|
||||||
@ -127,7 +134,7 @@ game 4, if it was previously saved:
|
|||||||
.RE
|
.RE
|
||||||
If you are running under the X Window System, you might like to start the
|
If you are running under the X Window System, you might like to start the
|
||||||
game in a dedicated
|
game in a dedicated
|
||||||
.BR xterm (1)
|
.MR xterm 1
|
||||||
window (typed all on one line):
|
window (typed all on one line):
|
||||||
.RS
|
.RS
|
||||||
.sp
|
.sp
|
||||||
@ -176,7 +183,7 @@ Star Traders uses the Curses library for displaying text on the screen.
|
|||||||
As such, it will access these two environment variables if the underlying
|
As such, it will access these two environment variables if the underlying
|
||||||
Curses library does so (see, for example, the \fBENVIRONMENT\fP section
|
Curses library does so (see, for example, the \fBENVIRONMENT\fP section
|
||||||
in the
|
in the
|
||||||
.BR ncurses (3)
|
.MR ncurses 3
|
||||||
manual page for in-depth details). It requires a text console or window
|
manual page for in-depth details). It requires a text console or window
|
||||||
of at least 80\(mu24 in size.
|
of at least 80\(mu24 in size.
|
||||||
.TP
|
.TP
|
||||||
@ -187,9 +194,9 @@ appropriate settings. In particular, messages will be displayed using
|
|||||||
into that language). In addition, numeric quantities will be displayed
|
into that language). In addition, numeric quantities will be displayed
|
||||||
using \fBLC_NUMERIC\fP and monetary quantities will use
|
using \fBLC_NUMERIC\fP and monetary quantities will use
|
||||||
\fBLC_MONETARY\fP. See the
|
\fBLC_MONETARY\fP. See the
|
||||||
.BR locale (7)
|
.MR locale 7
|
||||||
or
|
or
|
||||||
.BR setlocale (3)
|
.MR setlocale 3
|
||||||
manual pages for more details on locale settings.
|
manual pages for more details on locale settings.
|
||||||
.TP
|
.TP
|
||||||
.B TEXTDOMAINDIR
|
.B TEXTDOMAINDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user