From owner-freebsd-doc@FreeBSD.ORG Fri Dec 21 07:10:00 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AEA6913 for ; Fri, 21 Dec 2012 07:10:00 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com [209.85.215.52]) by mx1.freebsd.org (Postfix) with ESMTP id 153E58FC17 for ; Fri, 21 Dec 2012 07:09:59 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id l5so4507351lah.11 for ; Thu, 20 Dec 2012 23:09:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=avnviGbSpkPrs3055jxF/nf6gnTBL6lzY7Hk/Vb7oYQ=; b=l0GssAeOSuREueDAz9KRXxUDtuW2GMOPANswn5eVz2HUQbbDbuZhccbpK9eSxTB15M kvjGSayaTeOok+At7u2kzxC7BJ/MMeZhQan1pzO3vTzvn50TY+ngKCzJpRaVS91ZSQXC E0y/n86Z20oHDX9SSwhPE6BYa3lfp7hVVWGeU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding:x-gm-message-state; bh=avnviGbSpkPrs3055jxF/nf6gnTBL6lzY7Hk/Vb7oYQ=; b=I/jUyJtCYLQGWuCSuyd5K8Wpgpzak4k+t22+b8zFOIlb4hZHI1zGl6tfUuiMRYuB+i RWWlMIg6ZSPMXdT0mVW1wI7fqDJ8Z+MsiCqOSv+VuPl5B6LxGEb0CNT/matW1bYhuHk5 GGk8K4R+OK5Q2DhNyjoyINtbr5/0WmUx/bvZ2PdhDGrvwRLpaxNHw9V9ER/lsHRuXzDI Cb16RwwWq0V2aD6WpLT0/YGm2HmSkx3ki99aPA1qdfiuQ2f/LNxIbeerG+1sErRTbUnm 0JrkWvHrdShAoxFTAMCJ4oZ9pdWjilehtZNFanKsBIkU/vl7NJMxgnKnRW5VkTXLuc74 etEw== Received: by 10.112.83.7 with SMTP id m7mr5077641lby.15.1356073797751; Thu, 20 Dec 2012 23:09:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.162.100 with HTTP; Thu, 20 Dec 2012 23:09:27 -0800 (PST) From: Eitan Adler Date: Fri, 21 Dec 2012 02:09:27 -0500 Message-ID: Subject: committing entity changes to translations To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnuNp0HxdSe1viqFc/B0pvbuBk76VPa5EyOXwSiRcokTTGM+uvGb54EcxpoZeF6phM5SERZ X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 07:10:00 -0000 How do I commit something like the following: The patch touches the de_DE.ISO8859-1 as I am removing a non-existent man.ipnat.1 entity [note: other translations may require this too. I am asking about the general process requirements]. Should I commit the English language version first and wait for the translations to catch up before removing the entity? commit e0daf9d65b7b0cb9b93216077593c88a77909e56 Author: Eitan Adler Date: Fri Dec 21 02:04:57 2012 -0500 ipnat does not have an entry in section 1, the author likely meant to refer to the page in section 8. PR: docs/174599 Submitted by: brian haug Approved by: ??? (mentor) diff --git a/de_DE.ISO8859-1/books/handbook/firewalls/chapter.xml b/de_DE.ISO8859-1/books/handbook/firewalls/chapter.xml index f77ee1b..21d8714 100644 --- a/de_DE.ISO8859-1/books/handbook/firewalls/chapter.xml +++ b/de_DE.ISO8859-1/books/handbook/firewalls/chapter.xml @@ -565,7 +565,7 @@ options ALTQ_NOPCC # Wird von SMP ben betreut und gesteuert werden kann. Die Regeln der Firewall werden mit dem Programm &man.ipf.8; gesetzt oder gel=EF=BF=BDt. F=EF=BF=BD= die Manipulation der NAT Regeln verwendet man - &man.ipnat.1;. Mit &man.ipfstat.8; werden Laufzeitstatistiken der + &man.ipnat.8;. Mit &man.ipfstat.8; werden Laufzeitstatistiken der kernelseitigen Anteile von IPFILTER aufgelistet. Und mit dem Programm &man.ipmon.8; kann man die Aktionen von IPFILTER in die Protokolldateien des Systems speichern. @@ -1884,7 +1884,7 @@ block in log first quick on dc0 all NAT rules are loaded by using the ipnat command. Typically the NAT rules are stored in - /etc/ipnat.rules. See &man.ipnat.1; for + /etc/ipnat.rules. See &man.ipnat.8; for details. When changing the NAT rules after diff --git a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml index f84d9aa..8c5bbfa 100644 --- a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml @@ -512,7 +512,7 @@ options ALTQ_NOPCC # Required for SMP build monitored by userland interface programs. The firewall rules can be set or deleted with the &man.ipf.8; utility. The NAT rules can be set or deleted with the - &man.ipnat.1; utility. The &man.ipfstat.8; utility can print + &man.ipnat.8; utility. The &man.ipfstat.8; utility can print run-time statistics for the kernel parts of IPFILTER. The &man.ipmon.8; program can log IPFILTER actions to the system log files. @@ -1793,7 +1793,7 @@ block in log first quick on dc0 all NAT rules are loaded by using the ipnat command. Typically the NAT rules are stored in - /etc/ipnat.rules. See &man.ipnat.1; for + /etc/ipnat.rules. See &man.ipnat.8; for details. When changing the NAT rules after diff --git a/share/xml/man-refs.ent b/share/xml/man-refs.ent index 64ac869..12baaea 100644 --- a/share/xml/man-refs.ent +++ b/share/xml/man-refs.ent @@ -281,7 +281,6 @@ ipcrm1= "> ipcs1<= /citerefentry>"> ipftest1"> -ipnat1= "> ipresend1"> ipsend1"> iptest1"> --=20 Eitan Adler