diff options
-rw-r--r-- | lib/libc/sys/pathconf.2 | 4 |
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 |