From 0ca6ad38d93107ed9f72213f93b77708b66b593c Mon Sep 17 00:00:00 2001 From: "A. Costa" Date: Sun, 30 Dec 2007 10:54:55 +0100 Subject: [PATCH] Fix some typos in various manpages. --- man/ChangeLog | 5 +++++ man/deb-symbols.5 | 4 ++-- man/dpkg-gensymbols.1 | 4 ++-- man/dpkg-shlibdeps.1 | 6 +++--- man/dpkg-source.1 | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index 6870a65a..fb531ef4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2007-12-30 A. Costa + + * dpkg-gensymbols.1, dpkg-shlibdeps.1, dpkg-source.1, deb-symbols.5: + Fix some typos. + 2007-12-29 Guillem Jover * po/sv.po: Merged with dpkg-man.pot. diff --git a/man/deb-symbols.5 b/man/deb-symbols.5 index 98a3c554..285f5427 100644 --- a/man/deb-symbols.5 +++ b/man/deb-symbols.5 @@ -19,13 +19,13 @@ in these files is: [ * : ] .br [ ... ] - [ ] + [ ] .P The \fIlibrary soname\fR is exactly the value of the SONAME field as exported by \fBobjdump\fR(1). A \fIdependency template\fR is a dependency where \fI#MINVER#\fR is dynamically replaced either by a version check like "(>= \fIminimal version\fR)" or by nothing (if -an unversionned dependency is deemed sufficient). +an unversioned dependency is deemed sufficient). .P Each exported \fIsymbol\fR (listed as \fIname\fR@\fIversion\fR, with \fIversion\fR being "Base" if the library is not versioned) is associated diff --git a/man/dpkg-gensymbols.1 b/man/dpkg-gensymbols.1 index 81fd7d9f..b9ebb00f 100644 --- a/man/dpkg-gensymbols.1 +++ b/man/dpkg-gensymbols.1 @@ -108,7 +108,7 @@ Define the package version. Defaults to the version extracted from debian/changelog. Required if called outside of a source package tree. .TP .BI \-e library-file -Only analyze libraries explicitely listed instead of finding all public +Only analyze libraries explicitly listed instead of finding all public libraries. You can use a regular expression in \fIlibrary-file\fR to match multiple libraries with a single argument (otherwise you need multiple \fB\-e\fR). @@ -136,7 +136,7 @@ disappeared. Level 2 fails if some new symbols have been introduced. Level 3 fails if some libraries have disappeared. Level 4 fails if some libraries have been introduced. -This value can be overriden by the environment variable +This value can be overridden by the environment variable DPKG_GENSYMBOLS_CHECK_LEVEL. .TP .BI \-d diff --git a/man/dpkg-shlibdeps.1 b/man/dpkg-shlibdeps.1 index d7ea373f..a54b3cde 100644 --- a/man/dpkg-shlibdeps.1 +++ b/man/dpkg-shlibdeps.1 @@ -60,7 +60,7 @@ Per-system overriding shared library dependency information. .BR "dpkg-architecture -qDEB_HOST_ARCH" ). .IP \fIadmindir\fR/info/\fIpackage\fR.symbols Package-provided shared library dependency information. -Unless overriden, \fIadmindir\fR is /var/lib/dpkg. +Unless overridden, \fIadmindir\fR is /var/lib/dpkg. .P While scanning the symbols used by all binaries, .B dpkg\-shlibdeps @@ -91,7 +91,7 @@ Shared library information generated by the current build process that also invo .BR dpkg\-shlibdeps . .IP \fIadmindir\fR/info/\fIpackage\fR.shlibs Package-provided shared library dependency information. -Unless overriden, \fIadmindir\fR is /var/lib/dpkg. +Unless overridden, \fIadmindir\fR is /var/lib/dpkg. .IP /etc/dpkg/shlibs.default Per-system default shared library dependency information. .P @@ -216,7 +216,7 @@ The \fIbinary\fR is linked to a library that it doesn't need. It's not a problem but some small performance improvements in binary load time can be obtained by not linking this library to this binary. -Furthermore, in some cases, this will lead to a non-versionned dependency +Furthermore, in some cases, this will lead to a non-versioned dependency on the library that could have been avoided if the binary was only linked against the library that it really uses. The exception to this rule is when several binaries are linked against the same set of libraries but diff --git a/man/dpkg-source.1 b/man/dpkg-source.1 index 7c2c5cb8..7cf6a727 100644 --- a/man/dpkg-source.1 +++ b/man/dpkg-source.1 @@ -138,7 +138,7 @@ contain (e.g. CVS/, .cvsignore, .svn/). The default regexp is already very exhaustive, but if you need to replace it, please note that by default it can match any part of a path, so if you want to match the begin of a filename or only full filenames, you will need to provide -the neccessary anchors (e.g. '(^|/)', '($|/)') yourself. +the necessary anchors (e.g. '(^|/)', '($|/)') yourself. .TP .BR \-I [\fIfile-pattern\fP] If this option is specified, the pattern will be passed to -- 2.39.5