Fix return type in SYNOPSIS; as per Debian bug 400971.

This commit is contained in:
Michael Kerrisk 2006-11-30 05:30:15 +00:00
parent 441082ad91
commit 92e6a91963
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ posix_openpt \- open a pseudo-terminal device
.B #include <stdlib.h>
.B #include <fcntl.h>
.sp
.BI "char *posix_openpt(int " flags ");"
.BI "int posix_openpt(int " flags ");"
.fi
.SH DESCRIPTION
The