summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-03-13 11:18:53 +0000
committertjr <tjr@FreeBSD.org>2003-03-13 11:18:53 +0000
commit3f458caf1ef4ad7e8138e59c92fe4016fb0fc3cd (patch)
treef7cea1b2bb715b3c3c490c648670b4eb18478523
parent943ba45ae5ca2f2d117bcb4d8a03441351d87c0f (diff)
downloadFreeBSD-src-3f458caf1ef4ad7e8138e59c92fe4016fb0fc3cd.zip
FreeBSD-src-3f458caf1ef4ad7e8138e59c92fe4016fb0fc3cd.tar.gz
Document return type of wordfree() (void). Reduce the space between
struct member names and the corresponding comments so the lines don't wrap on 80-column terminals.
-rw-r--r--lib/libc/gen/wordexp.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/gen/wordexp.3 b/lib/libc/gen/wordexp.3
index a1def05..7cddc08 100644
--- a/lib/libc/gen/wordexp.3
+++ b/lib/libc/gen/wordexp.3
@@ -41,6 +41,7 @@
.Fa "wordexp_t * restrict we"
.Fa "int flags"
.Fc
+.Ft void
.Fo wordfree
.Fa "wordexp_t *we"
.Fc
@@ -100,9 +101,9 @@ structure is defined in
as:
.Bd -literal -offset indent
typedef struct {
- size_t we_wordc; /* count of words matched */
- char **we_wordv; /* pointer to list of words */
- size_t we_offs; /* slots to reserve in we_wordv */
+ size_t we_wordc; /* count of words matched */
+ char **we_wordv; /* pointer to list of words */
+ size_t we_offs; /* slots to reserve in we_wordv */
} wordexp_t;
.Ed
.Pp
OpenPOWER on IntegriCloud