aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1999-05-03 08:32:45 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1999-05-03 08:32:45 +0000
commite539c67bbbdba6aee8d911ee9ffa85b8dc428bd2 (patch)
tree114ec20064ed731ae264138e34b0e2db8648f676
parent5d48be470c5974669e2f459caff4b3738ba6a5b2 (diff)
Notes
-rw-r--r--sys/boot/common/loader.811
-rw-r--r--sys/boot/i386/loader/loader.811
2 files changed, 12 insertions, 10 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 93e027eda75e2..d9e2fd85abf3c 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
diff --git a/sys/boot/i386/loader/loader.8 b/sys/boot/i386/loader/loader.8
index 93e027eda75e2..d9e2fd85abf3c 100644
--- a/sys/boot/i386/loader/loader.8
+++ b/sys/boot/i386/loader/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