Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2006 04:13:02 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/mktemp mktemp.1
Message-ID:  <200601240413.k0O4D2P6060011@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2006-01-24 04:13:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.bin/mktemp       mktemp.1 
  Log:
  MFC revision 1.20
  date: 2005/12/30 20:10:21;  author: csjp;  state: Exp;  lines: +1 -1
  mkstemp(3) and friends use a combination of base 10 digits, along
  with upper and lower case letters from the English alphabet. Change
  the number of possible file names mktemp will return from 26**6
  to (10+26+26)**6 instead. This keeps things consistent with mkstemp(3)
  
  Revision  Changes    Path
  1.19.2.1  +1 -1      src/usr.bin/mktemp/mktemp.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601240413.k0O4D2P6060011>