summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libascii.tex2
-rw-r--r--Doc/lib/libbinascii.tex2
-rw-r--r--Doc/lib/libcalendar.tex2
-rw-r--r--Doc/lib/libcrypt.tex2
-rw-r--r--Doc/lib/libpipes.tex2
-rw-r--r--Doc/lib/libposix.tex2
-rw-r--r--Doc/lib/libshlex.tex2
-rw-r--r--Doc/lib/libsyslog.tex2
-rw-r--r--Doc/lib/libtermios.tex2
9 files changed, 9 insertions, 9 deletions
diff --git a/Doc/lib/libascii.tex b/Doc/lib/libascii.tex
index ae4fe6f..003bd95 100644
--- a/Doc/lib/libascii.tex
+++ b/Doc/lib/libascii.tex
@@ -3,7 +3,7 @@
\declaremodule{standard}{curses.ascii}
\modulesynopsis{Constants and set-membership functions for
- \ASCII{} characters.}
+ \ASCII\ characters.}
\moduleauthor{Eric S. Raymond}{esr@thyrsus.com}
\sectionauthor{Eric S. Raymond}{esr@thyrsus.com}
diff --git a/Doc/lib/libbinascii.tex b/Doc/lib/libbinascii.tex
index 55a743a..a569a47 100644
--- a/Doc/lib/libbinascii.tex
+++ b/Doc/lib/libbinascii.tex
@@ -3,7 +3,7 @@
\declaremodule{builtin}{binascii}
\modulesynopsis{Tools for converting between binary and various
- \ASCII{}-encoded binary representations.}
+ \ASCII-encoded binary representations.}
The \module{binascii} module contains a number of methods to convert
diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex
index f5dd8c4..c6ca67f 100644
--- a/Doc/lib/libcalendar.tex
+++ b/Doc/lib/libcalendar.tex
@@ -3,7 +3,7 @@
\declaremodule{standard}{calendar}
\modulesynopsis{General functions for working with the calendar,
- including some emulation of the \UNIX{} \program{cal}
+ including some emulation of the \UNIX\ \program{cal}
program.}
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
diff --git a/Doc/lib/libcrypt.tex b/Doc/lib/libcrypt.tex
index e3936b7..20d9bb2 100644
--- a/Doc/lib/libcrypt.tex
+++ b/Doc/lib/libcrypt.tex
@@ -4,7 +4,7 @@
\declaremodule{builtin}{crypt}
\platform{Unix}
\modulesynopsis{The \cfunction{crypt()} function used to check
- \UNIX{} passwords.}
+ \UNIX\ passwords.}
\moduleauthor{Steven D. Majewski}{sdm7g@virginia.edu}
\sectionauthor{Steven D. Majewski}{sdm7g@virginia.edu}
\sectionauthor{Peter Funk}{pf@artcom-gmbh.de}
diff --git a/Doc/lib/libpipes.tex b/Doc/lib/libpipes.tex
index 2b1763b..4e6ea53 100644
--- a/Doc/lib/libpipes.tex
+++ b/Doc/lib/libpipes.tex
@@ -4,7 +4,7 @@
\declaremodule{standard}{pipes}
\platform{Unix}
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
-\modulesynopsis{A Python interface to \UNIX{} shell pipelines.}
+\modulesynopsis{A Python interface to \UNIX\ shell pipelines.}
The \module{pipes} module defines a class to abstract the concept of
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex
index dada973..0bb8173 100644
--- a/Doc/lib/libposix.tex
+++ b/Doc/lib/libposix.tex
@@ -3,7 +3,7 @@
\declaremodule{builtin}{posix}
\platform{Unix}
-\modulesynopsis{The most common \POSIX{} system calls (normally used
+\modulesynopsis{The most common \POSIX\ system calls (normally used
via module \refmodule{os}).}
diff --git a/Doc/lib/libshlex.tex b/Doc/lib/libshlex.tex
index 4ed928c..eecded7 100644
--- a/Doc/lib/libshlex.tex
+++ b/Doc/lib/libshlex.tex
@@ -2,7 +2,7 @@
Simple lexical analysis}
\declaremodule{standard}{shlex}
-\modulesynopsis{Simple lexical analysis for \UNIX{} shell-like languages.}
+\modulesynopsis{Simple lexical analysis for \UNIX\ shell-like languages.}
\moduleauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
\sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex
index 6f58287..fc59776 100644
--- a/Doc/lib/libsyslog.tex
+++ b/Doc/lib/libsyslog.tex
@@ -3,7 +3,7 @@
\declaremodule{builtin}{syslog}
\platform{Unix}
-\modulesynopsis{An interface to the \UNIX{} syslog library routines.}
+\modulesynopsis{An interface to the \UNIX\ syslog library routines.}
This module provides an interface to the \UNIX{} \code{syslog} library
diff --git a/Doc/lib/libtermios.tex b/Doc/lib/libtermios.tex
index 95ee1fd..db8799d 100644
--- a/Doc/lib/libtermios.tex
+++ b/Doc/lib/libtermios.tex
@@ -3,7 +3,7 @@
\declaremodule{builtin}{termios}
\platform{Unix}
-\modulesynopsis{\POSIX{} style tty control.}
+\modulesynopsis{\POSIX\ style tty control.}
\indexii{\POSIX{}}{I/O control}
\indexii{tty}{I/O control}