diff options
| author | forsyth <forsyth@vitanuova.com> | 2012-12-07 23:49:34 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2012-12-07 23:49:34 +0000 |
| commit | bd2d0217cb2b3fd15623144ddba5666769817f8f (patch) | |
| tree | 7453aa60177941a01eb6f53b8185b3d7f0261416 | |
| parent | 4c570e7afcbfd8f6e672fc5594fb08d76626b473 (diff) | |
20120207-2349
| -rw-r--r-- | include/version.h | 2 | ||||
| -rw-r--r-- | man/1/read | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/version.h b/include/version.h index 2b9cbe3c..b179aa36 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20121205)" +#define VERSION "Fourth Edition (20121207)" @@ -48,10 +48,10 @@ read. .I Read prints a diagnostic and returns a non-empty exit status -.CW fail:error +.L fail:error on an I/O error; it quietly returns status -.CW fail:eof +.L fail:eof if the read returns zero bytes (conventionally, end of file). .SH SEE ALSO .IR cat (1), |
