summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-10-27 00:57:04 +0000
committerwiz <wiz@NetBSD.org>2003-10-27 00:57:04 +0000
commit51677832e709973d807d2a852c19b2481dc13f96 (patch)
tree83439af501d403ee72158999805d3dfa88ebf507 /gnu
parent6664eb5f2df2be0230fa9e5cdf469eff761e46d5 (diff)
Close parentheses.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb53/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb53/README b/gnu/usr.bin/gdb53/README
index 04d5f616be1..eede0f2de39 100644
--- a/gnu/usr.bin/gdb53/README
+++ b/gnu/usr.bin/gdb53/README
@@ -1,4 +1,4 @@
-# $NetBSD: README,v 1.2 2003/10/26 17:49:24 christos Exp $
+# $NetBSD: README,v 1.3 2003/10/27 00:57:04 wiz Exp $
This note describes how to add support for gdb53 to a platform.
@@ -15,7 +15,7 @@ To make gdb work on your platform of choice you need to populate the files in
cp arch/i386/defs.mk arch/<platform>
3. Add coredump and netbsd thread support to init.c (we should fix the autoconf
- stuff to do this automatically. At the declaration section on init.c add:
+ stuff to do this automatically). At the declaration section on init.c add:
extern initialize_file_ftype _initialize_nbsd_thread;
#ifdef USE_TUI