filesytem -> filesystem requries -> requires hte -> the recieve -> receive varients -> variants preceeded -> preceded
Signed-off-by: Dmitry V. Levin <l...@altlinux.org> --- doc/ChangeLog | 7 +++++++ doc/debuginfod.8 | 2 +- doc/debuginfod_find_debuginfo.3 | 6 +++--- doc/elfutils.sgml | 2 +- doc/readelf.1 | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index d8f21dd6..c316047c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2020-12-11 Dmitry V. Levin <l...@altlinux.org> + + * debuginfod.8: Fix spelling typos. + * debuginfod_find_debuginfo.3: Likewise. + * elfutils.sgml: Likewise. + * readelf.1: Likewise. + 2020-12-06 Dmitry V. Levin <l...@altlinux.org> * debuginfod_find_debuginfo.3: Document DEBUGINFOD_SONAME macro. diff --git a/doc/debuginfod.8 b/doc/debuginfod.8 index 152e368c..a836718f 100644 --- a/doc/debuginfod.8 +++ b/doc/debuginfod.8 @@ -117,7 +117,7 @@ Set the path of the sqlite database used to store the index. This file is disposable in the sense that a later rescan will repopulate data. It will contain absolute file path names, so it may not be portable across machines. It may be frequently read/written, so it -should be on a fast filesytem. It should not be shared across +should be on a fast filesystem. It should not be shared across machines or users, to maximize sqlite locking performance. The default database file is \%$HOME/.debuginfod.sqlite. diff --git a/doc/debuginfod_find_debuginfo.3 b/doc/debuginfod_find_debuginfo.3 index 36c08490..cfddb542 100644 --- a/doc/debuginfod_find_debuginfo.3 +++ b/doc/debuginfod_find_debuginfo.3 @@ -82,7 +82,7 @@ be 0. Otherwise \fIbuild_id_len\fP should be the number of bytes in the binary blob. .BR debuginfod_find_source () -also requries a \fIfilename\fP in order to specify a particular +also requires a \fIfilename\fP in order to specify a particular source file. \fIfilename\fP should be an absolute path that includes the compilation directory of the CU associated with the source file. Relative path names commonly appear in the DWARF file's source directory, @@ -149,7 +149,7 @@ likely return with an error, but might still succeed. The \fBdebuginfod_find_*\fP() functions may use several techniques to retrieve the requested files, through the cache or through one -or multiple servers or file URLs. To show how a query is handled hte +or multiple servers or file URLs. To show how a query is handled the .BR debuginfod_set_verbose_fd () can be used to set a particular file descriptor on which verbose output is given about the query steps and eventual errors encountered. @@ -291,7 +291,7 @@ couldn't be verified (bad certificate). .TP .BR ECONNRESET -Unable to either send or recieve network data. +Unable to either send or receive network data. .TP .BR EHOSTUNREACH diff --git a/doc/elfutils.sgml b/doc/elfutils.sgml index d7fea40d..e8a483a2 100644 --- a/doc/elfutils.sgml +++ b/doc/elfutils.sgml @@ -429,7 +429,7 @@ <title><filename>libelf</filename> Internals</title> <simpara>Since the binary format handling tools need constant - attention since there are always new machines and varients + attention since there are always new machines and variants therefore coming out it is important to have the implementation well documented. Only this way extensions can be made in the right places and the mistakes of the past avoided.</simpara> diff --git a/doc/readelf.1 b/doc/readelf.1 index 33263819..6a843f66 100644 --- a/doc/readelf.1 +++ b/doc/readelf.1 @@ -261,10 +261,10 @@ of the symbol tables. Displays the entries in symbol table section of the file, if it has one. If a symbol has version information associated with it then this is displayed as well. The version string is displayed as a suffix to the -symbol name, preceeded by an @ character. For example +symbol name, preceded by an @ character. For example \&\fBfoo@VER_1\fR. If the version is the default version to be used when resolving unversioned references to the symbol then it is -displayed as a suffix preceeded by two @ characters. For example +displayed as a suffix preceded by two @ characters. For example \&\fBfoo@@VER_2\fR. .IP "\fB\-\-dyn-syms\fR" 4 .IX Item "--dyn-syms" -- ldv