diff options
| author | christos <christos@NetBSD.org> | 2014-02-07 20:20:56 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2014-02-07 20:20:56 +0000 |
| commit | 3ab747807ff294cf2d105af14ef3ea06fcf348bf (patch) | |
| tree | d60f44d408ea9fad71d7ea1a77d43272e92c6999 /lib | |
| parent | 8368774cb4c1efe726de11545807fe0c658cdc37 (diff) | |
don't lie about function signatures.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/getttyent.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/getttyent.3 b/lib/libc/gen/getttyent.3 index 09bb1f516ee..bb7aacda1d8 100644 --- a/lib/libc/gen/getttyent.3 +++ b/lib/libc/gen/getttyent.3 @@ -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 |
