Changeset 9a6d32b in rtems
- Timestamp:
- 06/11/99 13:35:07 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0643693
- Parents:
- 5a0592c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/posix_users/files.t
r5a0592c r9a6d32b 52 52 @section Background 53 53 54 There is currently no text in this section. 54 @subsection Path Name Evaluation 55 56 A pathname is a string that consists of no more than @code{PATH_MAX} 57 bytes, including the terminating null character. A pathname has an optional 58 beginning slash, followed by zero or more filenames separated by slashes. 59 If the pathname refers to a directory, it may also have one or more trailing 60 slashes. Multiple successive slahes are considered to be the same as 61 one slash. 62 63 POSIX allows a pathname that begins with precisely two successive slashes to be 64 interpreted in an implementation-defined manner. RTEMS does not currently 65 recognize this as a special condition. Any number of successive 66 slashes is treated the same as a single slash. POSIX requires that 67 an implementation treat more than two leading slashes as a single slash. 55 68 56 69 @section Operations
Note: See TracChangeset
for help on using the changeset viewer.