diff options
author | 2004-02-21 13:47:41 +0000 | |
---|---|---|
committer | 2004-02-21 13:47:41 +0000 | |
commit | 9d6936893f97481dfa3128b04061289d0ab8f24e (patch) | |
tree | 483a97ac8780b4e9d8be08a69518d6ddb43b4424 /lib/libutil | |
parent | SCSI_DATA_OUT doesn't mean transfer from host in all cases, when (diff) | |
download | wireguard-openbsd-9d6936893f97481dfa3128b04061289d0ab8f24e.tar.xz wireguard-openbsd-9d6936893f97481dfa3128b04061289d0ab8f24e.zip |
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 |