]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/filesystem/doc/path_table.txt
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / filesystem / doc / path_table.txt
1 # Paths for the reference.html Path Decomposition Table
2 #
3 # This is the input file for path_table, which generates the actual html
4 #
5 # Copyright Beman Dawes 2010
6 #
7 # Distributed under the Boost Software License, Version 1.0.
8 # See www.boost.org/LICENSE_1_0.txt
9 #
10 # Note that an empty line is treated as input rather than as a comment
11
12 .
13 ..
14 foo
15 /
16 /foo
17 foo/
18 /foo/
19 foo/bar
20 /foo/bar
21 //net
22 //net/foo
23 ///foo///
24 ///foo///bar
25 /.
26 ./
27 /..
28 ../
29 foo/.
30 foo/..
31 foo/./
32 foo/./bar
33 foo/..
34 foo/../
35 foo/../bar
36 c:
37 c:/
38 c:foo
39 c:/foo
40 c:foo/
41 c:/foo/
42 c:/foo/bar
43 prn:
44 c:\
45 c:foo
46 c:\foo
47 c:foo\
48 c:\foo\
49 c:\foo/
50 c:/foo\bar