summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-09-01 17:35:09 +0000
committerderaadt <deraadt@openbsd.org>1997-09-01 17:35:09 +0000
commitb14f82ea37ccaaa5517c868ba8e0fba98a4ef7fd (patch)
treeb98d4e44e6ff1cff049adedfda3f03c89550af41
parentThanks go to Jason Downs <downsj@openbsd.org> who virtually handed me this (diff)
downloadwireguard-openbsd-b14f82ea37ccaaa5517c868ba8e0fba98a4ef7fd.tar.xz
wireguard-openbsd-b14f82ea37ccaaa5517c868ba8e0fba98a4ef7fd.zip
ttyslot takes void; bde@freebsd
-rw-r--r--lib/libc/gen/ttyname.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/ttyname.3 b/lib/libc/gen/ttyname.3
index 889fbfea5d7..97b126bc44f 100644
--- a/lib/libc/gen/ttyname.3
+++ b/lib/libc/gen/ttyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ttyname.3,v 1.2 1996/08/19 08:26:59 tholo Exp $
+.\" $OpenBSD: ttyname.3,v 1.3 1997/09/01 17:35:09 deraadt Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@
.Ft int
.Fn isatty "int fd"
.Ft int
-.Fn ttyslot
+.Fn ttyslot "void"
.Sh DESCRIPTION
These functions operate on the system file descriptors for terminal
type devices. These descriptors are not related to the standard