From owner-freebsd-doc Tue Feb 5 7:10:14 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3ECF37B41D for ; Tue, 5 Feb 2002 07:10:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g15FA6x10649; Tue, 5 Feb 2002 07:10:06 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2388F37B41C for ; Tue, 5 Feb 2002 07:09:46 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g15F9kR10533; Tue, 5 Feb 2002 07:09:46 -0800 (PST) (envelope-from nobody) Message-Id: <200202051509.g15F9kR10533@freefall.freebsd.org> Date: Tue, 5 Feb 2002 07:09:46 -0800 (PST) From: Stefan Farfeleder To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/34640: struct jail mangled in doc/en_US.ISO8859-1/books/developers-handbook/jail/chapter.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34640 >Category: docs >Synopsis: struct jail mangled in doc/en_US.ISO8859-1/books/developers-handbook/jail/chapter.sgml >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 Feb 05 07:10:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Stefan Farfeleder >Release: 4-5 >Organization: >Environment: FreeBSD stefan.fafoe 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Sat Feb 2 13:05:42 CET 2002 stefan@stefan.fafoe:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: In the code showing struct jail the underscores from 'u_int32_t' were somehow replaced with dots and there's no indentation at all. >How-To-Repeat: >Fix: --- chapter.sgml.orig Mon Feb 4 13:07:50 2002 +++ chapter.sgml Mon Feb 4 13:11:04 2002 @@ -75,10 +75,10 @@ /usr/include/sys/jail.h: struct jail { -u.int32.t version; -char *path; -char *hostname; -u.int32.t ip.number; + u_int32_t version; + char *path; + char *hostname; + u_int32_t ip_number; }; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message