policycoreutils: open_init_tty man page typos
Apparently we can't spelll. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
0b8af757b6
commit
10374e5e89
1 changed files with 4 additions and 4 deletions
|
@ -24,18 +24,18 @@
|
|||
.\"
|
||||
.TH OPEN_INIT_PTY "8" "January 2005" "Security Enhanced Linux" NSA
|
||||
.SH NAME
|
||||
open_init_pty \- run an program under a psuedo terminal
|
||||
open_init_pty \- run an program under a pseudo terminal
|
||||
.SH SYNOPSIS
|
||||
.B open_init_pty
|
||||
\fISCRIPT\fR [[\fIARGS\fR]...]
|
||||
.br
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Run a program under a psuedo terminal. This is used by
|
||||
Run a program under a pseudo terminal. This is used by
|
||||
.B run_init
|
||||
to run actually run the program after setting up the proper
|
||||
context. This program acquires a new Psuedo terminal, forks a child
|
||||
process that binds to the psueado terminal, and then sits around and
|
||||
context. This program acquires a new Pseudo terminal, forks a child
|
||||
process that binds to the pseudo terminal, and then sits around and
|
||||
connects the physical terminal it was invoked upon with the pseudo
|
||||
terminal, passing keyboard input into to the child process, and passing the
|
||||
output of the child process to the physical terminal.
|
||||
|
|
Loading…
Reference in a new issue