Changeset 9a6d32b in rtems


Ignore:
Timestamp:
06/11/99 13:35:07 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0643693
Parents:
5a0592c
Message:

Added information on pathname evaluation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/posix_users/files.t

    r5a0592c r9a6d32b  
    5252@section Background
    5353
    54 There is currently no text in this section.
     54@subsection Path Name Evaluation
     55
     56A pathname is a string that consists of no more than @code{PATH_MAX}
     57bytes, including the terminating null character.  A pathname has an optional
     58beginning slash, followed by zero or more filenames separated by slashes. 
     59If the pathname refers to a directory, it may also have one or more trailing
     60slashes.  Multiple successive slahes are considered to be the same as
     61one slash. 
     62
     63POSIX allows a pathname that begins with precisely two successive slashes to be
     64interpreted in an implementation-defined manner.  RTEMS does not currently
     65recognize this as a special condition.  Any number of successive
     66slashes is treated the same as a single slash.   POSIX requires that
     67an implementation treat more than two leading slashes as a single slash.
    5568
    5669@section Operations
Note: See TracChangeset for help on using the changeset viewer.