summaryrefslogtreecommitdiffstats
path: root/doc/started/buildrt.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 15:17:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 15:17:00 +0000
commit6cede6e40311e34846e504e9be7d6adf7fdc2953 (patch)
tree6abf3317504feaf8b5bbfff5f36792b0c1d1f652 /doc/started/buildrt.t
parentComments from Geoffroy Montel (diff)
downloadrtems-6cede6e40311e34846e504e9be7d6adf7fdc2953.tar.bz2
Added urls as links
Diffstat (limited to '')
-rw-r--r--doc/started/buildrt.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t
index edfc0c4911..0bbd77215a 100644
--- a/doc/started/buildrt.t
+++ b/doc/started/buildrt.t
@@ -44,9 +44,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: