Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"\*(T<" and "\*(T>" are not ignored #64

Open
scfc opened this issue Jan 12, 2018 · 0 comments
Open

"\*(T<" and "\*(T>" are not ignored #64

scfc opened this issue Jan 12, 2018 · 0 comments

Comments

@scfc
Copy link

scfc commented Jan 12, 2018

At https://www.carta.tech/man-pages/man1/docbook2x-texi.1.html, the output for the "OPTIONS" section is:

The available options are essentially the union of the options for db2x_xsltproc(1) and db2x_texixml(1).

Some commonly-used options are listed below:

\*(T<--encoding=\*(T>encoding

    Sets the character encoding of the output.

\*(T<--string-param \*(T>parameter\*(T<=\*(T>value

    Sets a stylesheet parameter (options that affect how the output looks). See “Stylesheet parameters” below for the parameters that can be set.

\*(T<--sgml\*(T>

    Accept an SGML source document as input instead of XML.

The source code of the man page under Fedora reads:

.PP
Some commonly-used options are listed below:
.TP 
\*(T<\fB\-\-encoding=\fR\*(T>\fIencoding\fR
Sets the character encoding of the output.

--encoding is displayed bold under Fedora/Linux. This seems to come from \fB and \fR, and \*(T< and \*(T> are simply undefined macros that are effectively ignored, i. e. do not affect the output on their own.

@scfc scfc changed the title "\*(T<" and "\*(T>" are ignored "\*(T<" and "\*(T>" are not ignored Jan 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant