repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
texinfo
/
makeinfo
/
tests
/
node-whitespace.txi
blob
04f0339a8c81fcedb76eecb4bf66512be414ee6e
1
\input texinfo.tex @c -*-texinfo-*-
2
3
@setfilename node-whitespace.info
4
5
@c Makeinfo should collapse whitespace in node names.
6
7
@ifnottex
8
9
@node Top
10
@top Whitespace in Node Names
11
12
@end ifnottex
13
14
@menu
15
* Chap 1.3 ::
16
* Chap 1.4 :Chap 1.4.
17
@end menu
18
19
@node Chap 1.3
20
@chapter Chap 1.3
21
22
Can I reach here?
23
24
@node Chap 1.4
25
@chapter Another space test
26
27
How about here?
28
@xref{Chap 1.3}.
29
30
@bye