Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2005 08:12:44 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio fopen.3
Message-ID:  <200505040812.j448Ci8f023658@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2005-05-04 08:12:44 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdio       fopen.3 
  Log:
  The correct description for mode "w" is
    (((truncate to zero length) or (create)) (text file)) (for writing)
  and not
    ((truncate file to zero length) or (create text file)) (for writing)
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.19      +1 -1      src/lib/libc/stdio/fopen.3



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