diff --git a/KnownProblems.html b/KnownProblems.html index 9f03ca1d0..4603e9533 100644 --- a/KnownProblems.html +++ b/KnownProblems.html @@ -17,20 +17,5 @@ occur on pentium vxWorks iocs. See ansiTime in the vxWorks reference manual for details about TIMEZONE.

-

RTEMS appDevGuide Documentation

- -

In the Application Developer's Guide the example for the RTEMS TFTP -filesystem chdir command isn't quite right. The note says that all pathnames -passed to chdir must end in a / character, but the example doesn't show this. - The example should be changed as shown below.

-
- -

The RTEMS TFTP remote filesystem driver now supports a limited form of the -chdir() system call. One restriction is that all pathnames passed to chdir() -must end in a / character, so IOC shell commands to change directories must -be given as

- -

cd ../db/

- diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index 569ab6976..e65d65c2b 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -28,7 +28,7 @@ to chdir() must end in a / character, so IOC shell commands to change directories must be given as

-cd ../db +cd ../db/