diff options
author | 2013-03-28 03:29:44 +0000 | |
---|---|---|
committer | 2013-03-28 03:29:44 +0000 | |
commit | d4648cd609e976b495a8506d688ff40e247ebb10 (patch) | |
tree | df0e1fb96f7616c667d31790d39934de107a35ca /lib/libc | |
parent | no need for vnode.h to include namei.h unconditionally (diff) | |
download | wireguard-openbsd-d4648cd609e976b495a8506d688ff40e247ebb10.tar.xz wireguard-openbsd-d4648cd609e976b495a8506d688ff40e247ebb10.zip |
Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,
msdos, NFS, fifos and devices, plus support for querying it in
getconf(2) and the requisite pathconf(2) manpage blurb
ok tedu@
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 |