aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-05-06 07:47:45 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-05-06 07:47:45 +0000
commit8a5a735634d6518ceb9e846307c56a9dee9ec1be (patch)
treebacd034d1857415a98998eea1bf41de021f69b61
parentf078588f87d7c8fbb6173a9f284fb4748c800df2 (diff)
downloadman-pages-8a5a735634d6518ceb9e846307c56a9dee9ec1be.tar.gz
SYNOPSIS: Fix declaration of valuep.
-rw-r--r--man3/getsubopt.38
1 files changed, 2 insertions, 6 deletions
diff --git a/man3/getsubopt.3 b/man3/getsubopt.3
index 61fd3b5154..54ed8ae468 100644
--- a/man3/getsubopt.3
+++ b/man3/getsubopt.3
@@ -28,12 +28,8 @@ getsubopt \- parse suboption arguments from a string
.br
.B #include <stdlib.h>
-.B int getsubopt(char
-.BI ** optionp ,
-.B char *const
-.BI * tokens ,
-.B char
-.IB valuep );
+.BI "int getsubopt(char **"optionp ", char * const *" tokens \
+", char **" valuep );
.SH DESCRIPTION
.BR getsubopt ()
parses the list of comma-separated suboptions provided in