Changeset 10374e5e896cb46f1cc0d00449b4e1f85029b74c
- Timestamp:
- 08/03/11 18:02:36
(2 years ago)
- Author:
- Eric Paris <eparis@redhat.com>
- Committer:
- Eric Paris <eparis@redhat.com> 1312408956 -0400
- Parent:
[0b8af757b67ee795deef9523f1fd72ca28721e22]
- Message:
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>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r13cd4c8 |
r10374e5 |
|
| 25 | 25 | .TH OPEN_INIT_PTY "8" "January 2005" "Security Enhanced Linux" NSA |
|---|
| 26 | 26 | .SH NAME |
|---|
| 27 | | open_init_pty \- run an program under a psuedo terminal |
|---|
| | 27 | open_init_pty \- run an program under a pseudo terminal |
|---|
| 28 | 28 | .SH SYNOPSIS |
|---|
| 29 | 29 | .B open_init_pty |
|---|
| … | … | |
| 32 | 32 | .SH DESCRIPTION |
|---|
| 33 | 33 | .PP |
|---|
| 34 | | Run a program under a psuedo terminal. This is used by |
|---|
| | 34 | Run a program under a pseudo terminal. This is used by |
|---|
| 35 | 35 | .B run_init |
|---|
| 36 | 36 | to run actually run the program after setting up the proper |
|---|
| 37 | | context. This program acquires a new Psuedo terminal, forks a child |
|---|
| 38 | | process that binds to the psueado terminal, and then sits around and |
|---|
| | 37 | context. This program acquires a new Pseudo terminal, forks a child |
|---|
| | 38 | process that binds to the pseudo terminal, and then sits around and |
|---|
| 39 | 39 | connects the physical terminal it was invoked upon with the pseudo |
|---|
| 40 | 40 | terminal, passing keyboard input into to the child process, and passing the |
|---|