diff options
author | Miles Bader <miles@gnu.org> | 1996-09-23 19:46:59 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-23 19:46:59 +0000 |
commit | fdef1a17e03a0bbdc4718d1c26c07356e94fb850 (patch) | |
tree | 667a613083b18cc25b2d971b6e277e784e2212fd | |
parent | 8c1570c253cec16eff795eaff14957fd282f3dd9 (diff) |
(netfs_append_std_options):
Doc fix.
-rw-r--r-- | libnetfs/append-std-options.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libnetfs/append-std-options.c b/libnetfs/append-std-options.c index cb0a36da..1590d930 100644 --- a/libnetfs/append-std-options.c +++ b/libnetfs/append-std-options.c @@ -22,9 +22,8 @@ #include "netfs.h" -/* *Appends* to ARGZ & ARGZ_LEN '\0'-separated options describing the standard - netfs option state (note that unlike netfs_get_options, ARGZ & ARGZ_LEN - must already have a sane value). */ +/* Appends to ARGZ & ARGZ_LEN '\0'-separated options describing the standard + netfs option state. */ error_t netfs_append_std_options (char **argz, unsigned *argz_len) { |