Andy's enormous "Minix" -> "MINIX 3" crusade ;)

This commit is contained in:
Ben Gras
2005-08-22 12:56:02 +00:00
parent f4402bd129
commit 05930b53de
98 changed files with 326 additions and 306 deletions
+6 -6
View File
@@ -24,15 +24,15 @@ ACK \- Additional information on the Amsterdam Compiler Kit compilers
\s-2UNIX\s+2
..
.de MX
.if n Minix
.if t \s-2MINIX\s+2
.if n MINIX 3
.if t \s-1MINIX 3\s-1
..
.if n .ds Mx Minix
.if t .ds Mx \s-2MINIX\s+2
.if n .ds Mx MINIX 3
.if t .ds Mx \s-1MINIX 3\s-1
.if n .ds Mp Minix-PC
.if t .ds Mx \s-2MINIX-PC\s+2
.if n .ds Mv Minix-vmd
.if t .ds Mv \s-2MINIX\s+2-vmd
.if t .ds Mv \s-1MINIX 3\s-1-vmd
.if n .ds Cw \fR
.if t .ds Cw \fC
.de CW
@@ -145,7 +145,7 @@ different type, the resulting value will usually be garbage. The
compiler makes no effort to catch these errors.
.IP \(bu
The alignment of types under 16-bit \*(Mp is 1 byte for characters and 2
bytes for all other types. Under other Minix versions 'int' and smaller
bytes for all other types. Under other MINIX 3 versions 'int' and smaller
types are aligned to a multiple of their size, bigger scalar types are
aligned like 'int'. Arrays have the same alignment as their elements;
structs and unions are aligned like their field with the worst alignment.
+4 -4
View File
@@ -6,7 +6,7 @@ hier \- file system hierarchy
.if t .sp 0.4
.if n .sp
..
A tour through the Minix directory hierarchy.
A tour through the MINIX 3 directory hierarchy.
.nf
.SP
/ root
@@ -59,7 +59,7 @@ A tour through the Minix directory hierarchy.
...
.SP
/minix
Minix kernel image, \fBmonitor\fP(8)
MINIX 3 kernel image, \fBmonitor\fP(8)
.SP
/tmp/ Small, short-lived temporary files, cf /usr/tmp/
.SP
@@ -108,7 +108,7 @@ A tour through the Minix directory hierarchy.
.SP
include/
C-compiler include files
minix/ Minix kernel include files
minix/ MINIX 3 kernel include files
...
...
.SP
@@ -164,7 +164,7 @@ A tour through the Minix directory hierarchy.
.SP
src/ System and command sources (home of bin)
LICENSE
Minix license to use
MINIX 3 license to use
commands/
Utility sources
crclist
+3 -3
View File
@@ -1,5 +1,5 @@
.\" man(7) manpage by rosenkra@hall.cray.com (Bill Rosenkranz)
.\" Modified a bit for Minix by Kees J. Bot (kjb@cs.vu.nl)
.\" Modified a bit for MINIX 3 by Kees J. Bot (kjb@cs.vu.nl)
.\"
.TH MAN 7
.SH NAME
@@ -26,7 +26,7 @@ reaching a non-indented paragraph (i.e. at .SH or .SS).
.SH FILES
.TP 25n
/usr/lib/tmac/tmac.an
For standard Minix nroff.
For standard MINIX 3 nroff.
.TP
/usr/lib/cawf/man.mac
For cawf.
@@ -259,7 +259,7 @@ A typical manual page for a command or function is laid out as follows:
Even though
.BR cawf (1)
has a better chance at formatting a random manual page then the standard
Minix nroff, it has two annoying bugs in its macro set. Both .PP and .IP
MINIX 3 nroff, it has two annoying bugs in its macro set. Both .PP and .IP
reset the indentation level to the level set by .SH. This means that
you can't use them in a piece of text indented by .RS. For .IP this is
troublesome, you can see why in the unformatted source of this text. .PP