Skip to content

Commit f67d4fd

Browse files
committed
Use at-repl for versioninfo() output
1 parent 014c5d5 commit f67d4fd

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

doc/src/devdocs/backtraces.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,8 @@ No matter the error, we will always need to know what version of Julia you are r
1818
first starts up, a header is printed out with a version number and date. If your version is
1919
`0.2.0` or higher, please include the output of `versioninfo()` in any report you create:
2020

21-
```julia-repl
22-
julia> versioninfo()
23-
Julia Version 0.3.3-pre+25
24-
Commit 417b50a* (2014-11-03 11:32 UTC)
25-
Platform Info:
26-
OS: Linux (x86_64-linux-gnu)
27-
CPU: Intel(R) Core(TM) i7 CPU L 640 @ 2.13GHz
28-
WORD_SIZE: 64
29-
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Nehalem)
30-
LAPACK: libopenblas
31-
LIBM: libopenlibm
32-
LLVM: libLLVM-3.3
21+
```@repl
22+
versioninfo()
3323
```
3424

3525
## Segfaults during bootstrap (`sysimg.jl`)

0 commit comments

Comments
 (0)