[BACK]Return to fmtcheck.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/fmtcheck.3 between version 1.7 and 1.8

version 1.7, 2009/03/09 19:24:26 version 1.8, 2014/06/14 08:18:24
Line 26 
Line 26 
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE  .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.  .\" POSSIBILITY OF SUCH DAMAGE.
 .\"  .\"
 .Dd October 17, 2000  .Dd June 14, 2014
 .Dt FMTCHECK 3  .Dt FMTCHECK 3
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 77  Also, any text other than the format spe
Line 77  Also, any text other than the format spe
 .Pp  .Pp
 Note that the formats may be quite different as long as they accept the  Note that the formats may be quite different as long as they accept the
 same parameters.  same parameters.
 For example, "%p %o %30s %#llx %-10.*e %n" is  For example, "%ld %o %30s %#llx %-10.*e %n" is
 compatible with "This number %lu %d%% and string %s has %qd numbers  compatible with "This number %lu %d%% and string %s has %qd numbers
 and %.*g floats (%n)."  and %.*g floats (%n)."
 However, "%o" is not equivalent to "%lx" because  However, "%o" is not equivalent to "%lx" because
 the first requires an integer and the second requires a long.  the first requires an integer and the second requires a long,
   and "%p" is not equivalent to "%lu" because
   the first requires a pointer and the second requires a long.
 .Sh RETURN VALUES  .Sh RETURN VALUES
 If  If
 .Fa fmt_suspect  .Fa fmt_suspect

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>