summaryrefslogtreecommitdiffstats
path: root/doc/started_ada/buildrt.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 15:32:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 15:32:28 +0000
commitdff0a57c2bacad8759848bd9954a20f97505f799 (patch)
tree8f20978affb9999fc3442d6ab2bae45ce325f00c /doc/started_ada/buildrt.t
parentAdded urls as links (diff)
downloadrtems-dff0a57c2bacad8759848bd9954a20f97505f799.tar.bz2
Now builds for all formats and includes urls
Diffstat (limited to '')
-rw-r--r--doc/started_ada/buildrt.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/started_ada/buildrt.t b/doc/started_ada/buildrt.t
index 2724c0466e..32c854ea4d 100644
--- a/doc/started_ada/buildrt.t
+++ b/doc/started_ada/buildrt.t
@@ -43,9 +43,9 @@ function in a file named @code{f.c}:
@example
int f( int x )
-{
+@{
return x + 1;
-}
+@}
@end example
Then assemble the file using a command similar to the following: