merge from gcc
[deliverable/binutils-gdb.git] / libiberty / tmpnam.c
index 99615df7fe5d7454db7a542a725dd7cdff247787..406878c49a3eadcac4772f55a4c7bb4bffcbef53 100644 (file)
@@ -5,7 +5,7 @@
 This function attempts to create a name for a temporary file, which
 will be a valid file name yet not exist when @code{tmpnam} checks for
 it.  @var{s} must point to a buffer of at least @code{L_tmpnam} bytes,
-or be NULL.  Use of this function creates a security risk, and it must
+or be @code{NULL}.  Use of this function creates a security risk, and it must
 not be used in new projects.  Use @code{mkstemp} instead.
 
 @end deftypefn
This page took 0.02975 seconds and 4 git commands to generate.