Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man2/exec.2.man.txt
          +++ new/usr/src/man/man2/exec.2.man.txt
↓ open down ↓ 478 lines elided ↑ open up ↑
 479  479         |  ATTRIBUTE TYPE    |  ATTRIBUTE VALUE  |
 480  480         +--------------------+-------------------+
 481  481         |Interface Stability | Committed         |
 482  482         +--------------------+-------------------+
 483  483         |MT-Level            | See below.        |
 484  484         +--------------------+-------------------+
 485  485         |Standard            | See standards(5). |
 486  486         +--------------------+-------------------+
 487  487  
 488  488  
 489      -       The execle() and execve() fucntions are Async-Signal-Safe.
      489 +       The execle() and execve() functions are Async-Signal-Safe.
 490  490  
 491  491  SEE ALSO
 492  492         ksh(1), ps(1), sh(1), alarm(2), brk(2), chmod(2), exit(2), fcntl(2),
 493  493         fork(2), getpflags(2), getrlimit(2), memcntl(2), mmap(2), nice(2),
 494  494         priocntl(2), profil(2), semop(2), shmop(2), sigpending(2),
 495  495         sigprocmask(2), times(2), umask(2), lockf(3C), ptrace(3C),
 496  496         setlocale(3C), signal(3C), system(3C), timer_create(3C), a.out(4),
 497  497         contract(4), process(4), attributes(5), environ(5), privileges(5),
 498  498         standards(5)
 499  499  
 500  500  WARNINGS
 501  501         If a program is setuid to a user ID other than the superuser, and the
 502  502         program is executed when the real user ID is super-user, then the
 503  503         program has some of the powers of a super-user as well.
 504  504  
 505  505  
 506  506  
 507  507                                 October 27, 2015                        EXEC(2)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX