summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-03-22 07:55:48 +0000
committerCharles.Forsyth <devnull@localhost>2007-03-22 07:55:48 +0000
commit3f4f3401476e5bf8131b6a0f51f7f0e88e758d60 (patch)
treecfa568d2060464efa5ec241483465016adf97ce6
parenta68c9668fe82198ab9ada1c43e898cb313ec65d9 (diff)
20070322-0755
-rw-r--r--include/version.h2
-rw-r--r--man/2/exception2
-rw-r--r--man/5/0intro7
3 files changed, 7 insertions, 4 deletions
diff --git a/include/version.h b/include/version.h
index 8a5c3085..c8e1222e 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20070320)"
+#define VERSION "Fourth Edition (20070322)"
diff --git a/man/2/exception b/man/2/exception
index e654bfeb..1ea4f203 100644
--- a/man/2/exception
+++ b/man/2/exception
@@ -11,7 +11,7 @@ setexcnotifyleader: fn(pid: int): int;
setexcpropagate: fn(pid: int): int;
.EE
.SH DESCRIPTION
-.B Except
+.B Exception
provides exception-related utility routines to read or write to system
device files.
.PP
diff --git a/man/5/0intro b/man/5/0intro
index 88be31ac..8e383797 100644
--- a/man/5/0intro
+++ b/man/5/0intro
@@ -397,7 +397,7 @@ messages and subsequently manipulated using
.B read
and
.B write
-messages to exchange authentication information not defined explicitly by Styx.
+messages to exchange authentication information not defined explicitly by the protocol.
Once the authentication protocol is complete, the
.B afid
is presented in the
@@ -604,7 +604,10 @@ if bit 27
.RB ( DMAUTH )
is set, the file is an authentication file established by
.B auth
-messages.
+messages;
+if bit 26
+.RB ( DMTMP )
+is set, the contents of the file (or directory) are not included in nightly archives.
(Bit 28 is skipped for historical reasons.)
These bits are reproduced, from the top bit down, in the type byte of the Qid:
.BR QTDIR ,