We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0b7bb commit 7b0b667Copy full SHA for 7b0b667
intro.tex
@@ -2196,10 +2196,9 @@
2196
\sltitle{Processing long options}
2197
\setlength{\baselineskip}{0.8\baselineskip}
2198
\begin{itemize}
2199
-\item first appeared in GNU library \texttt{libiberty}:
2200
-\begin{verbatim}
2201
- --name or --name=value
2202
-\end{verbatim}
+\item first appeared in GNU library \texttt{libiberty}:
+
+\verb#--name# or \verb#--name=value#
2203
\item the arguments are permuted so that e.g.
2204
\verb#ls * -l# is the same as \verb#ls -l *#, standard behavior can be enabled
2205
by setting the \verb#POSIXLY_CORRECT# environment variable.
0 commit comments