Paul Bolle
2011-Jan-03 23:40 UTC
[syslinux] [PATCH] 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.3.4
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.4HTH Reminder
Possibly Parallel Threads
- [PATCH] [RESEND] COM32R documentation: fix typo 'pm_cs'
- [PATCH 1/4 v2] com32/lib/: Avoid unneeded allocation.
- [PATCH 1/2] com32/lib/: Avoid unneeded allocation.
- [PATCH 2/2] com32/disk: Improve flow at disk_write_sectors and disk_read_sectors.
- [PATCH 2/2 v2] com32/disk: Improve flow at disk_write_sectors and disk_read_sectors.