diff options
author | ru <ru@FreeBSD.org> | 2000-11-22 16:11:48 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-22 16:11:48 +0000 |
commit | e75ab20d6b4eaec58e390123387f0d0ef2f9f360 (patch) | |
tree | 064a66603b9a3557325a005737c8a7027ea73713 /share/man/man9/VOP_PATHCONF.9 | |
parent | bdc5340b39fbc40a64feadf0d2fd65beca35a320 (diff) | |
download | FreeBSD-src-e75ab20d6b4eaec58e390123387f0d0ef2f9f360.zip FreeBSD-src-e75ab20d6b4eaec58e390123387f0d0ef2f9f360.tar.gz |
mdoc(7) police: Er macro usage cleanup.
Diffstat (limited to 'share/man/man9/VOP_PATHCONF.9')
-rw-r--r-- | share/man/man9/VOP_PATHCONF.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_PATHCONF.9 b/share/man/man9/VOP_PATHCONF.9 index cfb392d..bc4a8d4 100644 --- a/share/man/man9/VOP_PATHCONF.9 +++ b/share/man/man9/VOP_PATHCONF.9 @@ -79,7 +79,7 @@ If is recognized, .Fa *retval is set to the specified value and zero is returned, otherwise -.Dv EINVAL +.Er EINVAL is returned. .Sh SEE ALSO .Xr pathconf 2 , |