__ppc_get_timebase.3: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-05-09 23:39:08 +02:00 committed by Michael Kerrisk
parent 27931e4a6b
commit 6e7a60c016
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ __ppc_get_timebase, __ppc_get_timebase_freq \- get the current value
.nf
.B #include <sys/platform/ppc.h>
.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