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/man4/tp.4 | |
parent | 987ea750df0c9c8c98007c079bbbb7a7092e3989 (diff) |
Use .Va macro when referring to the global variable errno.
Diffstat (limited to 'share/man/man4/tp.4')
-rw-r--r-- | share/man/man4/tp.4 | 5 |
1 files changed, 3 insertions, 2 deletions
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. |