summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/route.42
-rw-r--r--share/man/man4/tp.45
2 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index dd83fd45aaa..3e75df74778 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -154,7 +154,7 @@ In the current implementation, all routing process run locally,
and the values for
.Ar rtm_errno
are available through the normal
-.Em errno
+.Va errno
mechanism, even if the routing reply message is lost.
.Pp
A process may avoid the expense of reading replies to
diff --git a/share/man/man4/tp.4 b/share/man/man4/tp.4
index a2bdc5c9e0a..75c0cfb318f 100644
--- a/share/man/man4/tp.4
+++ b/share/man/man4/tp.4
@@ -637,8 +637,9 @@ because the
call had not yet returned a
legitimate socket descriptor when the signal was handled.
.Dv ETIMEDOUT
-(or a some other errno value appropriate to the
-type of error) is returned if
+(or a some other
+.Va errno
+value appropriate to the type of error) is returned if
.Dv SIGURG
is blocked
for the duration of the system call.