diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-06-27 23:51:32 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-06-27 23:51:32 +0000 |
commit | 9323f5ccb7b8bb0cc69c547b19454168c48b8be3 (patch) | |
tree | 9e2241939d63bba5391a8b8fe593008f52920f21 /share | |
parent | 1656a02907bc70543a29e49793559c18f5f6726d (diff) |
There is only one errno, and errno's is not a plural; jsyn@nthought.com
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index c77b2efdd8a..b2a292de274 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.30 2001/06/22 11:14:53 mpech Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.31 2001/06/27 23:51:31 pjanzen Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -140,7 +140,7 @@ outlined as follows: .It "Configuration Declarations (section four only)" . .It "Command Modifier" . .It "Defined Variables" . -.It "Errno's (Section two only)" . +.It "Errno (Section two only)" . .It "Environment Variables" . .It "Function Argument" . .It "Function Declaration" . @@ -900,7 +900,7 @@ It is an error to call without arguments. .Ql \&.Dv is parsed and is callable. -.Ss Errno's (Section two only) +.Ss Errno (Section two only) The .Ql \&.Er errno macro specifies the error return value |