summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/stdlib/posix_openpt.35
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/posix_openpt.3 b/src/lib/libc/stdlib/posix_openpt.3
index 20b1c417f9..376772bb07 100644
--- a/src/lib/libc/stdlib/posix_openpt.3
+++ b/src/lib/libc/stdlib/posix_openpt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: posix_openpt.3,v 1.2 2012/12/04 18:53:45 millert Exp $ 1.\" $OpenBSD: posix_openpt.3,v 1.3 2012/12/05 06:40:59 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2012 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 2012 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: December 4 2012 $ 17.Dd $Mdocdate: December 5 2012 $
18.Dt POSIX_OPENPT 3 18.Dt POSIX_OPENPT 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -45,7 +45,6 @@ argument is formed by bitwise-inclusive
45.Tn OR Ns 'ing 45.Tn OR Ns 'ing
46the following values defined in 46the following values defined in
47.In fcntl.h : 47.In fcntl.h :
48.Pp
49.Bl -tag -width O_NOCTTY -offset indent 48.Bl -tag -width O_NOCTTY -offset indent
50.It Dv O_RDWR 49.It Dv O_RDWR
51Open for reading and writing. 50Open for reading and writing.