From 6891999e311e80129597825307a833ed1a18dc03 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 3 Nov 2004 15:32:55 +0000 Subject: [PATCH] Patches from Martin Schulze --- man2/personality.2 | 8 ++++---- man7/boot.7 | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/man2/personality.2 b/man2/personality.2 index 86f5c903c..3e6d9b401 100644 --- a/man2/personality.2 +++ b/man2/personality.2 @@ -25,12 +25,15 @@ .\" typo corrected, aeb, 950825 .\" added layout change from joey, 960722 .\" changed prototype, documented 0xffffffff, aeb, 030101 +.\" Modified 2004-11-03 patch from Martin Schulze .\" .TH PERSONALITY 2 2003-01-01 "Linux 2.0" "Linux Programmer's Manual" .SH NAME personality \- set the process execution domain .SH SYNOPSIS -.BI "long personality(unsigned long " persona ); +.B #include +.sp +.BI "int personality(unsigned long " persona ); .SH DESCRIPTION Linux supports different execution domains, or personalities, for each process. Among other things, execution domains tell Linux how to map @@ -56,9 +59,6 @@ is set appropriately. .TP .B EINVAL The kernel was unable to change the personality. -.PP -.SH FILES -.I /usr/include/linux/personality.h .SH "CONFORMING TO" .B personality is Linux-specific and should not be used in programs intended to be portable. diff --git a/man7/boot.7 b/man7/boot.7 index d1341ef7f..e136168be 100644 --- a/man7/boot.7 +++ b/man7/boot.7 @@ -6,6 +6,9 @@ .\" OS/Machine (DOS/PC, Linux/PC, Solaris/SPARC, CMS/S390) .\" - kernel and init(8) is applicable to almost any Unix/Linux .\" - boot scripts are applicable to SYSV-R4 based Unix/Linux +.\" +.\" Modified 2004-11-03 patch from Martin Schulze +.\" .TH BOOT 7 2002-06-07 "" "Linux Programmer's Manual" .SH "NAME" .LP @@ -135,7 +138,7 @@ a single startup script located in a specific directory in most versions of Linux). Each of these scripts accepts as a single argument the word 'start' \-\- causing it to start the service, or the word -'stop' \-\- causing it to stop the service. The script may optionally +\&'stop' \-\- causing it to stop the service. The script may optionally accept other "convenience" parameters (e.g: 'restart', to stop and then start, 'status' do display the service status). Running the script without parameters displays the possible arguments.