diff options
author | jhb <jhb@FreeBSD.org> | 2001-03-09 03:07:53 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-03-09 03:07:53 +0000 |
commit | 3d99a7c133dde48b80092e04e9012ded7a98890f (patch) | |
tree | cca134db957f635c33ec72c16154b9f7b04a9ce1 /share/man | |
parent | dfc9db7b2060dbc077bf2b49ada4389402c9f3ef (diff) | |
download | FreeBSD-src-3d99a7c133dde48b80092e04e9012ded7a98890f.zip FreeBSD-src-3d99a7c133dde48b80092e04e9012ded7a98890f.tar.gz |
The 'gdb' command works on the alpha as well as the i386.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ddb.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 820484d..783d41a 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -426,7 +426,9 @@ machine is required that runs using the remote debug feature, with a connection to the serial console port on the target machine. Currently only available on the .Em i386 -architecture. +and +.Em Alpha +architectures. .It Cm help Print a short summary of the available commands and command abbreviations. |