diff options
author | DJ Delorie <dj@redhat.com> | 2007-07-23 18:01:25 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2007-07-23 18:01:25 +0000 |
commit | acf3a813966e07c6ab7f59746162bf13cb46e3c8 (patch) | |
tree | 21f2a50742c9c9d7b70488fa263a9fd1123ab33e /libiberty/argv.c | |
parent | dc89df6af02e57a0087729705ceebfdd36e86654 (diff) | |
download | gdb-acf3a813966e07c6ab7f59746162bf13cb46e3c8.zip gdb-acf3a813966e07c6ab7f59746162bf13cb46e3c8.tar.gz gdb-acf3a813966e07c6ab7f59746162bf13cb46e3c8.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/argv.c')
-rw-r--r-- | libiberty/argv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/argv.c b/libiberty/argv.c index faeb72d..38bd449 100644 --- a/libiberty/argv.c +++ b/libiberty/argv.c @@ -290,7 +290,7 @@ char **buildargv (const char *input) /* -@deftypefn Extension int writeargv (const char **@var{argv}, FILE *@{file}) +@deftypefn Extension int writeargv (const char **@var{argv}, FILE *@var{file}) Write each member of ARGV, handling all necessary quoting, to the file named by FILE, separated by whitespace. Return 0 on success, non-zero |