Slight info markup normalization
Consistently use \*(f, not \f, and \e, not \\.
This commit is contained in:
parent
2b237bfa89
commit
5705ab91b8
4 changed files with 7 additions and 7 deletions
|
@ -145,8 +145,8 @@ pager like \*(iFmore\*(pF(1) or \*(iFless\*(pF(1).
|
||||||
The Empire shell also recognizes a few control characters:
|
The Empire shell also recognizes a few control characters:
|
||||||
.s1
|
.s1
|
||||||
.in +\w'interrupt\0\0'u
|
.in +\w'interrupt\0\0'u
|
||||||
.L \fIname\fP
|
.L \*(fIname\*(fP
|
||||||
\fImeaning\fP
|
\*(fImeaning\*(fP
|
||||||
.L interrupt
|
.L interrupt
|
||||||
Abort command and return to Empire command level
|
Abort command and return to Empire command level
|
||||||
.L quit
|
.L quit
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.LV Basic
|
.LV Basic
|
||||||
.SY "announce"
|
.SY "announce"
|
||||||
The announce command is a variant of the telegram command.
|
The announce command is a variant of the telegram command.
|
||||||
It sends your message to \fIall\fR of the players in the game.
|
It sends your message to \*(fIall\*(fP of the players in the game.
|
||||||
This convenient service may cost money to provide, depending on
|
This convenient service may cost money to provide, depending on
|
||||||
your deity.
|
your deity.
|
||||||
.s1
|
.s1
|
||||||
|
|
|
@ -18,10 +18,10 @@ the total number of military resulting (in parentheses).
|
||||||
If <NUMBER> is a positive number that many draftees will be sought in
|
If <NUMBER> is a positive number that many draftees will be sought in
|
||||||
each sector regardless of any military already in the sector.
|
each sector regardless of any military already in the sector.
|
||||||
.s1
|
.s1
|
||||||
If <NUMBER> is a negative number of the form -\fBxxx\fP,
|
If <NUMBER> is a negative number of the form -\*(fBxxx\*(fP,
|
||||||
then an enlistment quota is established
|
then an enlistment quota is established
|
||||||
and the draft board will attempt to enlist enough in each sector
|
and the draft board will attempt to enlist enough in each sector
|
||||||
to bring the total number of military up to \fBxxx\fP in each sector.
|
to bring the total number of military up to \*(fBxxx\*(fP in each sector.
|
||||||
.s1
|
.s1
|
||||||
Although the program tries to draft the specified number of
|
Although the program tries to draft the specified number of
|
||||||
civilians in each sector only one-half of the civilians
|
civilians in each sector only one-half of the civilians
|
||||||
|
|
|
@ -9,7 +9,7 @@ tools. This info page gives an overview; see doc/xdump in the source
|
||||||
distribution for complete documentation.
|
distribution for complete documentation.
|
||||||
.s1
|
.s1
|
||||||
Game configuration and state consists of a a number of tables or
|
Game configuration and state consists of a a number of tables or
|
||||||
files. xdump shows only things that are \fIcertainly\fP visible to
|
files. xdump shows only things that are \*(fIcertainly\*(fP visible to
|
||||||
you: sectors you own, ship types known, etc.
|
you: sectors you own, ship types known, etc.
|
||||||
.s1
|
.s1
|
||||||
The output of xdump is a table consisting of a header line, the table
|
The output of xdump is a table consisting of a header line, the table
|
||||||
|
@ -36,7 +36,7 @@ Floating-point fields can be parsed by scanf %g (or equivalents %e,
|
||||||
.s1
|
.s1
|
||||||
String fields are in C syntax. Funny characters including space,
|
String fields are in C syntax. Funny characters including space,
|
||||||
newline and double-quote are shown as octal escape sequences. Example:
|
newline and double-quote are shown as octal escape sequences. Example:
|
||||||
"gold\\040mine". If a field starts with a double-quote, it's a string
|
"gold\e040mine". If a field starts with a double-quote, it's a string
|
||||||
field.
|
field.
|
||||||
.s1
|
.s1
|
||||||
.L "FUTURE DIRECTIONS:"
|
.L "FUTURE DIRECTIONS:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue