[syslinux] [PATCH] COM32R documentation: fix typo 'pm_cs'

Reminder stappers at stappers.nl
Sun Jan 16 05:18:35 PST 2011


On Tue, Jan 04, 2011 at 12:40:03AM +0100, Paul Bolle wrote:
> Signed-off-by: Paul Bolle <pebolle at tiscali.nl>
> ---
>  doc/comboot.txt |   12 ++++++------
>  1 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/doc/comboot.txt b/doc/comboot.txt
> index 4b4b880..04d5deb 100644
> --- a/doc/comboot.txt
> +++ b/doc/comboot.txt
> @@ -986,27 +986,27 @@ AX=0024h [3.80] Cleanup, shuffle and boot, raw version
>  
>  	++++ 32-BIT ONLY API CALLS ++++
>  
> -void *pm_cs->lmalloc(size_t bytes)
> +void *cs_pm->lmalloc(size_t bytes)
>  
>  	Allocate a buffer in low memory (below 1 MB).
>  
> 
> -void pm_cs->lfree(void *ptr)
> +void cs_pm->lfree(void *ptr)
>  
> -	Free a buffer allocated with pm_cs->lmalloc().
> +	Free a buffer allocated with cs_pm->lmalloc().
>  
> 
> -DIR *pm_cs->opendir(const char *pathname)
> +DIR *cs_pm->opendir(const char *pathname)
>  
>  	Open a directory.
>  
> 
> -struct dirent *pm_cs->readdir(DIR *dir)
> +struct dirent *cs_pm->readdir(DIR *dir)
>  
>  	Read an entry from a directory.  The entry is returned in a
>  	static buffer.
>  
> 
> -int pm_cs->closedir(DIR *dir)
> +int cs_pm->closedir(DIR *dir)
>  
>  	Close a directory.
> -- 
> 1.7.3.4

HTH
Reminder




More information about the Syslinux mailing list