diff options
author | Roland Pesch <pesch@cygnus> | 1991-08-22 21:25:20 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-08-22 21:25:20 +0000 |
commit | aa69ff846c6c4ec6fb77e148fa1bc1eb4a907799 (patch) | |
tree | cebb09502c54a00ecfdac49a5e4b69c9f288d49f /bfd/doc/sedscript | |
parent | 0b09cb5b8c14e567650a7b310a2b22f607411471 (diff) | |
download | gdb-aa69ff846c6c4ec6fb77e148fa1bc1eb4a907799.zip gdb-aa69ff846c6c4ec6fb77e148fa1bc1eb4a907799.tar.gz gdb-aa69ff846c6c4ec6fb77e148fa1bc1eb4a907799.tar.bz2 |
Make info file compileable and (barely) navigable. More cleanup needed.
Diffstat (limited to 'bfd/doc/sedscript')
-rwxr-xr-x | bfd/doc/sedscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/doc/sedscript b/bfd/doc/sedscript index e8e225d..cc2022c 100755 --- a/bfd/doc/sedscript +++ b/bfd/doc/sedscript @@ -58,9 +58,9 @@ s/\*}/\*\// # *+ and *- delimit large examples to be enclosed in cartouches. /^\*\+$/c\ @lisp\ -@cartouche +@c @cartouche /^\*-$/c\ -@end cartouche\ +@c @end cartouche\ @end lisp\ # '*;' introduces an example which may have a single line or multiple lines; |