summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-01-09 00:34:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-01-09 00:34:40 +0000
commit61a48770ff2f3337f4d534f13e148c0a59cb8f44 (patch)
treec091331598fe001bea23dd676fceda1003d1e4c3 /lib
parent946000f61bae6d7a0e8b7cbe9d29b81e9d4b5f6b (diff)
grammar from fbsd -r 1.18;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/pathconf.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2
index 3bfca0fe9e9..93f14db4939 100644
--- a/lib/libc/sys/pathconf.2
+++ b/lib/libc/sys/pathconf.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pathconf.2,v 1.14 2004/06/03 17:09:12 espie Exp $
+.\" $OpenBSD: pathconf.2,v 1.15 2005/01/09 00:34:39 jmc Exp $
.\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -48,7 +48,7 @@ The
.Fn pathconf
and
.Fn fpathconf
-functions provides a method for applications to determine the current
+functions provide a method for applications to determine the current
value of a configurable system limit or option variable associated
with a pathname or file descriptor.
.Pp