aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/sleep.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/sleep.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/sleep.9')
-rw-r--r--share/man/man9/sleep.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9
index 770a07049488..c4519d8123e5 100644
--- a/share/man/man9/sleep.9
+++ b/share/man/man9/sleep.9
@@ -100,16 +100,16 @@ includes the
.Dv PCATCH
flag, signals are checked before and after sleeping, else signals are
not checked. Returns 0 if awakened,
-.Dv EWOULDBLOCK
+.Er EWOULDBLOCK
if the timeout expires. If
.Dv PCATCH
is set and a signal needs to be delivered,
-.Dv ERESTART
+.Er ERESTART
is returned if the current system call should be restarted if
possible, and
-.Dv EINTR
+.Er EINTR
is returned if the system call should be interrupted by the signal
-.Pq return Dv EINTR .
+.Pq return Er EINTR .
.Pp
.Nm Msleep
is a variation on tsleep. The parameter