summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/loader.8
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1999-05-03 08:32:45 +0000
committerjkoshy <jkoshy@FreeBSD.org>1999-05-03 08:32:45 +0000
commit3e587269bb5ac05042224b71265ce97f6411e0a5 (patch)
tree6056056aedac431af0731d04dcfba8ca04c26333 /sys/boot/common/loader.8
parent962797d27d6349b9acffd4194fb64a09699a8fe5 (diff)
downloadFreeBSD-src-3e587269bb5ac05042224b71265ce97f6411e0a5.zip
FreeBSD-src-3e587269bb5ac05042224b71265ce97f6411e0a5.tar.gz
Correct typos.
PR: docs/11445 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
Diffstat (limited to 'sys/boot/common/loader.8')
-rw-r--r--sys/boot/common/loader.811
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 93e027e..d9e2fd8 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: loader.8,v 1.2 1999/04/20 21:15:12 des Exp $
+.\" $Id: loader.8,v 1.3 1999/04/25 21:41:09 dcs Exp $
.\"
.\" Note: The date here should be updated whenever a non-trivial
.\" change is made to the manual page.
@@ -38,8 +38,9 @@ The program called
is the third stage of FreeBSD's three stage bootstrap.
It is a
.Pa BTX
-client linked statically to libstand(3) and
-usually located in the directory
+client linked statically to
+.Xr libstand 3
+and usually located in the directory
.Pa /boot .
.Pp
It provides a scripting language that can be used to
@@ -391,7 +392,7 @@ All backslash characters are preprocessed.
.Bl -bullet
.It
\eb , \ef , \er , \en and \et are processed as by C's
-.fn printf() .
+.Fn printf .
.It
\es is converted to a space.
.It
@@ -478,7 +479,7 @@ virtual machine library that can be called by C functions and vice
versa.
.Pp
In
-.Nm ,
+.Nm No ,
each line read interactively is then fed to
.Tn FICL ,
which may call
OpenPOWER on IntegriCloud