diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2017-03-12 18:07:03 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2017-03-12 18:07:03 +0000 |
| commit | e3f87f6c705552b9aaf2cc10ec687f330c0ebe6a (patch) | |
| tree | 888fea23b8fe156f2e38746f2065d1397d721098 | |
| parent | 1c2eb3e8d123e0af76e7093b78f4447041bfd488 (diff) | |
Notes
| -rw-r--r-- | sys/kern/vfs_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 751e1cc6a28c0..4706b20da31c2 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -767,7 +767,7 @@ enum { TSP_SEC, TSP_HZ, TSP_USEC, TSP_NSEC }; static int timestamp_precision = TSP_USEC; SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW, ×tamp_precision, 0, "File timestamp precision (0: seconds, " - "1: sec + ns accurate to 1/Hz, 2: sec + ns truncated to us, " + "1: sec + ns accurate to 1/HZ, 2: sec + ns truncated to us, " "3+: sec + ns (max. precision))"); /* |
