From owner-freebsd-doc@FreeBSD.ORG Fri May 30 17:30:05 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31BE61065680 for ; Fri, 30 May 2008 17:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2E8408FC16 for ; Fri, 30 May 2008 17:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4UHU4Kt075622 for ; Fri, 30 May 2008 17:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4UHU4K1075619; Fri, 30 May 2008 17:30:04 GMT (envelope-from gnats) Date: Fri, 30 May 2008 17:30:04 GMT Message-Id: <200805301730.m4UHU4K1075619@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Murray Stokely" Cc: Subject: Re: docs/124137: [patch] Fix Dashes in FAQ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Murray Stokely List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 17:30:05 -0000 The following reply was made to PR docs/124137; it has been noted by GNATS. From: "Murray Stokely" To: "Gabor PALI" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/124137: [patch] Fix Dashes in FAQ Date: Fri, 30 May 2008 10:02:15 -0700 Hi Gabor, can you just commit these fixes yourself? Thanks, Murray On Fri, May 30, 2008 at 9:12 AM, Gabor PALI wrote: > >>Number: 124137 >>Category: docs >>Synopsis: [patch] Fix Dashes in FAQ >>Confidential: no >>Severity: non-critical >>Priority: low >>Responsible: freebsd-doc >>State: open >>Quarter: >>Keywords: >>Date-Required: >>Class: doc-bug >>Submitter-Id: current-users >>Arrival-Date: Fri May 30 16:20:04 UTC 2008 >>Closed-Date: >>Last-Modified: >>Originator: Gabor PALI >>Release: FreeBSD 6.3-STABLE i386 >>Organization: >>Environment: > System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386 > >>Description: > I found a lot of dashes without a correct markup in the FreeBSD FAQ. > It would be the best to use the — entity for rendering dashes. > I created a patch to correct this. > >>How-To-Repeat: > >>Fix: > > --- books.faq.patch.20.diff begins here --- > Index: book.sgml > =================================================================== > RCS file: /doc/en_US.ISO8859-1/books/faq/book.sgml,v > retrieving revision 1.827 > diff -u -r1.827 book.sgml > --- book.sgml 27 May 2008 23:51:07 -0000 1.827 > +++ book.sgml 29 May 2008 03:17:09 -0000 > @@ -3034,7 +3034,7 @@ > compile ls.c into > ls.o. If you then run make > buildworld again, and the compile fails in the same > - place then this is a broken build -- try updating your sources > + place then this is a broken build — try updating your sources > and try again. If the compile fails elsewhere then this is > almost certainly hardware. > > @@ -3713,7 +3713,7 @@ > the &man.hosts.5; and &man.named.8; manual pages for more > information. If this is on the global Internet, the problem > may be that your server's resolver is not functioning > - correctly. To check, try to look up another host--say, > + correctly. To check, try to look up another host — say, > www.yahoo.com. If it does not work, that is > your problem. > > @@ -9748,7 +9748,7 @@ > using port address 0x3f8, and has a > 16550A-type UART chip. The second uses the same kind of chip > but is on irq 3 and is at port address 0x2f8. > - Internal modem cards are treated just like serial ports---except > + Internal modem cards are treated just like serial ports — except > that they always have a modem attached to the > port. > > @@ -9956,7 +9956,7 @@ > The terminal type for this port is > dialup. The port is > on and is > - insecure---meaning > + insecure — meaning > root logins on the port are not > allowed. For dialin ports like this one, use the > ttydX > @@ -10049,7 +10049,7 @@ > > > > - My stock Hayes modem is not supported---what > + My stock Hayes modem is not supported — what > can I do? > > > @@ -10061,7 +10061,7 @@ > file. > > The Hayes driver is not smart enough to recognize some of > - the advanced features of newer modems---messages like > + the advanced features of newer modems — messages like > BUSY, NO DIALTONE, or > CONNECT 115200 will just confuse it. You > should turn those messages off when you use &man.tip.1; > --- books.faq.patch.20.diff ends here --- > > >>Release-Note: >>Audit-Trail: >>Unformatted: > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" >