Date: Sat, 4 Jan 1997 17:27:55 -0500 (EST) From: William Lloyd <wlloyd@tolstoy.mpd.ca> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/2375: Fix some warnings in the ascii handbook Message-ID: <199701042227.RAA29997@tolstoy.mpd.ca> Resent-Message-ID: <199701042230.OAA20215@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 2375
>Category: docs
>Synopsis: Fix some warnings in the ascii handbook
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 4 14:30:01 PST 1997
>Last-Modified:
>Originator: William Lloyd
>Organization:
William Lloyd (wlloyd@mpd.ca)
>Release: FreeBSD 2.1.5-STABLE i386
>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—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>
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701042227.RAA29997>
