Add void for ttyslot prototype.

This commit is contained in:
joerg 2012-05-31 23:11:35 +00:00
parent 84d44fb884
commit 42e529577c

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ttyname.3,v 1.22 2011/04/25 22:38:34 wiz Exp $
.\" $NetBSD: ttyname.3,v 1.23 2012/05/31 23:11:35 joerg Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)ttyname.3 8.1 (Berkeley) 6/4/93
.\"
.Dd June 25, 2008
.Dd June 1, 2012
.Dt TTYNAME 3
.Os
.Sh NAME
@ -50,7 +50,7 @@
.Fn isatty "int fd"
.In stdlib.h
.Ft int
.Fn ttyslot
.Fn ttyslot "void"
.Sh DESCRIPTION
These functions operate on the system file descriptors for terminal
type devices.