aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2022-01-29 23:59:29 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-01-30 00:11:26 +0100
commit482308142780f5ade1dfa84de03bc532b459ba76 (patch)
tree1a9656172cf6c6b4e401566722cdc26a170f64f8
parent6673c89c6c2bd2459d389d390cf230921401764f (diff)
downloadman-pages-482308142780f5ade1dfa84de03bc532b459ba76.tar.gz
time.7: tfix
"HZ" is the constant, and has nothing to do with the 50 Hz PAL/60 Hz NTSC mains frequencies Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man7/time.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/time.7 b/man7/time.7
index 830da7ea88..69d72af04b 100644
--- a/man7/time.7
+++ b/man7/time.7
@@ -92,7 +92,7 @@ configuration parameter and can be 100, 250 (the default) or 1000,
yielding a jiffies value of, respectively, 0.01, 0.004, or 0.001 seconds.
Since kernel 2.6.20, a further frequency is available:
300, a number that divides evenly for the common video
-frame rates (PAL, 25 HZ; NTSC, 30 HZ).
+frame rates (PAL, 25 Hz; NTSC, 30 Hz).
.PP
The
.BR times (2)