summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/dlinfo.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-18 21:05:22 +0000
committerru <ru@FreeBSD.org>2003-05-18 21:05:22 +0000
commit5a893bc4659fe5e2d207be562d6802d6188de630 (patch)
tree0d774ae7c49f173b7a01fe4ad40fb9b307d0cf7c /lib/libc/gen/dlinfo.3
parentd4c57053891898c2b720d5fe2771cb49ee4e3b81 (diff)
downloadFreeBSD-src-5a893bc4659fe5e2d207be562d6802d6188de630.zip
FreeBSD-src-5a893bc4659fe5e2d207be562d6802d6188de630.tar.gz
Fixed troff(1) and mdoc(7) warnings.
Approved by: re (blanket)
Diffstat (limited to 'lib/libc/gen/dlinfo.3')
-rw-r--r--lib/libc/gen/dlinfo.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/dlinfo.3 b/lib/libc/gen/dlinfo.3
index 597717e..77b7a5c 100644
--- a/lib/libc/gen/dlinfo.3
+++ b/lib/libc/gen/dlinfo.3
@@ -195,7 +195,7 @@ For simplicity, error checking has been omitted.
dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map);
while (map != NULL) {
- printf("%p: %s\n", map->l_addr, map->l_name);
+ printf("%p: %s\\n", map->l_addr, map->l_name);
map = map->l_next;
}
.Ed
@@ -227,7 +227,7 @@ For simplicity, error checking has been omitted.
path = &info->dls_serpath[0];
for (cnt = 1; cnt <= info->dls_cnt; cnt++, path++) {
- (void) printf("%2d: %s\n", cnt, path->dls_name);
+ (void) printf("%2d: %s\\n", cnt, path->dls_name);
}
.Ed
.Sh RETURN VALUES
OpenPOWER on IntegriCloud