Correct the abbreviations for microseconds (us, not ms), and for Hz (not HZ).
This commit is contained in:
parent
94a1344578
commit
8a3966405e
@ -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 ms, "
|
||||
"1: sec + ns accurate to 1/Hz, 2: sec + ns truncated to us, "
|
||||
"3+: sec + ns (max. precision))");
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user