summaryrefslogtreecommitdiffstats
path: root/doc/porting
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 18:02:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 18:02:33 +0000
commit9ec462aa509c5c8f750334af9d12bda8cd0d807d (patch)
tree3be668e895c5bc2045819bed3b284e159fc11df5 /doc/porting
parentAdded descriptions of the mount table entry elements. (diff)
downloadrtems-9ec462aa509c5c8f750334af9d12bda8cd0d807d.tar.bz2
Fixing many lines that are too long to format cleanly.
Diffstat (limited to 'doc/porting')
-rw-r--r--doc/porting/taskcontext.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/porting/taskcontext.t b/doc/porting/taskcontext.t
index cf0f750995..56d48b8464 100644
--- a/doc/porting/taskcontext.t
+++ b/doc/porting/taskcontext.t
@@ -428,7 +428,8 @@ how to accomplish this:
@example
#define _CPU_Context_Initialize_fp( _destination ) \
@{ \
- *((Context_Control_fp *) *((void **) _destination)) = _CPU_Null_fp_context; \
+ *((Context_Control_fp *) *((void **) _destination)) = \
+ _CPU_Null_fp_context; \
@}
@end example