From naddy@bigeye.rhein-neckar.de Mon May 31 01:28:38 1999
Return-Path: <naddy@bigeye.rhein-neckar.de>
Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3])
	by hub.freebsd.org (Postfix) with ESMTP id 91C1914F35
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 May 1999 01:28:33 -0700 (PDT)
	(envelope-from naddy@bigeye.rhein-neckar.de)
Received: from mips.rhein-neckar.de (uucp@localhost)
	by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id AAA12337
	for FreeBSD-gnats-submit@freebsd.org; Mon, 31 May 1999 00:43:27 +0200 (CEST)
	(envelope-from naddy@bigeye.rhein-neckar.de)
Received: from bigeye.rhein-neckar.de ([193.197.90.235]) by mips.rhein-neckar.de
	 with esmtp id m10oDGL-000WyZC
	(Debian Smail-3.2.0.101 1997-Dec-17 #2); Sun, 30 May 1999 23:36:57 +0200 (CEST)
Received: (from naddy@localhost)
	by bigeye.rhein-neckar.de (8.9.3/8.9.3) id XAA00738;
	Sun, 30 May 1999 23:38:31 +0200 (CEST)
	(envelope-from naddy)
Message-Id: <199905302138.XAA00738@bigeye.rhein-neckar.de>
Date: Sun, 30 May 1999 23:38:31 +0200 (CEST)
From: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Sender: naddy@bigeye.rhein-neckar.de
Reply-To: naddy@mips.rhein-neckar.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: loader.8: spelling fixes
X-Send-Pr-Version: 3.2

>Number:         11955
>Category:       docs
>Synopsis:       loader.8: spelling fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dcs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 31 01:30:01 PDT 1999
>Closed-Date:    Wed Jul 28 13:30:33 PDT 1999
>Last-Modified:  Wed Jul 28 13:31:19 PDT 1999
>Originator:     Christian Weisgerber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

There are a couple of obvious spelling errors in
sys/boot/i386/loader/loader.8, notably "it's" in
place of "its".

>How-To-Repeat:

	

>Fix:
	
--- loader.8.orig	Sat May 22 15:18:28 1999
+++ loader.8	Sun May 30 23:34:20 1999
@@ -70,7 +70,7 @@
 .Va LINES
 is set to 24 . Next, 
 .Tn FICL
-is initialized, the builtin words are added to it's vocabulary, and
+is initialized, the builtin words are added to its vocabulary, and
 .Pa /boot/boot.4th
 will be processed if it exists. No disk switching is possible while
 that file is being read. The inner interpreter
@@ -106,7 +106,7 @@
 will engage interactive mode.
 .Sh BUILTIN COMMANDS
 .Nm Loader Ns No 's
-builtin commands take it's parameters from the command line. Presently,
+builtin commands take its parameters from the command line. Presently,
 the only way to call them from a script is by using
 .Pa evaluate
 on a string. If an error condition occurs, an exception will be
@@ -157,7 +157,7 @@
 .Pp
 .It Ic include Ar file Op Ar
 Process script files. Each file is, at a turn, completely read into
-memory, and then have each of it's lines passed to the command line
+memory, and then have each of its lines passed to the command line
 interpreter. If any error is returned by the interpreter, the include
 commands aborts immediately, without reading any other files, and
 returns an error itself (see
@@ -381,7 +381,7 @@
 .El
 .Ss BUILTIN PARSER
 When a builtin command is executed, the rest of the line is taken
-by it as arguments, and it's processed by a special parser which
+by it as arguments, and it is processed by a special parser which
 is not used for regular Forth commands.
 .Pp
 This special parser applies the following rules to the parsed text:
@@ -451,7 +451,7 @@
 .Em must
 be passed, even if the builtin accepts no arguments.
 .Pp
-While this behavior has benefits, it has it's trade-offs. If the
+While this behavior has benefits, it has its trade-offs. If the
 execution token of a builtin is acquired (through
 .Ic No '
 or
@@ -748,6 +748,6 @@
 .Ic expect
 and
 .Ic accept
-words will read from the input buffer instead of the console. The later
+words will read from the input buffer instead of the console. The latter
 will be fixed, but the former will not.
 

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: billf 
State-Changed-When: Mon May 31 12:20:09 PDT 1999 
State-Changed-Why:  
All of the changes are correct. 


Responsible-Changed-From-To: freebsd-doc->dcs 
Responsible-Changed-By: billf 
Responsible-Changed-When: Mon May 31 12:20:09 PDT 1999 
Responsible-Changed-Why:  
Mr. "loader.8" 
State-Changed-From-To: analyzed->closed 
State-Changed-By: nik 
State-Changed-When: Wed Jul 28 13:30:33 PDT 1999 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
