diff options
author | 2000-06-29 05:37:09 +0000 | |
---|---|---|
committer | 2000-06-29 05:37:09 +0000 | |
commit | bb716a1965e239fc1a9ef47a212e69af761589c0 (patch) | |
tree | 225d3d7d35fea6e24606d0afc32c60b3ea09b88b /lib/libc/sys | |
parent | I felt that telnetd(8) deserves the following BUGS entry: (diff) | |
download | wireguard-openbsd-bb716a1965e239fc1a9ef47a212e69af761589c0.tar.xz wireguard-openbsd-bb716a1965e239fc1a9ef47a212e69af761589c0.zip |
When specifying negative values (i.e., -1), the '-' character should be
escaped.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/fhopen.2 | 4 |
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 |