diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-03-22 07:55:48 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-03-22 07:55:48 +0000 |
| commit | 3f4f3401476e5bf8131b6a0f51f7f0e88e758d60 (patch) | |
| tree | cfa568d2060464efa5ec241483465016adf97ce6 /man | |
| parent | a68c9668fe82198ab9ada1c43e898cb313ec65d9 (diff) | |
20070322-0755
Diffstat (limited to 'man')
| -rw-r--r-- | man/2/exception | 2 | ||||
| -rw-r--r-- | man/5/0intro | 7 |
2 files changed, 6 insertions, 3 deletions
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 , |
