From 6e7a60c016067985203ba7402f897dc34da07f09 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 9 May 2021 23:39:08 +0200 Subject: [PATCH] __ppc_get_timebase.3: ffix Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man3/__ppc_get_timebase.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/__ppc_get_timebase.3 b/man3/__ppc_get_timebase.3 index 9939767ae..618ca74dc 100644 --- a/man3/__ppc_get_timebase.3 +++ b/man3/__ppc_get_timebase.3 @@ -31,7 +31,7 @@ __ppc_get_timebase, __ppc_get_timebase_freq \- get the current value .nf .B #include .PP -.BI "uint64_t __ppc_get_timebase(void)" +.BI "uint64_t __ppc_get_timebase(void);" .BI "uint64_t __ppc_get_timebase_freq(void);" .fi .SH DESCRIPTION