summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-23 13:48:41 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-23 13:52:49 +0000
commit237a4d9c8d40d877a852881c1e3fee11047b857c (patch)
treebfa7393bb02ffd1419bd1361adeedc1cc11d3f74
parent47bb19ee5401d7194b016202d87413c05d50f021 (diff)
spec.sgml: Correct docs for errors-push, which takes no filename.
Closes:#775852.
-rw-r--r--debian/changelog2
-rw-r--r--spec.sgml4
-rw-r--r--spec.sgml.in2
3 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 221749e..4783d88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ userv (1.1.2~~iwj1) unstable; urgency=low
* Support `stdin', `stdout' and `stderr' in fd ranges, as promised
by the spec. Closes:#813005.
* Do not ignore errors from readdir. Closes:#827408 [Peter Benie].
+ * Correct docs for errors-push, which takes no filename.
+ Closes:#775852.
Upstream Makefiles etc.:
* Honour XCFLAGS.
diff --git a/spec.sgml b/spec.sgml
index c5bd395..64029d8 100644
--- a/spec.sgml
+++ b/spec.sgml
@@ -3,7 +3,7 @@
<book>
<title>User service daemon and client specification
<author>Ian Jackson <email>ian@davenant.greenend.org.uk
-<version>1.1.1~~iwj</version>
+<version>1.1.2~~iwj1</version>
<abstract>
This is a specification for a Unix system facility to allow one
@@ -826,7 +826,7 @@ strings; in this case any condition which tests it will be false, and
</taglist>
-<tag/<tt/errors-push/ <var/filename//
+<tag/<tt/errors-push//
<tag/<tt/srorre//
<item>
Stacks the error handling behaviour currently in effect. Any changes
diff --git a/spec.sgml.in b/spec.sgml.in
index 8d04194..3eb8cb6 100644
--- a/spec.sgml.in
+++ b/spec.sgml.in
@@ -826,7 +826,7 @@ strings; in this case any condition which tests it will be false, and
</taglist>
-<tag/<tt/errors-push/ <var/filename//
+<tag/<tt/errors-push//
<tag/<tt/srorre//
<item>
Stacks the error handling behaviour currently in effect. Any changes