From 3e587269bb5ac05042224b71265ce97f6411e0a5 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Mon, 3 May 1999 08:32:45 +0000 Subject: Correct typos. PR: docs/11445 Submitted by: Kazuo Horikawa --- sys/boot/i386/loader/loader.8 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sys/boot/i386') diff --git a/sys/boot/i386/loader/loader.8 b/sys/boot/i386/loader/loader.8 index 93e027e..d9e2fd8 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 -- cgit v1.1