Clarify a run-on sentence by splitting it into two. snprintf() and
authorChris Pressey <cpressey@dragonflybsd.org>
Tue, 4 Jan 2005 00:00:52 +0000 (00:00 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Tue, 4 Jan 2005 00:00:52 +0000 (00:00 +0000)
commiteb77ee89e279faec4e32ac40b7e11425a9e65ef3
tree9e99d21fe09f9ac2ac05f63289bade1eebd0f67f
parent1f3017806257aff60e45b57987c124a991ee6d4a
Clarify a run-on sentence by splitting it into two.  snprintf() and
vsnprintf() can return negative values, at least in theory, so don't
make it sound like they can't.
lib/libc/stdio/printf.3