diff options
| -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 |
