From owner-freebsd-doc Thu Jul 20 5:30: 8 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1C4637BB80 for ; Thu, 20 Jul 2000 05:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA31175; Thu, 20 Jul 2000 05:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.ruhr.de (in-ruhr2.ruhr.de [141.39.224.60]) by hub.freebsd.org (Postfix) with SMTP id DDE2437BA99 for ; Thu, 20 Jul 2000 05:24:47 -0700 (PDT) (envelope-from ue@nathan.ruhr.de) Received: (qmail 19109 invoked by alias); 20 Jul 2000 12:26:19 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.9.3/8.9.3) id OAA66040; Thu, 20 Jul 2000 14:22:41 +0200 (CEST) (envelope-from ue) Message-Id: <200007201222.OAA66040@nathan.ruhr.de> Date: Thu, 20 Jul 2000 14:22:41 +0200 (CEST) From: Udo Erdelhoff Reply-To: ue@nathan.ruhr.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/20056: Bad SGML in the "@ sign" entry of the FAQ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20056 >Category: docs >Synopsis: Bad SGML in the "@ sign" entry of the FAQ >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: Thu Jul 20 05:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Udo Erdelhoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.72 >Description: The FAQ entry about the use of @ for the pn capability uses the string <@> to denote the @-character. The use of <> is reserved for SGML tags, <@> is not a valid tag. Found during devlopment of suppe. >How-To-Repeat: n/a >Fix: Two diffs. The first replaces <@> with <@>. While I'm here, replace with , replace the links to man.cgi for the filenames with the proper , use instead of and remove the around to remove one of the many warnings issued by tidy. The second diff fixes the indentation and the word wrapping. Whitespace changes only, may be ignored by the translations teams. Reformatting done by suppe 1.6, about 850 KBytes (19763 lines) of diffs left :-> First diff: --- book.sgml Thu Jul 20 13:20:55 2000 +++ book.sgml.orig Thu Jul 20 13:36:15 2000 @@ -8209,14 +8209,17 @@ -The <@> sign for the pn capability doesn't work! +The <@> sign for the pn capability doesn't work! -The <@> sign in the phone number capability tells tip to look in -/etc/phones for a phone number. But the <@> sign is +The <@> sign in the phone number capability tells tip to look in +/etc/phones for a phone number. But the <@> sign is also a special character in capability files like -/etc/remote. Escape it with a backslash: +/etc/remote. Escape it with a backslash: - pn=\@ + + pn=\@ + + Second diff: --- book.sgml.orig Thu Jul 20 13:41:05 2000 +++ book.sgml Thu Jul 20 13:41:39 2000 @@ -8208,17 +8208,24 @@ - -The <@> sign for the pn capability doesn't work! + + + The <@> sign for the pn capability + doesn't work! + -The <@> sign in the phone number capability tells tip to look in -/etc/phones for a phone number. But the <@> sign is -also a special character in capability files like -/etc/remote. Escape it with a backslash: + + The <@> sign in the phone number + capability tells tip to look in + /etc/phones for a phone number. But the + <@> sign is also a special character + in capability files like /etc/remote. + Escape it with a backslash: pn=\@ - + + How can I dial a phone number on the command line? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message