artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89a5d01
)
openpty() returns int.
author
downsj
<downsj@openbsd.org>
Sat, 7 Sep 1996 10:41:41 +0000
(10:41 +0000)
committer
downsj
<downsj@openbsd.org>
Sat, 7 Sep 1996 10:41:41 +0000
(10:41 +0000)
lib/libutil/openpty.3
patch
|
blob
|
history
diff --git
a/lib/libutil/openpty.3
b/lib/libutil/openpty.3
index
0e55326
..
7733e03
100644
(file)
--- a/
lib/libutil/openpty.3
+++ b/
lib/libutil/openpty.3
@@
-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"