]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/dl_iterate_phdr.3
Replace "-" by "\-" where a real dash is required.
[thirdparty/man-pages.git] / man3 / dl_iterate_phdr.3
index 01ed784c448d739771151597648e7b95a11e8715..36977c73a67b1ba69a2a2d2abf76f8f79866c469 100644 (file)
@@ -141,7 +141,7 @@ Note that we can calculate the location of a particular program header,
 in virtual memory using the formula:
 
 .nf
-  addr == info->dlpi_addr + info->dlpi_phdr[x].p_vaddr;
+  addr == info\->dlpi_addr + info\->dlpi_phdr[x].p_vaddr;
 .fi
 .SH RETURN VALUE
 The