summaryrefslogtreecommitdiff
path: root/libiberty/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/snprintf.c')
-rw-r--r--libiberty/snprintf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libiberty/snprintf.c b/libiberty/snprintf.c
index 36c8e9b3430..1e3b03888e6 100644
--- a/libiberty/snprintf.c
+++ b/libiberty/snprintf.c
@@ -1,5 +1,5 @@
/* Implement the snprintf function.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2011 Free Software Foundation, Inc.
Written by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
This file is part of the libiberty library. This library is free
@@ -25,7 +25,8 @@ the executable file might be covered by the GNU General Public License. */
/*
-@deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, const char *@var{format}, ...)
+@deftypefn Supplemental int snprintf (char *@var{buf}, size_t @var{n}, @
+ const char *@var{format}, ...)
This function is similar to @code{sprintf}, but it will write to
@var{buf} at most @code{@var{n}-1} bytes of text, followed by a