From a5aefbad5a4e951a19cf5d0fb58b02ebb98b24aa Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 14 Aug 1998 17:05:17 +0000 Subject: Fix markup where C include files get named in <...> form; bug reported by Lorenzo M. Catucci . --- Doc/lib/libgrp.tex | 2 +- Doc/lib/libpwd.tex | 2 +- Doc/lib/libsignal.tex | 2 +- Doc/lib/libstdwin.tex | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Doc/lib/libgrp.tex b/Doc/lib/libgrp.tex index b15128d..4d1ab80 100644 --- a/Doc/lib/libgrp.tex +++ b/Doc/lib/libgrp.tex @@ -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{}), in order: +following items from the group database (see \code{}), in order: \code{gr_name}, \code{gr_passwd}, \code{gr_gid}, diff --git a/Doc/lib/libpwd.tex b/Doc/lib/libpwd.tex index 7841c1e..7387723 100644 --- a/Doc/lib/libpwd.tex +++ b/Doc/lib/libpwd.tex @@ -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{}), in order: +following items from the password database (see \code{}), in order: \code{pw_name}, \code{pw_passwd}, \code{pw_uid}, diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex index ee68ace..78f38ed 100644 --- a/Doc/lib/libsignal.tex +++ b/Doc/lib/libsignal.tex @@ -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{}. + \code{}. 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}). diff --git a/Doc/lib/libstdwin.tex b/Doc/lib/libstdwin.tex index 9edfba5..46ff39f 100644 --- a/Doc/lib/libstdwin.tex +++ b/Doc/lib/libstdwin.tex @@ -425,8 +425,7 @@ Suitable names include \code{'watch'} and \code{'plus'}. -On X11, there are many more (see -\file{}). +On X11, there are many more (see \code{}). \end{sloppypar} \end{funcdesc} -- cgit v0.12