]> granicus.if.org Git - python/commitdiff
Fix markup where C include files get named in <...> form; bug reported by
authorFred Drake <fdrake@acm.org>
Fri, 14 Aug 1998 17:05:17 +0000 (17:05 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 14 Aug 1998 17:05:17 +0000 (17:05 +0000)
Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.

Doc/lib/libgrp.tex
Doc/lib/libpwd.tex
Doc/lib/libsignal.tex
Doc/lib/libstdwin.tex

index b15128d306a8857264f898e017e9b6bcd91ae07f..4d1ab8046b405d85c331bced789f8dcb04f14103 100644 (file)
@@ -9,7 +9,7 @@ This module provides access to the \UNIX{} group database.
 It is available on all \UNIX{} versions.
 
 Group database entries are reported as 4-tuples containing the
-following items from the group database (see \file{<grp.h>}), in order:
+following items from the group database (see \code{<grp.h>}), in order:
 \code{gr_name},
 \code{gr_passwd},
 \code{gr_gid},
index 7841c1e09a6b71317719a5a9c6431abec83cff00..738772328b2b68ee65bb4344131aae8c97ba62fd 100644 (file)
@@ -9,7 +9,7 @@ This module provides access to the \UNIX{} password database.
 It is available on all \UNIX{} versions.
 
 Password database entries are reported as 7-tuples containing the
-following items from the password database (see \file{<pwd.h>}), in order:
+following items from the password database (see \code{<pwd.h>}), in order:
 \code{pw_name},
 \code{pw_passwd},
 \code{pw_uid},
index ee68acea27648b50ee1bc09fa926ea15e0bb2b4a..78f38eda2ff66e7961c29eb51b5f0d0d86c1b485 100644 (file)
@@ -82,7 +82,7 @@ The variables defined in the \module{signal} module are:
   All the signal numbers are defined symbolically.  For example, the
   hangup signal is defined as \constant{signal.SIGHUP}; the variable names
   are identical to the names used in C programs, as found in
-  \file{<signal.h>}.
+  \code{<signal.h>}.
   The \UNIX{} man page for `\cfunction{signal()}' lists the existing
   signals (on some systems this is \manpage{signal}{2}, on others the
   list is in \manpage{signal}{7}).
index 9edfba536e4b1991405094ba44e44e7deabe047f..46ff39ff750263faf5f6e1933343a50e4363fcbb 100644 (file)
@@ -425,8 +425,7 @@ Suitable names include
 \code{'watch'}
 and
 \code{'plus'}.
-On X11, there are many more (see
-\file{<X11/cursorfont.h>}).
+On X11, there are many more (see \code{<X11/cursorfont.h>}).
 \end{sloppypar}
 \end{funcdesc}