summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-06-29 05:37:10 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-06-29 05:37:10 +0000
commit199a738f694676dd22163d3d76251f95298169f1 (patch)
tree1ebc5ab850210aaf27e49fe4dac4681f520e96b2
parentcdc2daf5bef1522cf9a28749b77d39d369589b95 (diff)
When specifying negative values (i.e., -1), the '-' character should be
escaped.
-rw-r--r--lib/libc/sys/fhopen.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2
index 5d4702a04be..e5cd243e02d 100644
--- a/lib/libc/sys/fhopen.2
+++ b/lib/libc/sys/fhopen.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fhopen.2,v 1.2 2000/04/15 02:15:24 aaron Exp $
+.\" $OpenBSD: fhopen.2,v 1.3 2000/06/29 05:37:09 aaron Exp $
.\" $NetBSD: fhopen.2,v 1.2 1999/12/02 21:42:36 kleink Exp $
.\"
.\" Copyright (c) 1999 National Aeronautics & Space Administration
@@ -89,7 +89,7 @@ returns the file descriptor for the opened file, while
and
.Fn fhstatfs
return 0.
-Otherwise, -1 is returned and
+Otherwise, \-1 is returned and
.Va errno
is set to indicate the error.
.Sh ERRORS