aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/taskqueue.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-22 16:11:48 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-22 16:11:48 +0000
commitb92a189eb9b32f7e9db74343d46434b554a67d04 (patch)
tree8f62bd889c8409c4469d8d5c3d7958e7a863f94c /share/man/man9/taskqueue.9
parentc23155a43a8fbd8404b4d7bca71c292e92fb4870 (diff)
downloadsrc-b92a189eb9b32f7e9db74343d46434b554a67d04.tar.gz
src-b92a189eb9b32f7e9db74343d46434b554a67d04.zip
mdoc(7) police: Er macro usage cleanup.
Notes
Notes: svn path=/head/; revision=69052
Diffstat (limited to 'share/man/man9/taskqueue.9')
-rw-r--r--share/man/man9/taskqueue.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9
index a1ece9f15f3c..6356594aab05 100644
--- a/share/man/man9/taskqueue.9
+++ b/share/man/man9/taskqueue.9
@@ -116,7 +116,7 @@ value or at the end of the list if no tasks have a lower priority.
Enqueueing a task does not perform any memory allocation which makes
it suitable for calling from an interrupt handler.
This function will return
-.Dv EPIPE
+.Er EPIPE
if the queue is being freed.
.Pp
To execute all the tasks on a queue,