Changeset 10374e5e896cb46f1cc0d00449b4e1f85029b74c

Show
Ignore:
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
  • policycoreutils/run_init/open_init_pty.8

    r13cd4c8 r10374e5  
    2525.TH OPEN_INIT_PTY "8" "January 2005" "Security Enhanced Linux" NSA 
    2626.SH NAME 
    27 open_init_pty \- run an program under a psuedo terminal 
     27open_init_pty \- run an program under a pseudo terminal 
    2828.SH SYNOPSIS 
    2929.B open_init_pty 
     
    3232.SH DESCRIPTION 
    3333.PP 
    34 Run a program under a psuedo terminal. This is used by  
     34Run a program under a pseudo terminal. This is used by 
    3535.B run_init 
    3636to 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 
     37context. This program acquires a new Pseudo terminal, forks a child 
     38process that binds to the pseudo terminal, and then sits around and 
    3939connects the physical terminal it was invoked upon with the pseudo 
    4040terminal, passing keyboard input into to the child process, and passing the