diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-01 17:35:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-01 17:35:10 +0000 |
commit | c5cbec643fb6a50e791eafdc5a04ed929af464e8 (patch) | |
tree | c8866af870c99d0e16711550b1da583ea36e0ba3 /lib | |
parent | 428358f6d3650f3da6dc73402e0dbed2edbe1f42 (diff) |
ttyslot takes void; bde@freebsd
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/ttyname.3 | 4 |
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 |