summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.56
-rw-r--r--share/man/man5/elf.520
2 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index a1df33ee29f..f5113a4c5b4 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.83 2003/01/17 17:36:04 deraadt Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.84 2003/01/17 17:48:55 millert Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -79,9 +79,9 @@ is set to a list of files to ignore.
Invoking
.Ar checksum
with REFETCH=true
-will try to fetch a version without mismatched checksums off the
+will try to fetch a version with the correct checksum from the
.Ox
-main archive site.
+main archive site in the case of a checksum mismatch.
.It Ar clean
Clean ports contents.
By default, it will clean the work directory.
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5
index 4ff5dbcc076..f5efb5b969c 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: elf.5,v 1.2 2003/01/17 17:36:04 deraadt Exp $
+.\" $OpenBSD: elf.5,v 1.3 2003/01/17 17:48:55 millert Exp $
.\"Copyright (c) 1999 Jeroen Ruigrok van der Werven
.\"All rights reserved.
.\"
@@ -406,11 +406,11 @@ is an undefined symbol.
.It Dv SHN_LORESERVE
This value specifies the lower bound of the range of reserved indexes.
.It Dv SHN_LOPROC
-This value up to and including
+Values greater than or equal to
.Sy SHN_HIPROC
is reserved for processor-specific semantics.
.It Dv SHN_HIPROC
-This value down to and including
+Values less than or equal to
.Sy SHN_LOPROC
is reserved for processor-specific semantics.
.It Dv SHN_ABS
@@ -538,11 +538,11 @@ only occur if the program header table is part of the memory image of the
program.
If it is present it must precede any loadable segment entry.
.It Dv PT_LOPROC
-This value up to and including
+Values greater than or equal to
.Sy PT_HIPROC
is reserved for processor-specific semantics.
.It Dv PT_HIPROC
-This value down to and including
+Value less than or equal to
.Sy PT_LOPROC
is reserved for processor-specific semantics.
.El
@@ -632,19 +632,19 @@ section reference.
.It Dv SHN_LORESERVE
This value specifies the lower bound of the range of reserved indices.
.It Dv SHN_LOPROC
-This value up to and including
+Values greater than or equal to
.Sy SHN_HIPROC
is reserved for processor-specific semantics.
.It Dv SHN_HIPROC
-This value down to and including
+Values less than or equal to
.Sy SHN_LOPROC
is reserved for processor-specific semantics.
.It Dv SHN_ABS
-This value specifies absolute values for the corresponding reference.
+This value specifies the absolute value for the corresponding reference.
For
-example, symbols defined relative to section number
+example, a symbol defined relative to section number
.Sy SHN_ABS
-have absolute values and are not affected by relocation.
+has an absolute value and is not affected by relocation.
.It Dv SHN_COMMON
Symbols defined relative to this section are common symbols, such as FORTRAN
COMMON or unallocated C external variables.