summaryrefslogtreecommitdiffstats
path: root/sys-utils/setarch.8
diff options
context:
space:
mode:
authorSami Kerola2011-09-05 20:56:30 +0200
committerSami Kerola2011-09-17 14:25:20 +0200
commite0771cf881e53195c7be199ee3a9a00d999ddd00 (patch)
treebbe3ad26ad8a7ef222decd14a8f0b7e3df9eb855 /sys-utils/setarch.8
parentdocs: mention long options in ctrlaltdel.8 (diff)
downloadkernel-qcow2-util-linux-e0771cf881e53195c7be199ee3a9a00d999ddd00.tar.gz
kernel-qcow2-util-linux-e0771cf881e53195c7be199ee3a9a00d999ddd00.tar.xz
kernel-qcow2-util-linux-e0771cf881e53195c7be199ee3a9a00d999ddd00.zip
docs: add --version to setarch.8
Includes few style fixes from Documentation/howto-man-page.txt Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/setarch.8')
-rw-r--r--sys-utils/setarch.821
1 files changed, 15 insertions, 6 deletions
diff --git a/sys-utils/setarch.8 b/sys-utils/setarch.8
index b6f5b776c..cddec6688 100644
--- a/sys-utils/setarch.8
+++ b/sys-utils/setarch.8
@@ -1,14 +1,14 @@
-.TH SETARCH 8 "June 2007" "util-linux" "System Administration"
+.TH SETARCH 8 "September 2011" "util-linux" "System Administration"
.SH NAME
setarch \- change reported architecture in new program environment and set personality flags
.SH SYNOPSIS
.B setarch
-.I arch
+.I <arch>
.RI [ options ]
.RI [ program
.RI [ arguments ]]
.br
-.I arch
+.B arch
.RI [ options ]
.RI [ program
.RI [ arguments ]]
@@ -29,6 +29,9 @@ Be verbose.
.I "\-h," "\-\-help"
Display help (it is also displayed when setarch takes no arguments).
.TP
+.I "\-V," "\-\-version"
+Output version information and exit.
+.TP
.I "\-\-uname\-2.6"
Causes the program to see a kernel version number beginning with 2.6.
.TP
@@ -68,9 +71,15 @@ 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 <sopwith@redhat.com>
+.UR sopwith\@redhat.com
+Elliot Lee
+.UE
.br
-Jindrich Novy <jnovy@redhat.com>
+.UR jnovy\@redhat.com
+Jindrich Novy
+.UE
.SH AVAILABILITY
The setarch command is part of the util-linux package and is available from
-ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
+.UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
+Linux Kernel Archive
+.UE .