Demangle the definition of `struct jail'.

PR:		34640
Submitted by:	Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
This commit is contained in:
Dima Dorfman 2002-02-10 08:41:31 +00:00
parent 0e72b22026
commit 6268ceeea5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12145
2 changed files with 8 additions and 8 deletions
en_US.ISO8859-1/books
arch-handbook/jail
developers-handbook/jail

View file

@ -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>
<para>As you can see, there is an entry for each of the

View file

@ -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>
<para>As you can see, there is an entry for each of the