From 961eda7ad938726227adb77bad5e1f2a1effef99 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Fri, 12 Nov 2004 01:20:17 +0000 Subject: [PATCH] SF #1063757: fix markup error (had LaTeX markup in the reST source, oops!). --- Doc/lib/liboptparse.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/liboptparse.tex b/Doc/lib/liboptparse.tex index 0ecafc2cda..5e03ab5e65 100644 --- a/Doc/lib/liboptparse.tex +++ b/Doc/lib/liboptparse.tex @@ -704,7 +704,7 @@ directly.) \subsubsection{Defining options\label{optparse-defining-options}} Each Option instance represents a set of synonymous command-line option -strings, e.g. programopt{\{}f{\}} and longprogramopt{\{}--file{\}}. You can +strings, e.g. \programopt{-f} and \longprogramopt{file}. You can specify any number of short or long option strings, but you must specify at least one overall option string. -- 2.50.1