From 36def9125c9adf4049a18105d48715ac8606e1ec Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Oct 2016 19:47:07 -0500 Subject: rtems-docs: Fix many unnecessary back slashes --- porting/cpu_init.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'porting/cpu_init.rst') diff --git a/porting/cpu_init.rst b/porting/cpu_init.rst index 8de4744..39a27ed 100644 --- a/porting/cpu_init.rst +++ b/porting/cpu_init.rst @@ -19,7 +19,7 @@ The _CPU_Initialize routine performs processor dependent initialization. .. code:: c void _CPU_Initialize( - void (\*thread_dispatch) /* may be ignored \*/ + void (*thread_dispatch) /* may be ignored */ ) The thread_dispatch argument is the address of the entry point for the -- cgit v1.2.3