diff options
author | mpp <mpp@FreeBSD.org> | 1997-01-10 07:46:56 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-01-10 07:46:56 +0000 |
commit | 97aa7b5184f1f12bd25cdc14bc7074351a3fe9aa (patch) | |
tree | 654286f5402f6b003de78c5173c072b5a4dfb050 /share/doc | |
parent | ceefad4d9ecea732ea23249c43ebeb352d55b287 (diff) | |
download | FreeBSD-src-97aa7b5184f1f12bd25cdc14bc7074351a3fe9aa.zip FreeBSD-src-97aa7b5184f1f12bd25cdc14bc7074351a3fe9aa.tar.gz |
Get rid of all those annoying warnings when making the
handbook. Closes PR# 2375.
Submitted by: William Lloyd <wlloyd@mpd.ca>
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/handbook/dialout.sgml | 6 | ||||
-rw-r--r-- | share/doc/handbook/kernelopts.sgml | 4 | ||||
-rw-r--r-- | share/doc/handbook/mail.sgml | 8 | ||||
-rw-r--r-- | share/doc/handbook/term.sgml | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/share/doc/handbook/dialout.sgml b/share/doc/handbook/dialout.sgml index 2e0c2c1..237b983 100644 --- a/share/doc/handbook/dialout.sgml +++ b/share/doc/handbook/dialout.sgml @@ -1,6 +1,6 @@ <!-- This is an SGML document in the linuxdoc DTD of the Tutorial for Configuring a FreeBSD for Dialout Services. - $Id: dialout.sgml,v 1.1 1996/11/28 18:09:25 jfieber Exp $ + $Id: dialout.sgml,v 1.2 1996/11/30 23:51:45 mpp Exp $ The FreeBSD Documentation Project @@ -42,7 +42,7 @@ The following are tips to getting your host to be able to connect over the modem just a hard link to <tt/tip/. <sect1> - <heading>My stock Hayes modem is not supported—what can I do?</heading> + <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,7 +162,7 @@ The following are tips to getting your host to be able to connect over the modem 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: + and use <tt>@</tt> for the <tt/pn/ capability: <verb> big-university:\ :pn=\@:tc=dialout diff --git a/share/doc/handbook/kernelopts.sgml b/share/doc/handbook/kernelopts.sgml index 5856799..e5d2d29 100644 --- a/share/doc/handbook/kernelopts.sgml +++ b/share/doc/handbook/kernelopts.sgml @@ -1,4 +1,4 @@ -<!-- $Id: kernelopts.sgml,v 1.3 1996/12/31 21:54:16 mpp Exp $ --> +<!-- $Id: kernelopts.sgml,v 1.4 1997/01/02 17:00:26 max Exp $ --> <!-- The FreeBSD Documentation Project --> <!-- <!DOCTYPE linuxdoc PUBLIC '-//FreeBSD//DTD linuxdoc//EN'> --> @@ -47,7 +47,7 @@ id="kernelconfig" name="kernel configuration"> before reading here. <verb> #ifdef THAT_OPTION -... +[your code here] #endif </verb> diff --git a/share/doc/handbook/mail.sgml b/share/doc/handbook/mail.sgml index d2c7774..07e33e1 100644 --- a/share/doc/handbook/mail.sgml +++ b/share/doc/handbook/mail.sgml @@ -1,4 +1,4 @@ -<!-- $Id: mail.sgml,v 1.4 1996/11/28 18:09:28 jfieber Exp $ +<!-- $Id: mail.sgml,v 1.5 1997/01/10 07:02:43 mpp Exp $ The FreeBSD Documentation Project <!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN"> @@ -422,9 +422,9 @@ OwTrue 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'. +"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> diff --git a/share/doc/handbook/term.sgml b/share/doc/handbook/term.sgml index 184a75a..b278365 100644 --- a/share/doc/handbook/term.sgml +++ b/share/doc/handbook/term.sgml @@ -1,7 +1,7 @@ <!-- This is an SGML document in the linuxdoc DTD describing hardwired terminals with FreeBSD. By Sean Kelly, (c) 1996. - $Id: term.sgml,v 1.3 1996/10/04 22:54:17 wosch Exp $ + $Id: term.sgml,v 1.4 1996/11/03 14:46:16 max Exp $ The FreeBSD Documentation Project @@ -373,8 +373,8 @@ ttyd5 "/usr/libexec/getty std.19200" 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 + 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. |