Paul Bolle
2011-Feb-16 09:34 UTC
[syslinux] [PATCH] [RESEND] COM32R documentation: fix typo 'pm_cs'
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.4.1
Geert Stappers
2011-Mar-03 18:16 UTC
[syslinux] [PATCH] [RESEND] COM32R documentation: fix typo 'pm_cs'
On Wed, Feb 16, 2011 at 10:34:24AM +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)<snip/> Since in March 2nd in Syslinux Master Git repository. Stappers
Apparently Analagous Threads
- [PATCH] COM32R documentation: fix typo 'pm_cs'
- [GIT PULL] elflink bug fixes
- [PATCH 2/4 v3] com32/disk: Code cleanup at disk_write_sectors and disk_read_sectors.
- [PATCH 1/2] com32/lib/: Avoid unneeded allocation.
- [PATCH 1/4 v2] com32/lib/: Avoid unneeded allocation.