diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-01-22 12:05:50 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-01-22 12:05:50 +0000 |
commit | 0a46552ab6ad5ad0dd8f93517be8d8dd71229b9f (patch) | |
tree | 346f6a55489b9fddf5892e203f1e58db85b390a2 /lib/libc/sys/nfssvc.2 | |
parent | 0af7dd8231bef67e47c220a7bacf8f1eedabba47 (diff) |
Use .Er macro when referring to errno error names.
Diffstat (limited to 'lib/libc/sys/nfssvc.2')
-rw-r--r-- | lib/libc/sys/nfssvc.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/nfssvc.2 b/lib/libc/sys/nfssvc.2 index a0e36cf2d14..9354634bfc7 100644 --- a/lib/libc/sys/nfssvc.2 +++ b/lib/libc/sys/nfssvc.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfssvc.2,v 1.10 2000/01/22 12:00:43 aaron Exp $ +.\" $OpenBSD: nfssvc.2,v 1.11 2000/01/22 12:05:49 aaron Exp $ .\" $NetBSD: nfssvc.2,v 1.6 1995/02/27 12:35:08 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -250,7 +250,7 @@ system call is designed specifically for the support daemons and as such is specific to their requirements. It should really return values to indicate the need for authentication support, since -.Dv ENEEDAUTH +.Er ENEEDAUTH is not really an error. Several fields of the argument structures are assumed to be valid and sometimes to be unchanged from a previous call, such that |