diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-04-18 23:52:39 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-04-18 23:52:39 +0000 |
commit | cf0570a35d73cf88bbc4c0bf0ca4e25c6b8277b5 (patch) | |
tree | 4ea3f38a5f46235569ff381e08fd392569b11459 | |
parent | 3db3201850eaeeb710d50c9fd6b00083a4c5f788 (diff) |
Fix format odditiy in 'ERRORS' section, formats like mmap(2) manpage now.
-rw-r--r-- | lib/libc/sys/mquery.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mquery.2 b/lib/libc/sys/mquery.2 index 651ef4de035..ae8d7884064 100644 --- a/lib/libc/sys/mquery.2 +++ b/lib/libc/sys/mquery.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mquery.2,v 1.3 2003/04/18 23:50:32 drahn Exp $ +.\" $OpenBSD: mquery.2,v 1.4 2003/04/18 23:52:38 drahn Exp $ .\" .\" Copyright (c) 2003 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -108,7 +108,7 @@ is set to indicate the error. .Sh ERRORS .Fn mquery will fail if: -.Bl -tag -width EINVAL +.Bl -tag -width Er .It Bq Er EINVAL .Dv MAP_FIXED was specified and the requested memory area is unavailable. |