diff options
author | 2001-06-27 23:51:31 +0000 | |
---|---|---|
committer | 2001-06-27 23:51:31 +0000 | |
commit | f91432f72ebaf5cefe3d6cc44a87da4f1fcb2ac3 (patch) | |
tree | e7e5eac8d402c42bceef5bf1a27530e59f21997d /share/man/man7/mdoc.samples.7 | |
parent | Missed part of the IPF cleanup; openbsd@davidkrause.com (diff) | |
download | wireguard-openbsd-f91432f72ebaf5cefe3d6cc44a87da4f1fcb2ac3.tar.xz wireguard-openbsd-f91432f72ebaf5cefe3d6cc44a87da4f1fcb2ac3.zip |
There is only one errno, and errno's is not a plural; jsyn@nthought.com
Diffstat (limited to 'share/man/man7/mdoc.samples.7')
-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 |