don't lie about function signatures.

This commit is contained in:
christos 2014-02-07 20:20:56 +00:00
parent 27a8f3e1e9
commit 10b0462e36
1 changed files with 4 additions and 4 deletions

View File

@ -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