diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-01-22 12:00:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-01-22 12:00:44 +0000 |
commit | 0af7dd8231bef67e47c220a7bacf8f1eedabba47 (patch) | |
tree | ebee5d9abfa6081337b2c756b2b394aea04b85ae /share/man | |
parent | 987ea750df0c9c8c98007c079bbbb7a7092e3989 (diff) |
Use .Va macro when referring to the global variable errno.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/route.4 | 2 | ||||
-rw-r--r-- | share/man/man4/tp.4 | 5 |
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. |