diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-05-02 07:25:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-05-02 07:25:03 +0000 |
commit | e96383e55d35a7bcf574a642a7488f55f892388c (patch) | |
tree | e3829f702a2024521408f0ca20a96d1bc934ea7f /share/man/man5 | |
parent | 64bbd9e4628abe8823de2913a59d94d90d53e524 (diff) |
fix -width;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/elf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index 1cc30d44ed3..19d5f4329f7 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.16 2010/05/02 01:01:46 guenther Exp $ +.\" $OpenBSD: elf.5,v 1.17 2010/05/02 07:25:02 jmc Exp $ .\"Copyright (c) 1999 Jeroen Ruigrok van der Werven .\"All rights reserved. .\" @@ -157,7 +157,7 @@ the prefix and may contain values which start with the prefix .Sy ELF . The following macros are defined: -.Bl -tag -width "EI_VERSION" \" EI_ABIVERSION +.Bl -tag -width "EI_VERSION" .It Dv EI_MAG0 The first byte of the magic number. It must be filled with |