From 8df90dec2bfd8c876ddd4cea010f40550d4e24aa Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 4 Sep 2007 15:45:10 +0800 Subject: setarch: add long options to setarch and update manpage Co-Author: Li Zefan Signed-off-by: Li Zefan Signed-off-by: Karel Zak --- sys-utils/setarch.8 | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'sys-utils/setarch.8') diff --git a/sys-utils/setarch.8 b/sys-utils/setarch.8 index 16946cf70..0229be88c 100644 --- a/sys-utils/setarch.8 +++ b/sys-utils/setarch.8 @@ -17,7 +17,7 @@ as machine type. It also allows to set various personality options. The default is /bin/sh. .SH OPTIONS .TP -.I "\-v" +.I "\-v," "\-\-verbose" Be verbose. .TP .I "\-h," "\-\-help" @@ -26,36 +26,38 @@ Display help (it is also displayed when setarch takes no arguments). .I "\-3," "\-\-3gb" Specifies that processes should use a maximum of 3GB of address space on systems where it is supported (ADDR_LIMIT_3GB). .TP -.I "\-B" +.I "\-B," "\-\-32bit" Turns on ADDR_LIMIT_32BIT. .TP -.I "\-F" +.I "\-F," "\-\-fdpic-funcptrs" Userspace function pointers point to descriptors (turns on FDPIC_FUNCPTRS). .TP -.I "\-I" +.I "\-I," "\-\-short-inode" Turns on SHORT_INODE. .TP -.I "\-L" +.I "\-L," "\-\-addr-compat-layout" Changes the way virtual memory is allocated (turns on the ADDR_COMPAT_LAYOUT). .TP -.I "\-R" +.I "\-R," "\-\-addr-no-randomize" Disables randomization of the virtual address space (turns on ADDR_NO_RANDOMIZE). .TP -.I "\-S" +.I "\-S," "\-\-whole-seconds" Turns on WHOLE_SECONDS. .TP -.I "\-T" +.I "\-T," "\-\-sticky-timeouts" Turns on STICKY_TIMEOUTS. .TP -.I "\-X" +.I "\-X" "\-\-read-implies-exec" Turns on READ_IMPLIES_EXEC. .TP -.I "\-Z" +.I "\-Z," "mmap-page-zero" Turns on MMAP_PAGE_ZERO. .SH EXAMPLES setarch ppc32 rpmbuild --target=ppc --rebuild foo.src.rpm .br setarch ppc32 -v -vL3 rpmbuild --target=ppc --rebuild bar.src.rpm +.br +setarch ppc32 --32bit rpmbuild --target=ppc --rebuild foo.src.rpm .SH AUTHOR Elliot Lee .br -- cgit v1.2.3-55-g7522