Message-Id: <3.0.1.32.19980210090946.007ec100@yacker.xiotech.com> Date: Tue, 10 Feb 1998 09:09:46 -0600 To: djgpp-workers AT delorie DOT com From: Randy Maas Subject: fsext patch, spelling correction + parenthesis Cc: eliz AT is DOT elta DOT co DOT il Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_887144986==_" Precedence: bulk --=====================_887144986==_ Content-Type: text/plain; charset="us-ascii" Attached is the proper patch -- it has the spelling correction and the proper number of right parenthesis. Eli, your attention to subtle detail make (or would make) you an excellent bird watcher! Randy randym AT acm DOT org --=====================_887144986==_ Content-Type: text/plain; charset="us-ascii" Content-Disposition: attachment; filename="fsext.dif" *** src/libc/fsext/fsext.txh~1 Mon Feb 2 10:17:26 1998 --- src/libc/fsext/fsext.txh Tue Feb 10 09:03:46 1998 *************** *** 289,301 **** This function is part of the @ref{File System Extensions}. It is used to store a descriptor-specific pointer that can later be retrieved by ! @ref{__FSEXT_get_data}. The pointer is not otherwise used. This is useful when writing an extension that may be handling several ! open psuedo-files. @code{__FSEXT_set_data} can be used when creating or opening the file to store a pointer to data about the specific file. Later, when specific operation needs to be done (e.g. read, write, etc.) a ! pointer to psuedo-file associated with the file descriptor can be fetched with @code{__FSEXT_get_data}. @subheading Return Value --- 289,302 ---- This function is part of the @ref{File System Extensions}. It is used to store a descriptor-specific pointer that can later be retrieved by ! @code{__FSEXT_get_data} (@pxref{__FSEXT_get_data}). The pointer is not ! otherwise used. This is useful when writing an extension that may be handling several ! open pseudo-files. @code{__FSEXT_set_data} can be used when creating or opening the file to store a pointer to data about the specific file. Later, when specific operation needs to be done (e.g. read, write, etc.) a ! pointer to pseudo-file associated with the file descriptor can be fetched with @code{__FSEXT_get_data}. @subheading Return Value *************** *** 551,559 **** This function is part of the @ref{File System Extensions}. It is used to retrieve a descriptor-specific pointer that was previously stored ! by @ref{__FSEXT_set_data}. The pointer is not otherwise used. ! @pxref{__FSEXT_set_data} for an example of how this may be used. @subheading Return Value --- 552,561 ---- This function is part of the @ref{File System Extensions}. It is used to retrieve a descriptor-specific pointer that was previously stored ! by @code{__FSEXT_set_data} (@pxref{__FSEXT_set_data}). The pointer is not ! otherwise used. ! @xref{__FSEXT_set_data} for an example of how this may be used. @subheading Return Value --=====================_887144986==_ Content-Type: text/plain; charset="us-ascii" --=====================_887144986==_--