diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-22 11:29:04 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-08-17 12:11:06 +0200 |
commit | 181ebbb360915e825d91bb231643ee1d5f8fe3df (patch) | |
tree | df9b6a92075a64e55cd3781399da88195bb1e5e6 /sys-utils | |
parent | 1955cf604769ee06b47ce1d7b77b66fdb794139d (diff) | |
download | util-linux-old-181ebbb360915e825d91bb231643ee1d5f8fe3df.tar.gz |
setarch.8: formatting
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Diffstat (limited to 'sys-utils')
-rw-r--r-- | sys-utils/setarch.8 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sys-utils/setarch.8 b/sys-utils/setarch.8 index 0229be88..6c2d1bd1 100644 --- a/sys-utils/setarch.8 +++ b/sys-utils/setarch.8 @@ -2,10 +2,16 @@ .SH NAME setarch \- change reported architecture in new program environment and set personality flags .SH SYNOPSIS -\fBsetarch\fR <\fIarch\fR> [\fBoptions\fR] [\fIprogram\fR [\fBarguments\fR]] - -\fIarch\fR [\fBoptions\fR] [\fIprogram\fR [\fBarguments\fR]] - +.B setarch +.I arch +.RI [ options ] +.RI [ program +.RI [ arguments ]] +.br +.I arch +.RI [ options ] +.RI [ program +.RI [ arguments ]] .SH DESCRIPTION .B setarch This utility currently only affects the output of uname -m. For example, on an AMD64 system, running 'setarch i386 program' will cause 'program' to see |