mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Comment cleanup from Eric Norum <eric@cls.usask.ca>.
This commit is contained in:
@@ -21,11 +21,6 @@
|
||||
* fd = open ("/TFTP/hostname/bootfiles/image", O_RDONLY);
|
||||
*
|
||||
* The `hostname' must be four dot-separated decimal values.
|
||||
*
|
||||
* To open a file on the host which supplied the BOOTP
|
||||
* information just leave the `hostname' part empty:
|
||||
* fd = open ("/TFTP//bootfiles/image", O_RDONLY);
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _TFTP_FILESYSTEM_h
|
||||
|
||||
@@ -21,11 +21,6 @@
|
||||
* fd = open ("/TFTP/hostname/bootfiles/image", O_RDONLY);
|
||||
*
|
||||
* The `hostname' must be four dot-separated decimal values.
|
||||
*
|
||||
* To open a file on the host which supplied the BOOTP
|
||||
* information just leave the `hostname' part empty:
|
||||
* fd = open ("/TFTP//bootfiles/image", O_RDONLY);
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _TFTP_FILESYSTEM_h
|
||||
|
||||
@@ -21,11 +21,6 @@
|
||||
* fd = open ("/TFTP/hostname/bootfiles/image", O_RDONLY);
|
||||
*
|
||||
* The `hostname' must be four dot-separated decimal values.
|
||||
*
|
||||
* To open a file on the host which supplied the BOOTP
|
||||
* information just leave the `hostname' part empty:
|
||||
* fd = open ("/TFTP//bootfiles/image", O_RDONLY);
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _TFTP_FILESYSTEM_h
|
||||
|
||||
Reference in New Issue
Block a user