Correct typos.

PR:		docs/11445
Submitted by:	Kazuo Horikawa <horikawa@jp.freebsd.org>
This commit is contained in:
Joseph Koshy 1999-05-03 08:32:45 +00:00
parent 5d48be470c
commit e539c67bbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46354
2 changed files with 12 additions and 10 deletions

View File

@ -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

View File

@ -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