1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Fix 181 typos in user-facing documentation

(cherry picked from commit fe365afb433bb39d4f3a6b68b3fd8e8daf5370c8)
This commit is contained in:
Martijn Dekker 2020-02-26 22:20:02 +01:00
parent 2940b3f536
commit 9c75314c71
31 changed files with 181 additions and 181 deletions

View file

@ -56,7 +56,7 @@ misc:
getshell return full path of shell for cmdopen()
ooptget optget() for obsolete ar(1) and tar(1) options
optget YA getopt(3) but no argc or error message output
pathaccess find file with specific acces on list of dirs
pathaccess find file with specific access on list of dirs
pathcanon canonicalize path name in place
pathcmd return full path name of executable using $PATH
pathroot determine `related root' directory for command

View file

@ -268,7 +268,7 @@
09-01-31 features/sys: drop header sys/localedef.h
09-01-28 include/fs3d.h,misc/fs3d.c: mount() => fs3d_mount() for diff std prototypes
09-01-14 misc/fts_open.c: delay top list reorder until first fts_read()
09-01-14 include/ls.h: LS_W_INUMBER => 9 to accomodate large st_ino
09-01-14 include/ls.h: LS_W_INUMBER => 9 to accommodate large st_ino
09-01-14 misc/optget.c: expand STYLE_usage input text
09-01-09 features/uwin,stdio/_stdfun.c: iffe for _p__iob and __p__iob
09-01-09 misc/magic.tab: add ISO filesystem image entries
@ -472,7 +472,7 @@
06-09-12 string/strelapsed.c: fix multi-char qualifier parse
06-09-12 string/strtoi.h: drop [cClLqQwW] multipliers
06-09-11 misc/optget.c: add numeric arg validity check
06-09-07 misc/optget.c,tm/tmfix.c: fix uninitialzed var refs
06-09-07 misc/optget.c,tm/tmfix.c: fix uninitialized var refs
06-09-05 path/pathprobe.c: add version header verification
06-08-01 Makefile: handle iffe vs FEATURE/common vs ast_common.h
06-08-31 Makefile: add ast_map.h to the bootstrap list
@ -540,7 +540,7 @@
05-05-31 string/fmtbuf.c: unlock (spin) before each return -- doh
05-05-30 sfio/sfpkrd.c: work around macos 10.4 recv(MSG_PEEK) bug
05-05-27 regex: add REX_NEST (?%[S.][T.][OT])
magic.tab: ammend bsd db magic
magic.tab: amend bsd db magic
05-05-23 regex: REX_NEST (?%[D.][E.][L.][Q.][oc]...)
05-05-21 regex: state.fold[] is now locale specific -- doh
05-05-19 regex: add REX_NEST (?%\\()<>[]""...) %(...) nested match
@ -861,13 +861,13 @@
03-01-24 path/pathexists.c: fix abs dir bug and deal with case ignorance
03-01-23 path/pathpath.c: honor PATH_ABSOLUTE for the easy case too
03-01-22 path/pathprobe.c: fix search to find both the probe script and command
03-01-17 misc/magic.tab: application/zip => appplication/(gzip|pzip|zip)
03-01-17 misc/magic.tab: application/zip => application/(gzip|pzip|zip)
03-01-14 misc/optget.c: change href="" to href="."
03-01-10 include/ast_std.h: strtold() import hackery for static __CYGWIN__
03-01-03 include/regex.h,regex/regcomp.h: add REG_SHELL_GROUP
include/ast.h,string/strmatch.c: add STR_GROUP for REG_SHELL_GROUP
02-12-15 include/error.h: errorcontext => Error_context_s (compatible til 2004)
02-12-06 misc/sigdata.c: add NoF(sigdadata) -- why nmake was uninterruptable!
02-12-06 misc/sigdata.c: add NoF(sigdadata) -- why nmake was uninterruptible!
02-12-03 comp/omitted.c,features/omitted: handle cygwin alarm() return botch
02-11-27 misc/swapop.c: op=3,size=4 => op=7
string/strlcat.c,strlcpy.c: fix uwin decl clash
@ -1100,7 +1100,7 @@
01-10-05 misc/glob.c: fix `\(x/*' GLOB_NOMATCH bug that returned `(x'
misc/optget.c: fix localization lookup that didn't drop doubled : ? ]
01-10-04 comp/setlocale.c: handle sizeof(wchar_t)!=4 in debug locale
comp/conf.sh: handle sytems where _SC_* is both an enum and a macro
comp/conf.sh: handle systems where _SC_* is both an enum and a macro
01-09-25 astconf: add LIBPREFIX
01-09-20 features/common: add __DYNAMIC__() for dll externs
01-09-19 cdt: kpv update
@ -1289,7 +1289,7 @@
tmlex: check tm_info.format and tm_data.format
tmfix: fix for tm_wday special case (via nl_langinfo on LC_TIME fields)
strftime: fix for nl_langinfo special case
ast_std.h: provide LC_* defauls if not defined
ast_std.h: provide LC_* defaults if not defined
sfnew: check ${_AST_sfio_bufsize} -- don't tell kpv
catopen,nl_types.h: add intercept to mc* routines
magic.tab: add ast message catalog
@ -1348,7 +1348,7 @@
99-10-22 tmfmt: %C=2-digit-century, %k=date(1), %y=2-digit-year-in-century
99-10-18 fastfind: expanded default db lookup
99-08-11 magic: fix off by one registry malloc
features/fs: add __RENAME checks for stat familiy (netbsd)
features/fs: add __RENAME checks for stat family (netbsd)
features/fs: major()/minor() fixes for s5
features/libpath.sh: netbsd fix -- ld.so not in std places
misc/fastfind: fix codes path generation bug
@ -1463,7 +1463,7 @@
proc: add PROC_ZOMBIE
98-02-06 strmatch() char class range bug fix
regex char class range bug fix
98-01-23 _WIN32: changed the #if logic again to accomodate _GNUC_
98-01-23 _WIN32: changed the #if logic again to accommodate _GNUC_
mnt: grab the mount options too
ast_std.h: hide getopt,getsubopt from stdlib.h
features/limits.c: add gnu guard macros to avoid limits.h recursion

View file

@ -218,7 +218,7 @@ The default value \f50\fP disables the test.
If \f5errorf\fP != \f50\fP then it is called for each \fIASO\fP fatal library condition.
\f5type\fP may be one of: \f5ASO_METHOD\fP - a method error; \f5ASO_HUNG\fP - \f5asoloop\fP() was called
\f52**Asometh_t.hung\fP times with no access to the loop resource.
\f5mesg\fP is a 0-terminated messsage description.
\f5mesg\fP is a 0-terminated message description.
.Ss " void ASODISC(Asodisc_t* disc, Asoerror_f errorf);"
.PP
This function-like-macro initializes \f5disc->version = ASO_VERSION\fP, \f5disc->errorf = errorf\fP,
@ -248,7 +248,7 @@ When supported by the hardware / compiler, the library provides the "\fBintrinsi
.Tp
\f5ASO_SIGNAL\fP:
This method type is suitable only for single-process single-thread applications.
It can be used to provide locking between asyncronous \fBsignal\fP(2) handlers
It can be used to provide locking between asynchronous \fBsignal\fP(2) handlers
and the main program.
The library provides the "\fBsignal\fP" method with type \f5ASO_SIGNAL\fP.
This is the default method type when \f5ASO_INTRINSIC\fP is not supported.
@ -265,7 +265,7 @@ The \fB-ltaso\fP library provides the "\fBspin\fP" (using \fBpthread_spin_lock\f
\f5ASO_PROCESS\fP:
This method type is suitable for single-process single-thread, and multi-process applications.
Some \f5ASO_PROCESS\fP methods may also be suitable for multi-thread applications (if they have the \f5ASO_THREAD\fP type.)
These methods are typically and noticably \fIslow\fP, up to 2 orders of magnitude slower than
These methods are typically and noticeably \fIslow\fP, up to 2 orders of magnitude slower than
\f5ASO_INTRINSIC\fP for some applications.
They are provided as a last resort when other methods are not available.
The library provides the "\fBsemaphore\fP" method with type \f5ASO_PROCESS|ASO_THREAD|ASO_SIGNAL\fP
@ -343,7 +343,7 @@ Unlike other \fIAST\fP library discipline/method functions which can instantiate
multiple discpline/method handles within a single process, the \fIASO\fP
library allows only one discipline and method to be set at a time, with the additional
restriction that it may only be set by the main and only thread of the calling process.
For this reason there is no open/close interface with an instantation handle;
For this reason there is no open/close interface with an instantiation handle;
instead the global discipline/method is simply initialized by \f5asoinit()\fP.
\f5ASO_THREAD\fP and \f5ASO_PROCESS\fP methods rely on the \f5Asometh_t.lockf()\fP

View file

@ -100,4 +100,4 @@ and then call
.L foo
you may end up with the local implementation of
.LR foo ,
and then you get what you payed for.
and then you get what you paid for.

View file

@ -525,7 +525,7 @@ must be called to terminate the scan.
is returned on error.
.TP
.L "Hash_bucket_t* hashnext(Hash_position_t* pos)"
Returnes a pointer to the next bucket in the sequential scan set up by
Returns a pointer to the next bucket in the sequential scan set up by
.L hashscan()
on
.LR pos .

View file

@ -139,7 +139,7 @@ on
.IR st .
.L magictype
always returns a non-null string.
If errors are encounterd on
If errors are encountered on
.I path
then the return value will contain information on those errors, e.g.,
.LR "cannot stat" .
@ -431,7 +431,7 @@ The
field is the most important because it is this field that is presented
to the outside world.
When constructing description
fields one must be very careful to follow the style layed out in the
fields one must be very careful to follow the style laid out in the
magic file, lest yet another layer of inconsistency creep into the system.
The description for each matching record in an entry are concatenated
to form the complete magic type.

View file

@ -109,7 +109,7 @@ returns the type string for
.IR path .
.L mimetype
always returns a non-null string.
If errors are encounterd on
If errors are encountered on
.I path
then the return value will be
.LR "error" .

View file

@ -291,7 +291,7 @@ specific
.IR probe (1)
information file for the
.I lang
langauge processor
language processor
.IR proc .
If
.I "path == 0"

View file

@ -58,7 +58,7 @@ All pathnames rooted at
.L /
are first searched for in the process preroot directory
and then in the system root directory.
Setting the process preroot is a priveleged operation controlled by the
Setting the process preroot is a privileged operation controlled by the
.IR /etc/preroot (1)
command.
.PP

View file

@ -212,7 +212,7 @@ The child effective group id is set to the real group id.
Parent pipe errors are ignored.
.TP
.L PROC_OVERLAY
The current process is overlayed by
The current process is overlaid by
.I command
if possible
(i.e., the

View file

@ -443,7 +443,7 @@ This flag guarantees that data written in any single \f5sfwrite()\fP or
\f5sfputr()\fP call will always be output as a whole to the output device.
This is useful in certain applications (e.g., networking) where a complex object
must be output without being split in different system calls.
Note that the respective stream still buffers data as much as the buffer can accomodate.
Note that the respective stream still buffers data as much as the buffer can accommodate.
.Tp
\f5SF_MTSAFE\fP:
This flag indicates that the respective stream may be accessed by more than one threads.
@ -692,7 +692,7 @@ As with \f5SFMTX_LOCK\fP,
an attempt to clear the lock count without a previously successful lock
may result in undefined behavior.
.PP
.Ss "INPUT/OUPUT OPERATIONS"
.Ss "INPUT/OUTPUT OPERATIONS"
.PP
.Ss " int sfgetc(Sfio_t* f)"
.Ss " int sfputc(Sfio_t* f, int c)"
@ -903,7 +903,7 @@ If \f5n > 0\fP, the stream I/O position is advanced by \f5n\fP.
If \f5n < 0\fP, the stream I/O position is advanced by the amount
of available data.
For example, a successful \f5sfreserve(f, -1, -1)\fP call will return a
buffer of data and simultanously advance the stream I/O position by the amount
buffer of data and simultaneously advance the stream I/O position by the amount
indicated by \f5sfvalue(f)\fP.
.Tp
\f5type == SF_LOCKR\fP:
@ -1008,7 +1008,7 @@ can be modified by this function to redirect formatting or scanning.
For example, consider a call from a \f5sfprintf()\fP function to process an
unknown pattern \f5%t\fP (which we may take to mean ``time'') based on a
formatting environment \f5fe\fP.
\f5fe->extf\fP may reset \f5fe->fmt\fP to `\f5d\fP' upon returing
\f5fe->extf\fP may reset \f5fe->fmt\fP to `\f5d\fP' upon returning
to cause \f5sfprintf()\fP to process the value being formatted as an integer.
Below are the fields of \f5Sffmt_t\fP:

View file

@ -235,7 +235,7 @@ Additional space will be set to zero.
is similar to \fIvmnewof\fP but it neither copies data nor clears space.
.PP
.I vmgetmem
provides a handy function to creat/close regions and allocate/free memory
provides a handy function to create/close regions and allocate/free memory
based on chunks of memory obtained from the heap region \fIVmheap\fP.
.TP
.MW "vmgetmem(0,0,0)"
@ -530,7 +530,7 @@ A \f5Vmstat_t\fP structure has at least these members:
.fi
.in -.5i
.PP
Bookeeping overhead is counted in \f5extent\fP,
Bookkeeping overhead is counted in \f5extent\fP,
but not in \f5s_busy\fP or \f5s_free\fP.
.PP
.I vmtrace