diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-05-06 07:47:45 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-05-06 07:47:45 +0000 |
| commit | 8a5a735634d6518ceb9e846307c56a9dee9ec1be (patch) | |
| tree | bacd034d1857415a98998eea1bf41de021f69b61 | |
| parent | f078588f87d7c8fbb6173a9f284fb4748c800df2 (diff) | |
| download | man-pages-8a5a735634d6518ceb9e846307c56a9dee9ec1be.tar.gz | |
SYNOPSIS: Fix declaration of valuep.
| -rw-r--r-- | man3/getsubopt.3 | 8 |
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 |
