diff options
author | rsc <devnull@localhost> | 2005-01-30 16:34:12 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-30 16:34:12 +0000 |
commit | 9d01e221783e7706fd1d3dadfc8a7f678004929c (patch) | |
tree | ab3ca9688a6b41f27d40d65d431048edd65fd25d /man/man4 | |
parent | 3fef2ed0565e831549b43153751c81e9ee2e7e86 (diff) | |
download | plan9port-9d01e221783e7706fd1d3dadfc8a7f678004929c.tar.gz plan9port-9d01e221783e7706fd1d3dadfc8a7f678004929c.tar.bz2 plan9port-9d01e221783e7706fd1d3dadfc8a7f678004929c.zip |
add errors file
Diffstat (limited to 'man/man4')
-rw-r--r-- | man/man4/acme.4 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/man4/acme.4 b/man/man4/acme.4 index 40143a44..1312904a 100644 --- a/man/man4/acme.4 +++ b/man/man4/acme.4 @@ -280,6 +280,17 @@ address (the end of the address has no effect) and sets the address to the null string at the end of the returned characters. .TP +.B errors +Writing to the +.B errors +file appends to the body of the +.IB dir /+Errors +window, where +.I dir +is the directory currently named in the tag. +The window is created if necessary, +but not until text is actually written. +.TP .B event When a window's .B event @@ -395,6 +406,13 @@ holds contents of the window tag. It may be read at any byte offset. Text written to .B tag is always appended; the file offset is ignored. +.TP +.B xdata +The +.B xdata +file like +.B data +except that reads stop at the end address. .SH SOURCE .B \*9/src/cmd/acme .SH SEE ALSO |