Date: Tue, 5 Feb 2002 07:09:46 -0800 (PST) From: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> To: freebsd-gnats-submit@freebsd.org Subject: docs/34640: struct jail mangled in doc/en_US.ISO8859-1/books/developers-handbook/jail/chapter.sgml Message-ID: <200202051509.g15F9kR10533@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 @@
<programlisting><filename>/usr/include/sys/jail.h</filename>:
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;
};</programlisting>
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202051509.g15F9kR10533>
