summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-05-11 23:08:31 +0000
committeruqs <uqs@FreeBSD.org>2010-05-11 23:08:31 +0000
commit9d8e496fad43596f84fd8a415435692264a8426c (patch)
tree893ace012a431d5670909422ca02be8430029262 /lib/libelf
parent9abbd8574ac9fd86ef38b1262d0f387c2b253137 (diff)
downloadFreeBSD-src-9d8e496fad43596f84fd8a415435692264a8426c.zip
FreeBSD-src-9d8e496fad43596f84fd8a415435692264a8426c.tar.gz
mdoc: fix parenthesis
Reviewed by: brueffer
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/elf.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libelf/elf.3 b/lib/libelf/elf.3
index c649efe..4852cd5 100644
--- a/lib/libelf/elf.3
+++ b/lib/libelf/elf.3
@@ -111,11 +111,13 @@ constraints.
Accordingly, the
.Xr ELF 3
library offers translation facilities
-.Xr ( elf32_xlatetof 3 ,
+.Po
+.Xr elf32_xlatetof 3 ,
.Xr elf32_xlatetom 3 ,
.Xr elf64_xlatetof 3
and
-.Xr elf64_xlatetom 3 )
+.Xr elf64_xlatetom 3
+.Pc
to and from these
representations and also provides higher-level APIs that retrieve and store
data from the ELF object in a transparent manner.
OpenPOWER on IntegriCloud