Skip to content

Commit 7b0b667

Browse files
author
Vladimir Kotal
committed
fix formatting
1 parent 8a0b7bb commit 7b0b667

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

intro.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,10 +2196,9 @@
21962196
\sltitle{Processing long options}
21972197
\setlength{\baselineskip}{0.8\baselineskip}
21982198
\begin{itemize}
2199-
\item first appeared in GNU library \texttt{libiberty}:
2200-
\begin{verbatim}
2201-
--name or --name=value
2202-
\end{verbatim}
2199+
\item first appeared in GNU library \texttt{libiberty}:
2200+
2201+
\verb#--name# or \verb#--name=value#
22032202
\item the arguments are permuted so that e.g.
22042203
\verb#ls * -l# is the same as \verb#ls -l *#, standard behavior can be enabled
22052204
by setting the \verb#POSIXLY_CORRECT# environment variable.

0 commit comments

Comments
 (0)