diff options
author | 2014-01-21 03:15:44 +0000 | |
---|---|---|
committer | 2014-01-21 03:15:44 +0000 | |
commit | 369bef3a142061d28bd38b74f30fd054965b81c6 (patch) | |
tree | 8fe7ba65015980e03507c9128cf9b21f5074ceff /share/man/man5/elf.5 | |
parent | Update the names of the DIOCXBEGIN ruleset types. (diff) | |
download | wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip |
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'share/man/man5/elf.5')
-rw-r--r-- | share/man/man5/elf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index fd9d96e41ea..5d1312b7ad3 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.24 2013/09/08 19:24:53 jca Exp $ +.\" $OpenBSD: elf.5,v 1.25 2014/01/21 03:15:46 schwarze Exp $ .\"Copyright (c) 1999 Jeroen Ruigrok van der Werven .\"All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: src/share/man/man5/elf.5,v 1.21 2001/10/01 16:09:23 ru Exp $ .\" -.Dd $Mdocdate: September 8 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt ELF 5 .Os .Sh NAME @@ -35,7 +35,7 @@ .Fd #include <elf_abi.h> .Sh DESCRIPTION The header file -.Aq Pa elf_abi.h +.In elf_abi.h defines the format of ELF executable binary files. Amongst these files are normal executable files, relocatable object files, core files and shared @@ -52,7 +52,7 @@ the file. .Pp Applications which wish to process ELF binary files for their native architecture only should include -.Aq Pa elf_abi.h +.In elf_abi.h in their source code. These applications should need to refer to all the types and structures by their generic names |