diff options
author | 2010-05-02 07:25:02 +0000 | |
---|---|---|
committer | 2010-05-02 07:25:02 +0000 | |
commit | 1b69268c1ff03363bd248cd6ede3e1960939b5b0 (patch) | |
tree | aa1964d82cc99d58fc94368086b928241aac06f0 /share/man/man5/elf.5 | |
parent | Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI. (diff) | |
download | wireguard-openbsd-1b69268c1ff03363bd248cd6ede3e1960939b5b0.tar.xz wireguard-openbsd-1b69268c1ff03363bd248cd6ede3e1960939b5b0.zip |
fix -width;
Diffstat (limited to 'share/man/man5/elf.5')
-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 |