summaryrefslogtreecommitdiffstats
path: root/doc/internal/man7/build.info.pod
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-09-21 10:59:56 +1000
committerPauli <pauli@openssl.org>2021-09-22 16:23:31 +1000
commitc9fb4c816b6648eccb31ebe84871d50dbfc87b3a (patch)
treea1d7bdb68f05e6e2415a3779320964c5cab4cf16 /doc/internal/man7/build.info.pod
parentc84f7c4c22828574885916479885ede6b32ba473 (diff)
doc: remove end of line whitespace
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/16641) (cherry picked from commit 57cd10dd1ee9659b94cfa8a8e74c5a151632975e)
Diffstat (limited to 'doc/internal/man7/build.info.pod')
-rw-r--r--doc/internal/man7/build.info.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/man7/build.info.pod b/doc/internal/man7/build.info.pod
index 8c651b37e6..080c9e444e 100644
--- a/doc/internal/man7/build.info.pod
+++ b/doc/internal/man7/build.info.pod
@@ -574,7 +574,7 @@ appear in a linking command line (because of recursive dependencies
through other libraries), they will be ordered in such a way that this
dependency is maintained:
- DEPEND[libfoo.a]{weak}=libfoo.a libcookie.a
+ DEPEND[libfoo.a]{weak}=libfoo.a libcookie.a
This is useful in complex dependency trees where two libraries can be
used as alternatives for each other. In this example, C<lib1.a> and