Module Name: src Committed By: christos Date: Fri Feb 7 20:20:56 UTC 2014
Modified Files: src/lib/libc/gen: getttyent.3 Log Message: don't lie about function signatures. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/getttyent.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/getttyent.3 diff -u src/lib/libc/gen/getttyent.3:1.20 src/lib/libc/gen/getttyent.3:1.21 --- src/lib/libc/gen/getttyent.3:1.20 Sun Apr 22 06:14:18 2012 +++ src/lib/libc/gen/getttyent.3 Fri Feb 7 15:20:56 2014 @@ -1,4 +1,4 @@ -.\" $NetBSD: getttyent.3,v 1.20 2012/04/22 10:14:18 wiz Exp $ +.\" $NetBSD: getttyent.3,v 1.21 2014/02/07 20:20:56 christos Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)getttyent.3 8.1 (Berkeley) 6/4/93 .\" -.Dd April 5, 2012 +.Dd February 7, 2014 .Dt GETTTYENT 3 .Os .Sh NAME @@ -44,9 +44,9 @@ .Sh SYNOPSIS .In ttyent.h .Ft struct ttyent * -.Fn getttyent +.Fn getttyent void .Ft struct ttyent * -.Fn getttynam "char *name" +.Fn getttynam "const char *name" .Ft int .Fn setttyent void .Ft int