Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2005 17:54:33 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys open.2
Message-ID:  <200512011754.jB1HsXX0067386@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-12-01 17:54:33 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         open.2 
  Log:
  Document O_NOCTTY and O_SYNC.  O_NOCTTY is a nop on freebsd, while on
  other systems it prevents a tty from becoming a controlling tty on the
  open.  O_SYNC is the POSIX name for O_FSYNC.
  
  The Markup Police may need to tweak my references to standards.
  
  Revision  Changes    Path
  1.30      +17 -0     src/lib/libc/sys/open.2



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