From 57f7e8ae7de8360946a8960e9d7227fbe5b134b2 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 20 Apr 2017 19:30:42 +0000 Subject: [PATCH] add previous to NAME; --- lib/libutil/openpty.3 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/libutil/openpty.3 b/lib/libutil/openpty.3 index 3d89cbc55d3..e0c82e00c53 100644 --- a/lib/libutil/openpty.3 +++ b/lib/libutil/openpty.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openpty.3,v 1.18 2017/04/20 17:48:30 nicm Exp $ +.\" $OpenBSD: openpty.3,v 1.19 2017/04/20 19:30:42 jmc Exp $ .\" Copyright (c) 1995 .\" The Regents of the University of California. All rights reserved. .\" @@ -34,9 +34,12 @@ .Dt OPENPTY 3 .Os .Sh NAME +.Nm getptmfd , .Nm openpty , +.Nm fdopenpty , .Nm login_tty , -.Nm forkpty +.Nm forkpty , +.Nm fdforkpty .Nd tty utility functions .Sh SYNOPSIS .In termios.h -- 2.20.1