summaryrefslogtreecommitdiff
path: root/lib/libc/gen/ctermid.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-29 16:08:56 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-29 16:08:56 +0000
commita8d24b6330f4e9dea2af4dd4739ab2cefa8ce755 (patch)
treeba298f3eb43da551e2d92cd07fafea03ee072104 /lib/libc/gen/ctermid.3
parent71ac002b27dc0a8cf837935798598632b828b6a7 (diff)
repairs
Diffstat (limited to 'lib/libc/gen/ctermid.3')
-rw-r--r--lib/libc/gen/ctermid.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/ctermid.3 b/lib/libc/gen/ctermid.3
index 63f1cec3060..022a835c601 100644
--- a/lib/libc/gen/ctermid.3
+++ b/lib/libc/gen/ctermid.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ctermid.3,v 1.2 1996/08/19 08:22:01 tholo Exp $
+.\" $OpenBSD: ctermid.3,v 1.3 1999/05/29 16:08:54 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -63,8 +63,8 @@ file
.Aq Pa stdio.h )
bytes long.
.Pp
-The current implementation simply returns
-.Ql /dev/tty .
+The current implementation simply generates
+.Qq /dev/tty .
.Sh RETURN VALUES
Upon successful completion, a
.Pf non- Dv NULL
@@ -80,7 +80,7 @@ The current implementation detects no error conditions.
.Xr ttyname 3
.Sh STANDARDS
The
-.Xr ctermid
+.Fn ctermid
function conforms to
.St -p1003.1-88 .
.Sh BUGS