diff options
author | ru <ru@FreeBSD.org> | 2007-03-09 14:36:18 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2007-03-09 14:36:18 +0000 |
commit | 723794ddf2cd49766da9cf0ddcb83b8fedb4a67a (patch) | |
tree | 1d21dd471f5f6e74c5f279a19c8611a98c0e18f8 /usr.bin/brandelf | |
parent | e13673a69c5250ef175e124cf4ee2816cb55d771 (diff) | |
download | FreeBSD-src-723794ddf2cd49766da9cf0ddcb83b8fedb4a67a.zip FreeBSD-src-723794ddf2cd49766da9cf0ddcb83b8fedb4a67a.tar.gz |
Fix markup.
Diffstat (limited to 'usr.bin/brandelf')
-rw-r--r-- | usr.bin/brandelf/brandelf.1 | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index 2fc1451..9c7439e 100644 --- a/usr.bin/brandelf/brandelf.1 +++ b/usr.bin/brandelf/brandelf.1 @@ -40,30 +40,32 @@ .Op Fl t Ar string .Ar .Sh DESCRIPTION -This command marks an ELF binary to be run under a certain ABI for +The +.Nm +utility marks an ELF binary to be run under a certain ABI for .Fx . .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width indent .It Fl f Ar ELF_ABI_number -forces branding with the supplied ELF ABI number. +Forces branding with the supplied ELF ABI number. Incompatible with the .Fl t option. These values are assigned by SCO/USL. .It Fl l -lists all known ELF types on the standard error channel. +Writes the list of all known ELF types to the standard error. .It Fl v -turns on verbose reporting. +Turns on verbose output. .It Fl t Ar string Brands the given ELF binaries to be of the .Ar string ABI type. Currently supported ABIs are -.Dq Fx , -.Dq Tn Linux , +.Dq Li FreeBSD , +.Dq Li Linux , and -.Dq Tn SVR4 . +.Dq Li SVR4 . .It Ar file If .Fl t Ar string @@ -85,9 +87,10 @@ The following is an example of a typical usage of the .Nm command: -.Pp -.Dl % brandelf file -.Dl % brandelf -t Linux file +.Bd -literal -offset indent +brandelf file +brandelf -t Linux file +.Ed .Sh SEE ALSO .Rs .%A The Santa Cruz Operation, Inc. |