aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getspnam.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-22 22:10:40 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-22 22:10:40 +0000
commitbd9b2a9c4610979199ff8e77a46d5112859a4a3b (patch)
treefdca5770b55d2b9b2fc4434e0090e4edfb287e79 /man3/getspnam.3
parente7c0f078db0a32a03a3fd1f187d7095b74163dc6 (diff)
downloadman-pages-bd9b2a9c4610979199ff8e77a46d5112859a4a3b.tar.gz
ffix
Diffstat (limited to 'man3/getspnam.3')
-rw-r--r--man3/getspnam.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/getspnam.3 b/man3/getspnam.3
index 4587753007..a5266b54d9 100644
--- a/man3/getspnam.3
+++ b/man3/getspnam.3
@@ -132,7 +132,7 @@ The
.BR putspent ()
function writes the contents of the supplied struct
.I spwd
-.RI * p
+.I *p
as a text line in the shadow password file format to the stream
.IR fp .
String entries with value NULL and numerical entries with value \-1
@@ -173,7 +173,7 @@ of size
.IR buflen .
A pointer to the result (in case of success) or NULL (in case no entry
was found or an error occurred) is stored in
-.RI * spbufp .
+.IR *spbufp .
.LP
The functions
.BR getspent_r (),