- add a missing "be" and "in"
- fix other errors introduced when committing r226436 - add 'function' to a sentence where it makes sense Submitted by: delphij Submitted by: dougb Submitted by: jhb Approved by: dougb Approved by: jhb
This commit is contained in:
parent
2c89ac5e81
commit
14517324d0
@ -205,7 +205,7 @@ section for information on the required format.
|
||||
.IP "\fB\-infiles\fR" 4
|
||||
.IX Item "-infiles"
|
||||
if present this should be the last option, all subsequent arguments
|
||||
are assumed to the names of files containing certificate requests.
|
||||
are assumed to be the names of files containing certificate requests.
|
||||
.IP "\fB\-out filename\fR" 4
|
||||
.IX Item "-out filename"
|
||||
the output file to output certificates to. The default is standard
|
||||
|
@ -327,7 +327,7 @@ here in clarifying some of this.
|
||||
|
||||
A succesful execution of isp_init will lead to the driver 'registering'
|
||||
itself with this platform's SCSI subsystem. One assumed action for this
|
||||
is the registry of a function the SCSI subsystem for this platform
|
||||
is the registry of a function that the SCSI subsystem for this platform
|
||||
will call when it has a SCSI command to run.
|
||||
|
||||
The platform specific module function that receives this will do whatever
|
||||
|
@ -325,7 +325,7 @@ we do the following:
|
||||
|
||||
dummynet_task()
|
||||
===============
|
||||
The dummynet_task() is the main dummynet processing function and is
|
||||
The dummynet_task() function is the main dummynet processing function and is
|
||||
called every tick. This function first calculate the new current time, then
|
||||
it checks if it is the time to wake up object from the system_heap comparing
|
||||
the current time and the key of the heap. Two types of object (really the
|
||||
|
@ -51,7 +51,7 @@ comprehensive survey of an area which will remain murky for some time.
|
||||
|
||||
Until the dust clears, how you approach ideas which are patented depends
|
||||
on how paranoid you are of a legal onslaught. Arbitrary? Yes. But
|
||||
the patent bar the CCPA (Court of Customs and Patent Appeals)
|
||||
the patent bar of the CCPA (Court of Customs and Patent Appeals)
|
||||
thanks you for any uncertainty as they, at least, stand to gain
|
||||
from any trouble.
|
||||
|
||||
|
@ -66,7 +66,7 @@ split_version(const char *pkgname, const char **endname, unsigned long *epoch, u
|
||||
if (pkgname == NULL)
|
||||
errx(2, "%s: Passed NULL pkgname.", __func__);
|
||||
|
||||
/* Look for the last '-' the pkgname */
|
||||
/* Look for the last '-' in the pkgname */
|
||||
ch = strrchr(pkgname, '-');
|
||||
/* Cheat if we are just passed a version, not a valid package name */
|
||||
versionstr = ch ? ch + 1 : pkgname;
|
||||
|
Loading…
Reference in New Issue
Block a user