diff options
author | alex <alex@FreeBSD.org> | 1997-01-01 03:29:33 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1997-01-01 03:29:33 +0000 |
commit | 04b4af7e37cab8fec317f8aff214d82667bba95e (patch) | |
tree | c9e989ac1f151474a51fc05fd248cbc1648fc61c /lib/libutil | |
parent | 345204bf87396eef1b4071e81c50702022bb7322 (diff) | |
download | FreeBSD-src-04b4af7e37cab8fec317f8aff214d82667bba95e.zip FreeBSD-src-04b4af7e37cab8fec317f8aff214d82667bba95e.tar.gz |
Grammatical changes.
Reviewed by: joerg
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/pty.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libutil/pty.3 b/lib/libutil/pty.3 index dbd634b..9328451 100644 --- a/lib/libutil/pty.3 +++ b/lib/libutil/pty.3 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: pty.3,v 1.1 1996/12/29 18:30:42 joerg Exp $ +.\" $Id: pty.3,v 1.2 1996/12/30 21:08:44 mpp Exp $ .\" " .Dd December 29, 1996 .Os @@ -52,7 +52,7 @@ The function .Fn openpty attempts to obtain the next available pseudo-terminal from the system (see .Xr pty 4 ) . -If it successfully found one, it subsequently tries to change the +If it successfully finds one, it subsequently tries to change the ownership of the slave device to the real UID of the current process, the group membership to the group .Dq tty @@ -67,7 +67,7 @@ is not .Dv NULL , .Fn openpty copies the pathname of the slave pty to this area. The caller is -responsible to allocate the required space in this array. +responsible for allocating the required space in this array. .Pp If the arguments .Ar termp @@ -77,7 +77,7 @@ are not .Dv NULL , .Fn openpty initializes the termios and window size settings from the structures -these argument point to, respectively. +these arguments point to, respectively. .Pp Upon return, the open file descriptors for the master and slave side of the pty are returned in the locations pointed to by |