diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pathconf.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index 4b022be7a4b..effa98da931 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pathconf.2,v 1.17 2012/07/17 06:30:31 matthew Exp $ +.\" $OpenBSD: pathconf.2,v 1.18 2013/03/28 03:29:45 guenther Exp $ .\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: July 17 2012 $ +.Dd $Mdocdate: March 28 2013 $ .Dt PATHCONF 2 .Os .Sh NAME @@ -129,6 +129,8 @@ Recommended file transfer buffer alignment. Maximum number of bytes in a symbolic link. .It Dv _PC_SYNC_IO Returns 1 if synchronized I/O is supported, otherwise 0. +.It Dv _PC_TIMESTAMP_RESOLUTION +The resolution in nanoseconds of file timestamps. .El .Sh RETURN VALUES If the call to |