summaryrefslogtreecommitdiffstats
path: root/sys-utils/setarch.8
Commit message (Collapse)AuthorAgeFilesLines
* Fix man page typosJakub Wilk2018-08-161-1/+1
| | | | Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
* setarch: make <arch> optionalKarel Zak2018-08-071-6/+21
| | | | | | | | | | | | | | Let's allow to change personality flags without execution domain modification. Old way: setarch `arch` --addr-no-randomize myprog New way: setarch --addr-no-randomize myprog Addresses: https://github.com/karelzak/util-linux/issues/668 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: improve setarch(8) manual pageSami Kerola2017-12-101-11/+46
| | | | | | | Add more information when and why one might want to use various options. Reviewed-by: Dmitry V. Levin <ldv@altlinux.org> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-191-1/+1
| | | | | | | The links to ftp://ftp.kernel.org/ are replaced by https://www.kernel.org/. Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: mention that setarch may not be able to set all listed architecturesBenno Schulenberg2015-01-121-4/+5
| | | | | | | [[kzak@redhat.com: - use minus in option name\ Signed-off-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: restore the alternative form of setarch in its man pageBenno Schulenberg2015-01-061-10/+11
| | | | | | | | Commit c372860ddb4a768f7f6c50cd26d60119370d5cd accidentally removed the alternative form of setarch in which the command name specifies the architecture to be set. Also improve some formatting. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: bring eight more man pages closer to standard formattingBenno Schulenberg2014-07-211-23/+22Star
| | | | | | | | | | Also, for chcpu, the options -c, -d, -e and -g are mutually exclusive, and for the mode argument the option -p is not optional. For ldattach, use the standard options separator ", " instead of the unusual " | ". And add the missing --version to several of the pages. Besides, improve the wording and the consistency of the spacing. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-151-2/+3
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* setarch: add option to list settable architecturesSami Kerola2013-04-051-0/+3
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* setarch: normalize man page formattingKarel Zak2013-04-051-14/+17
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: fix all man page groff warningsSami Kerola2012-06-021-4/+4
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: add --version to setarch.8Sami Kerola2011-09-171-6/+15
| | | | | | Includes few style fixes from Documentation/howto-man-page.txt Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* setarch: add --uname-2.6 option for personality flag UNAME26Ben Hutchings2011-08-291-0/+3
| | | | | | | [kzak@redhat.com: - minor change in usage()] Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-221-1/+1
| | | | | | | | | | Use dates without the day, use the full month name, put "util-linux" in the lower left corner, and "User Commands" or "System Administration" at the top center. Also improve here and there the one-line program description. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* setarch.8: formattingPeter Breitenlohner2009-08-171-4/+10
| | | | Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
* setarch: add long options to setarch and update manpageKarel Zak2007-09-051-10/+12
| | | | | | Co-Author: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* setarch: add --3gb option fot compatibility with Debian linux{32,64} commandKarel Zak2007-08-271-1/+1
| | | | | | | | | | | | Debian had a pre-existing linux{32,64} command which supported only --3gb and --4gb. Adding support for those options allows setarch to replace that package. (Note that long options are expected for all setarch flags in the next release.) Signed-off-by: LaMont Jones <lamont@mmjgroup.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* man pages: add "AVAILABILITY" sectionKarel Zak2007-07-031-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: added setarch commandKarel Zak2007-07-021-0/+65
This patch merges setarch command to util-linux-ng code. Signed-off-by: Karel Zak <kzak@redhat.com>