diff options
author | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
commit | 7d99729431353c50207fda8b9ab30e1c354c6061 (patch) | |
tree | 8d8c39d3231f9a7b91446e46dfc9b54f9eb84725 /usr.bin/brandelf | |
parent | 56cb617a9d071d8ad21ab908ea9224e718dae618 (diff) | |
download | FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.zip FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.tar.gz |
Use Fx macro wherever possible.
Diffstat (limited to 'usr.bin/brandelf')
-rw-r--r-- | usr.bin/brandelf/brandelf.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index c8d058e..75407e3 100644 --- a/usr.bin/brandelf/brandelf.1 +++ b/usr.bin/brandelf/brandelf.1 @@ -41,7 +41,7 @@ .Ar .Sh DESCRIPTION This command marks an ELF binary to be run under a certain ABI for -.Tn FreeBSD . +.Fx . .Pp The options are as follows: .Bl -tag -width Fl @@ -60,7 +60,7 @@ Brands the given ELF binaries to be of the .Ar string ABI type. Currently supported ABIs are -.Dq Tn FreeBSD , +.Dq Fx , .Dq Tn Linux , and .Dq Tn SVR4 . |