summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vfs_timestamp.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-14 09:11:13 +0000
committerru <ru@FreeBSD.org>2001-12-14 09:11:13 +0000
commit5cbdc3fd68f69652ae7680ccce867f54dcfeddd7 (patch)
tree61ed68fe6d5c7568f5fc0295ecebad6da8de3536 /share/man/man9/vfs_timestamp.9
parent1e98a2bc17719c5f5e790cc6121376192638812b (diff)
downloadFreeBSD-src-5cbdc3fd68f69652ae7680ccce867f54dcfeddd7.zip
FreeBSD-src-5cbdc3fd68f69652ae7680ccce867f54dcfeddd7.tar.gz
mdoc(7) police: markup, grammar and spelling nits.
Reviewed by: davidc
Diffstat (limited to 'share/man/man9/vfs_timestamp.9')
-rw-r--r--share/man/man9/vfs_timestamp.924
1 files changed, 15 insertions, 9 deletions
diff --git a/share/man/man9/vfs_timestamp.9 b/share/man/man9/vfs_timestamp.9
index f02702b..d4b41d7 100644
--- a/share/man/man9/vfs_timestamp.9
+++ b/share/man/man9/vfs_timestamp.9
@@ -34,24 +34,30 @@
.Nd "generate current timestamp"
.Sh SYNOPSIS
.In sys/param.h
+.In sys/vnode.h
.Ft void
-.Fn vfs_timespec "struct timespec *tsp"
+.Fn vfs_timestamp "struct timespec *tsp"
.Sh DESCRIPTION
The
-.Fn vfs_timespec
+.Fn vfs_timestamp
function fills in
.Fa tsp
with the current time.
.Pp
The precision is based on the value of the
-.Dv vfs.timestamp_precision
+.Va vfs.timestamp_precision
sysctl variable:
-.Bd -literal
- 0 = seconds only; nanoseconds are zeroed.
- 1 = seconds and nanoseconds, accurate within 1/HZ.
- 2 = seconds and nanoseconds, trucated to microseconds.
- >=3 = seconds and nanoseconds, maximum precision.
-.Ed
+.Pp
+.Bl -tag -width ".No \(>=3" -compact
+.It 0
+seconds only; nanoseconds are zeroed.
+.It 1
+seconds and nanoseconds, accurate within 1/HZ.
+.It 2
+seconds and nanoseconds, trucated to microseconds.
+.It \(>=3
+seconds and nanoseconds, maximum precision.
+.El
.Sh AUTHORS
This man page was written by
.An Chad David Aq davidc@acns.ab.ca .
OpenPOWER on IntegriCloud