]> diplodocus.org Git - nmh/commitdiff
Replaced reference to mktemp(3) with mkstemp(3) in
authorDavid Levine <levinedl@acm.org>
Thu, 21 Mar 2013 14:13:13 +0000 (09:13 -0500)
committerDavid Levine <levinedl@acm.org>
Thu, 21 Mar 2013 14:13:13 +0000 (09:13 -0500)
rmmproc.messageid.

etc/rmmproc.messageid

index 7bb4a26ead8d63b5dc762a410b01a5c3f890722e..e23882c6b72784a6ad1f8d0219ccc5d52407cf69 100755 (executable)
@@ -25,7 +25,7 @@
  #      exists, use 2).
  #      NOTE: conversion of some characters in the filename could
  #      result in an unintended name collision.  If that is a concern,
  #      exists, use 2).
  #      NOTE: conversion of some characters in the filename could
  #      result in an unintended name collision.  If that is a concern,
- #      a program that uses mktemp(3) to create a temporary file might
+ #      a program that uses mkstemp(3) to create a temporary file might
  #      be the basis for a remedy.
  #   2) Concatenation of BACKUP_PREFIX and input filename.
  #      NOTE: if a file of that name already exists in the destination
  #      be the basis for a remedy.
  #   2) Concatenation of BACKUP_PREFIX and input filename.
  #      NOTE: if a file of that name already exists in the destination