summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-09-23 19:46:59 +0000
committerMiles Bader <miles@gnu.org>1996-09-23 19:46:59 +0000
commitfdef1a17e03a0bbdc4718d1c26c07356e94fb850 (patch)
tree667a613083b18cc25b2d971b6e277e784e2212fd /libnetfs
parent8c1570c253cec16eff795eaff14957fd282f3dd9 (diff)
(netfs_append_std_options):
Doc fix.
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/append-std-options.c5
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)
{