summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-15 05:33:11 +0000
committermpp <mpp@FreeBSD.org>1997-01-15 05:33:11 +0000
commit754b3824315ef8a747c71d481aa623198b4a86e5 (patch)
tree9c6bada3f56f06fb54104a96b40a0702d1eff65f
parent9f3968dbcba711d68a8eb50b32d5c0a9bc8be0ee (diff)
downloadFreeBSD-src-754b3824315ef8a747c71d481aa623198b4a86e5.zip
FreeBSD-src-754b3824315ef8a747c71d481aa623198b4a86e5.tar.gz
Fix a few typos.
Obtained from: OpenBSD
-rw-r--r--share/man/man5/disktab.52
-rw-r--r--share/man/man5/link.59
2 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5
index 6fd204a..ae4d05b 100644
--- a/share/man/man5/disktab.5
+++ b/share/man/man5/disktab.5
@@ -95,7 +95,7 @@ default
.It "\&bh num Block size for partition `h' (bytes)"
.It "\&fa num Fragment size for partition `a' (bytes)"
.It "\&fd num Fragment size for partition `d' (bytes)"
-.It "\&fe num Fragment size or partition `e' (bytes)"
+.It "\&fe num Fragment size for partition `e' (bytes)"
.It "\&ff num Fragment size for partition `f' (bytes)"
.It "\&fg num Fragment size for partition `g' (bytes)"
.It "\&fh num Fragment size for partition `h' (bytes)"
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5
index b61ea27..9c93c42 100644
--- a/share/man/man5/link.5
+++ b/share/man/man5/link.5
@@ -401,7 +401,7 @@ A dynamically linked binary contains a
structure which can be located by means of the
.Fa d_debug
field in
-.Fa _dynamic.
+.Fa _dynamic .
.Bd -literal -offset indent
struct so_debug {
int dd_version;
@@ -426,9 +426,10 @@ The address were a breakpoint will be set by the run-time linker to
divert control to the debugger. This address is determined by the start-up
module,
.Em crt0.o,
-to be some convenient place before the call to _main.<.It Fa dd_bpt_shadow
+to be some convenient place before the call to _main.
+.It Fa dd_bpt_shadow
Contains the original instruction that was at
-.Fa dd_bpt_addr.
+.Fa dd_bpt_addr .
The debugger is expected to put this instruction back before continuing the
program.
.It Fa dd_cc
@@ -567,7 +568,7 @@ Index of the string representing the full path name of the library.
The version numbers of the shared library.
.It Fa hi_ndewey
The number of valid entries in
-.Fa hi_dewey.
+.Fa hi_dewey .
.It Fa hi_next
Next bucket in case of hashing collisions.
.El
OpenPOWER on IntegriCloud