Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 May 1999 22:59:38 +0900
From:      horikawa@jp.freebsd.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/11445: loader.8 contains typo (.fn should be .Fn, and etc.)
Message-ID:  <19990502225938T.k-horik@yk.rim.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         11445
>Category:       docs
>Synopsis:       loader.8 contains typo (.fn should be .Fn)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May  2 07:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
jpman project
>Environment:

	.\"     $Id: loader.8,v 1.1.2.2 1999/04/25 21:42:23 dcs Exp $

>Description:

	o Use ".Xr" for cross references.
	o `.fn' should be `.Fn'.
	  `.fn' shows nothing.
	  `.Fn printf .' shows `printf().'.
	o `.Nm ,' should be `.Nm No ,'.
	  `.Nm ,' shows only `,'.
	  `.Nm No ,' shows `loader,'.

>How-To-Repeat:

	$ man 8 loader

>Fix:
	
--- loader.8.orig	Sun May  2 21:48:45 1999
+++ loader.8	Sun May  2 22:40:24 1999
@@ -38,8 +38,9 @@
 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
@@ -387,7 +388,7 @@
 .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
@@ -474,7 +475,7 @@
 versa.
 .Pp
 In
-.Nm ,
+.Nm No ,
 each line read interactively is then fed to
 .Tn FICL ,
 which may call

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990502225938T.k-horik>