From wlloyd@tolstoy.mpd.ca  Sat Jan  4 14:25:53 1997
Received: from tolstoy.mpd.ca (wlloyd.HIP.CAM.ORG [199.84.42.209])
          by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id OAA18123
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 4 Jan 1997 14:25:50 -0800 (PST)
Received: (from wlloyd@localhost) by tolstoy.mpd.ca (8.7.5/8.7.3) id RAA29997; Sat, 4 Jan 1997 17:27:55 -0500 (EST)
Message-Id: <199701042227.RAA29997@tolstoy.mpd.ca>
Date: Sat, 4 Jan 1997 17:27:55 -0500 (EST)
From: William Lloyd <wlloyd@tolstoy.mpd.ca>
Reply-To: wlloyd@tolstoy.mpd.ca
To: FreeBSD-gnats-submit@freebsd.org
Subject: Fix some warnings in the ascii handbook
X-Send-Pr-Version: 3.2

>Number:         2375
>Category:       docs
>Synopsis:       Fix some warnings in the ascii handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan  4 14:30:01 PST 1997
>Closed-Date:    Thu Jan 9 23:47:12 PST 1997
>Last-Modified:  Thu Jan  9 23:47:36 PST 1997
>Originator:     William Lloyd
>Release:        FreeBSD 2.1.5-STABLE i386
>Organization:
William Lloyd (wlloyd@mpd.ca)
>Environment:

	

>Description:
Fixes some of the warnings that come up when making the handbook in ascii.

According to jfieber in sgmlfmt lines should not start with a period (.)

	

>How-To-Repeat:

	

>Fix:
	
	

Index: term.sgml
===================================================================
RCS file: /rootfs/galt/usr/ncvs/src/share/doc/handbook/term.sgml,v
retrieving revision 1.4
diff -c -r1.4 term.sgml
*** term.sgml	1996/11/03 14:46:16	1.4
--- term.sgml	1997/01/04 22:04:25
***************
*** 373,380 ****
  	  type does not change, so you can put a real terminal type in
  	  this field.
  
! 	  Users will usually use the <tt/tset/ program in their
! 	  <tt/.login/ or <tt/.profile/ files to check the terminal
  	  type and prompt for one if necessary.  By setting a terminal
  	  type in the <tt>/etc/ttys</tt> file, users can forego such
  	  prompting.
--- 373,380 ----
  	  type does not change, so you can put a real terminal type in
  	  this field.
  
! 	  Users will usually use the <tt/tset/ program in 
! 	  their <tt/.login/ or <tt/.profile/ files to check the terminal
  	  type and prompt for one if necessary.  By setting a terminal
  	  type in the <tt>/etc/ttys</tt> file, users can forego such
  	  prompting.

Index: dialout.sgml
===================================================================
RCS file: /rootfs/galt/usr/ncvs/src/share/doc/handbook/dialout.sgml,v
retrieving revision 1.2
diff -c -r1.2 dialout.sgml
*** dialout.sgml	1996/11/30 23:51:45	1.2
--- dialout.sgml	1997/01/04 22:07:59
***************
*** 42,48 ****
            just a hard link to <tt/tip/.
  
        <sect1>
! 	<heading>My stock Hayes modem is not supported&mdash;what can I do?</heading>
          <p>
            Actually, the man page for <tt/tip/ is out of date.  There is a
            generic Hayes dialer already built in.  Just use
--- 42,48 ----
            just a hard link to <tt/tip/.
  
        <sect1>
! 	<heading>My stock Hayes modem is not supported, what can I do?</heading>
          <p>
            Actually, the man page for <tt/tip/ is out of date.  There is a
            generic Hayes dialer already built in.  Just use
***************
*** 162,168 ****
            and several thousand students trying to use them...
          <p>
            Make an entry for your university in <tt>/etc/remote</tt>
!           and use <tt>\@</tt> for the <tt/pn/ capability:
            <verb>
              big-university:\
              :pn=\@:tc=dialout
--- 162,168 ----
            and several thousand students trying to use them...
          <p>
            Make an entry for your university in <tt>/etc/remote</tt>
!           and use <tt>@</tt> for the <tt/pn/ capability:
            <verb>
              big-university:\
              :pn=\@:tc=dialout

Index: kernelopts.sgml
===================================================================
RCS file: /rootfs/galt/usr/ncvs/src/share/doc/handbook/kernelopts.sgml,v
retrieving revision 1.4
diff -c -r1.4 kernelopts.sgml
*** kernelopts.sgml	1997/01/02 17:00:26	1.4
--- kernelopts.sgml	1997/01/04 22:11:58
***************
*** 47,53 ****
  <verb>
  #ifdef THAT_OPTION
  
! ...
  
  #endif
  </verb>
--- 47,53 ----
  <verb>
  #ifdef THAT_OPTION
  
! your code here.
  
  #endif
  </verb>


Index: mail.sgml
===================================================================
RCS file: /rootfs/galt/usr/ncvs/src/share/doc/handbook/mail.sgml,v
retrieving revision 1.4
diff -c -r1.4 mail.sgml
*** mail.sgml	1996/12/31 21:54:17	1.4
--- mail.sgml	1997/01/04 21:43:47
***************
*** 351,359 ****
  
  That way a remote site will deliver straight to you, without trying 
  the customer connection.  You then send to your customer.  Only works for 
! 'hosts', so you need to get your customer to name their mail machine 
! 'customer.com' as well as 'hostname.customer.com' in the DNS.  Just put 
! an A record in the DNS for 'customer.com'.
  </verb>
  
        </sect1>
--- 422,430 ----
  
  That way a remote site will deliver straight to you, without trying 
  the customer connection.  You then send to your customer.  Only works for 
! "hosts", so you need to get your customer to name their mail machine 
! "customer.com" as well as "hostname.customer.com" in the DNS.  Just put 
! an A record in the DNS for "customer.com".
  </verb>
  
        </sect1>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Thu Jan 9 23:47:12 PST 1997 
State-Changed-Why:  
Suggested fixes applied. 
>Unformatted:
