Browse Source

openpty() returns int.

OPENBSD_2_0
downsj 28 years ago
parent
commit
aefaf0e378
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libutil/openpty.3

+ 2
- 1
src/lib/libutil/openpty.3 View File

@ -1,3 +1,4 @@
.\" $OpenBSD: openpty.3,v 1.2 1996/09/07 10:41:41 downsj Exp $
.\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved.
.\"
@ -43,7 +44,7 @@
.Nd tty utility functions
.Sh SYNOPSIS
.Fd #include <util.h>
.Ft void
.Ft int
.Fn openpty "int *amaster" "int *aslave" "char *name" "struct termios *termp" "struct winsize *winp"
.Ft int
.Fn login_tty "int fd"


Loading…
Cancel
Save