Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2015 11:07:49 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r282962 - stable/10/lib/libc/sys
Message-ID:  <201505151107.t4FB7nS6072846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Fri May 15 11:07:49 2015
New Revision: 282962
URL: https://svnweb.freebsd.org/changeset/base/282962

Log:
  MFC r280983:
  
  Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INIT
  are ignored.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/lib/libc/sys/open.2
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/open.2
==============================================================================
--- stable/10/lib/libc/sys/open.2	Fri May 15 11:06:10 2015	(r282961)
+++ stable/10/lib/libc/sys/open.2	Fri May 15 11:07:49 2015	(r282962)
@@ -28,7 +28,7 @@
 .\"     @(#)open.2	8.2 (Berkeley) 11/16/93
 .\" $FreeBSD$
 .\"
-.Dd February 7, 2013
+.Dd April 2, 2015
 .Dt OPEN 2
 .Os
 .Sh NAME
@@ -115,8 +115,8 @@ O_DIRECT	eliminate or reduce cache effec
 O_FSYNC		synchronous writes
 O_SYNC		synchronous writes
 O_NOFOLLOW	do not follow symlinks
-O_NOCTTY	don't assign controlling terminal
-O_TTY_INIT	restore default terminal attributes
+O_NOCTTY	ignored
+O_TTY_INIT	ignored
 O_DIRECTORY	error if file is not a directory
 O_CLOEXEC	set FD_CLOEXEC upon open
 .Ed



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