From f49ebdb7ae82a4e87df33095e8d71bf448cf3cf4 Mon Sep 17 00:00:00 2001
From: dd
Date: Tue, 3 Jul 2001 21:20:06 +0000
Subject: [PATCH] mdoc(7) police: fix spacing issues.
---
share/man/man5/elf.5 | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5
index 36438bf86547..5134594991e0 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -496,12 +496,11 @@ and
.Sy p_memsz .
The bytes from the file are mapped to the beginning of the memory
segment.
-If the segment's memory size (
-.Sy p_memsz
-) is larger than the file
-size (
-.Sy p_filesz
-), the
+If the segment's memory size
+.Pq Sy p_memsz
+is larger than the file size
+.Pq Sy p_filesz ,
+the
.Dq extra
bytes are defined to hold the value 0 and to follow the segment's
initialized area.