diff options
author | mpp <mpp@FreeBSD.org> | 1997-03-24 01:15:16 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-03-24 01:15:16 +0000 |
commit | 1e529d948f814e0fcfdd6226934eab6f660f2352 (patch) | |
tree | c73a8475d35d02f5e39e50069ae6f6c18d1a8712 /usr.bin/brandelf | |
parent | b9424fdfa79aff5caa024e0d1fa65617af9c1c94 (diff) | |
download | FreeBSD-src-1e529d948f814e0fcfdd6226934eab6f660f2352.zip FreeBSD-src-1e529d948f814e0fcfdd6226934eab6f660f2352.tar.gz |
Use the .Tn macro for a couple of generic FreeBSD references.
This has the desired side-effect of preventing a bad hyphenation
of the word FreeBSD in one place.
Diffstat (limited to 'usr.bin/brandelf')
-rw-r--r-- | usr.bin/brandelf/brandelf.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index 1a506db..3ebfe27 100644 --- a/usr.bin/brandelf/brandelf.1 +++ b/usr.bin/brandelf/brandelf.1 @@ -38,7 +38,8 @@ .Op Fl t Ar string .Ar file ... .Sh DESCRIPTION -This command marks an ELF binary to be run under a certain ABI for FreeBSD. +This command marks an ELF binary to be run under a certain ABI for +.Tn FreeBSD . .Pp The options are as follows: .Bl -tag -width Fl @@ -48,7 +49,7 @@ turns on verbose reporting Brands the given ELF binaries with .Ar string as the ABI type. Currently supported ABI's are -.Dq FreeBSD +.Dq Tn FreeBSD and .Dq Linux . .It Ar file |