summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/a.out.54
-rw-r--r--share/man/man5/dir.52
-rw-r--r--share/man/man5/elf.512
-rw-r--r--share/man/man5/procfs.56
4 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man5/a.out.5 b/share/man/man5/a.out.5
index ad87477..ac186d5 100644
--- a/share/man/man5/a.out.5
+++ b/share/man/man5/a.out.5
@@ -188,7 +188,7 @@ Contains the size in bytes of the data relocation table.
.El
.Pp
The
-.Pa a.out.h
+.In a.out.h
include file defines several macros which use an
.Fa exec
structure to test consistency or to locate section offsets in the binary file.
@@ -444,7 +444,7 @@ is always 4 on 32-bit machines.
.Xr stab 5
.Sh HISTORY
The
-.Pa a.out.h
+.In a.out.h
include file appeared in
.At v7 .
.Sh BUGS
diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5
index 02b37e2..6c5a387 100644
--- a/share/man/man5/dir.5
+++ b/share/man/man5/dir.5
@@ -80,7 +80,7 @@ and
.Xr mount 8 . )
.Pp
The directory entry format is defined in the file
-.Aq sys/dirent.h
+.In sys/dirent.h
(which should not be included directly by applications):
.Bd -literal
#ifndef _SYS_DIRENT_H_
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5
index 2be201f..e4c1137 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -51,7 +51,7 @@ the file.
.Pp
Applications which wish to process ELF binary files for their native
architecture only should include
-.Pa elf.h
+.In elf.h
in their source code.
These applications should need to refer to
all the types and structures by their generic names
@@ -63,11 +63,11 @@ regardless whether the host is 32-bit or 64-bit.
.Pp
Should an application need to process ELF files of an unknown
architecture then the application needs to include both
-.Pa sys/elf32.h
+.In sys/elf32.h
and
-.Pa sys/elf64.h
+.In sys/elf64.h
instead of
-.Pa elf.h .
+.In elf.h .
Furthermore, all types and structures need to be identified by either
.Dq Elf32_xxx
or
@@ -78,9 +78,9 @@ or
.Dq ELF64_xxx .
.Pp
Whatever the system's architecture is, it will always include
-.Pa sys/elf_common.h
+.In sys/elf_common.h
as well as
-.Pa sys/elf_generic.h .
+.In sys/elf_generic.h .
.Pp
These header files describe the above mentioned headers as C structures
and also include structures for dynamic sections, relocation sections and
diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5
index cdb3971..169421e 100644
--- a/share/man/man5/procfs.5
+++ b/share/man/man5/procfs.5
@@ -78,7 +78,7 @@ in which case that signal is delivered to the process
The debug registers as defined by
.Dv "struct dbregs"
in
-.Pa <machine/reg.h> .
+.In machine/reg.h .
.Pa dbregs
is currently only implemented on the i386 architecture.
.It Pa etype
@@ -95,7 +95,7 @@ If the file cannot be found, the link target is
The floating point registers as defined by
.Dv "struct fpregs"
in
-.Pa <machine/reg.h> .
+.In machine/reg.h .
.Pa fpregs
is only implemented on machines which have distinct general
purpose and floating point register sets.
@@ -115,7 +115,7 @@ Allows read and write access to the process' register set.
This file contains a binary data structure
.Dv "struct regs"
defined in
-.Pa <machine/reg.h> .
+.In machine/reg.h .
.Pa regs
can only be written when the process is stopped.
.It Pa rlimit
OpenPOWER on IntegriCloud