From owner-freebsd-doc@FreeBSD.ORG Tue May 6 18:20:02 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 24D111065676 for ; Tue, 6 May 2008 18:20:02 +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 EC6178FC1A for ; Tue, 6 May 2008 18:20:01 +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 m46IK1hq009764 for ; Tue, 6 May 2008 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m46IK1lh009763; Tue, 6 May 2008 18:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 6 May 2008 18:20:01 GMT Resent-Message-Id: <200805061820.m46IK1lh009763@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor PALI Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67F17106567A for ; Tue, 6 May 2008 18:11:24 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id DA46D8FC0C for ; Tue, 6 May 2008 18:11:22 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by nf-out-0910.google.com with SMTP id h3so1793243nfh.33 for ; Tue, 06 May 2008 11:11:22 -0700 (PDT) Received: by 10.210.102.16 with SMTP id z16mr1046750ebb.22.1210097481205; Tue, 06 May 2008 11:11:21 -0700 (PDT) Received: from pgj@FreeBSD.org ( [80.98.116.90]) by mx.google.com with ESMTPS id y37sm1802922mug.9.2008.05.06.11.11.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 06 May 2008 11:11:20 -0700 (PDT) Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Tue, 6 May 2008 20:11:18 +0200 Message-Id: <48209f48.25e2660a.1890.ffffbf8f@mx.google.com> Date: Tue, 6 May 2008 20:11:18 +0200 From: "Gabor PALI" Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/123473: [patch] Replace Old-Style Replaceables with Markups in Handbook Chapter 25 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor PALI List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2008 18:20:02 -0000 >Number: 123473 >Category: docs >Synopsis: [patch] Replace Old-Style Replaceables with Markups in Handbook Chapter 25 >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: Tue May 06 18:20:01 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 some old fashioned replaceables (enclosed by > and < entities) in the FreeBSD Handbook, Chapter 25 (``PPP and SLIP''). I think they should be replaced with markups, so I created a patch to implement this. >How-To-Repeat: >Fix: --- ppp-and-slip.patch.3.diff begins here --- Index: chapter.sgml =================================================================== RCS file: /doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v retrieving revision 1.177 diff -u -r1.177 chapter.sgml --- chapter.sgml 3 Feb 2008 23:12:02 -0000 1.177 +++ chapter.sgml 6 May 2008 04:09:11 -0000 @@ -1324,10 +1324,10 @@ passive # wait for LCP packets domain ppp.foo.com # put your domain name here -:<remote_ip> # put the IP of remote PPP host here +:remote_ip # put the IP of remote PPP host here # it will be used to route packets via PPP link # if you didn't specified the noipdefault option - # change this line to <local_ip>:<remote_ip> + # change this line to local_ip:remote_ip defaultroute # put this if you want that PPP server will be your # default router @@ -1468,12 +1468,12 @@ # if the remote host doesn't send your IP during # IPCP negotiation, remove this option passive # wait for LCP packets -domain <your.domain> # put your domain name here +domain your.domain # put your domain name here : # put the IP of remote PPP host here # it will be used to route packets via PPP link # if you didn't specified the noipdefault option - # change this line to <local_ip>:<remote_ip> + # change this line to local_ip:remote_ip defaultroute # put this if you want that PPP server will be # your default router @@ -1484,9 +1484,9 @@ The following should go on a single line. - ABORT BUSY ABORT 'NO CARRIER' "" AT OK ATDT<phone.number> - CONNECT "" TIMEOUT 10 ogin:-\\r-ogin: <login-id> - TIMEOUT 5 sword: <password> + ABORT BUSY ABORT 'NO CARRIER' "" AT OK ATDTphone.number + CONNECT "" TIMEOUT 10 ogin:-\\r-ogin: login-id + TIMEOUT 5 sword: password Once these are installed and modified correctly, all you need to do is run pppd, like so: --- ppp-and-slip.patch.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: