summaryrefslogtreecommitdiff
path: root/man3/getrpcent.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-19 06:16:04 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-19 06:16:04 +0000
commitbd191423093e5434f6100cd86d21cebea9a0d6b4 (patch)
tree3b2c427492d714d8ac969e295fed3825b7b1a972 /man3/getrpcent.3
parent28f6564486b816a1d31c10fcd1899bf97c366725 (diff)
enclose code smaples/structure defns/etc in ".in +4n / .in"
Diffstat (limited to 'man3/getrpcent.3')
-rw-r--r--man3/getrpcent.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/getrpcent.3 b/man3/getrpcent.3
index eec0cd32..ab2a2f80 100644
--- a/man3/getrpcent.3
+++ b/man3/getrpcent.3
@@ -39,7 +39,7 @@ following structure
containing the broken-out
fields of a line in the rpc program number data base,
.IR /etc/rpc .
-.RS 4
+.in +4n
.LP
.nf
struct rpcent {
@@ -48,7 +48,7 @@ struct rpcent {
long r_number; /* rpc program number */
};
.fi
-.RE
+.in
.LP
The members of this structure are:
.TP 10