diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-02-21 13:47:42 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-02-21 13:47:42 +0000 |
commit | 7831e2da8f163bba093ac81be12a5af9812e9774 (patch) | |
tree | 95b4dd02ce1a53c9f83e2961fb15d030b2a7d4f3 /lib/libutil | |
parent | a35f09e980ef39bbe536c2b268bad52f2790bd21 (diff) |
typo
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/openpty.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/openpty.3 b/lib/libutil/openpty.3 index 986912b6e05..1856654f969 100644 --- a/lib/libutil/openpty.3 +++ b/lib/libutil/openpty.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openpty.3,v 1.12 2004/02/10 01:31:20 millert Exp $ +.\" $OpenBSD: openpty.3,v 1.13 2004/02/21 13:47:41 espie Exp $ .\" Copyright (c) 1995 .\" The Regents of the University of California. All rights reserved. .\" @@ -84,7 +84,7 @@ first it attempts to allocate the pseudo-tty through the .Pa /dev/ptm device (see .Xr pty 4 -for details) and if that fails it searches for a free psuedo-tty by iterating +for details) and if that fails it searches for a free pseudo-tty by iterating through all existing pseudo-tty devices in .Pa /dev . When a free pseudo-tty is found, its ownership is changed to |