Module Name: src Committed By: joerg Date: Thu May 31 23:11:35 UTC 2012
Modified Files: src/lib/libc/gen: ttyname.3 Log Message: Add void for ttyslot prototype. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/ttyname.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/gen/ttyname.3 diff -u src/lib/libc/gen/ttyname.3:1.22 src/lib/libc/gen/ttyname.3:1.23 --- src/lib/libc/gen/ttyname.3:1.22 Mon Apr 25 22:38:34 2011 +++ src/lib/libc/gen/ttyname.3 Thu May 31 23:11:35 2012 @@ -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.