Skip to content

Commit

Permalink
fixup! improve and move text on OPENSSL_TRACE from doc/man1/openssl.p…
Browse files Browse the repository at this point in the history
…od to doc/man7/openssl-env.pod
  • Loading branch information
DDvO committed Oct 7, 2024
1 parent c85f33f commit c29ca2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion doc/man1/openssl.pod
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,11 @@ See L<property(7)> for a more detailed description.

=head1 ENVIRONMENT

The OpenSSL libraries can be take some configuration parameters from the
The OpenSSL libraries can take some configuration parameters from the
environment.

For information about all environment variables used by the OpenSSL libraries,
such as B<OPENSSL_CONF>, B<OPENSSL_MODULES>, and B<OPENSSL_TRACE>,
see L<openssl-env(7)>.

For information about the use of environment variables in configuration,
Expand Down
4 changes: 2 additions & 2 deletions doc/man3/OSSL_HTTP_REQ_CTX.pod
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ with OSSL_HTTP_REQ_CTX_nbio() or OSSL_HTTP_REQ_CTX_exchange().
When built with tracing enabled, OSSL_HTTP_REQ_CTX_nbio() and all functions
using it, such as OSSL_HTTP_REQ_CTX_exchange() and L<OSSL_HTTP_transfer(3)>,
may be traced using B<OSSL_TRACE_CATEGORY_HTTP>.
See also L<OSSL_trace_enabled(3)> and L<openssl(1)/ENVIRONMENT>.
See also L<OSSL_trace_enabled(3)> and L<openssl-env(7)>.

=head1 RETURN VALUES

Expand Down Expand Up @@ -279,7 +279,7 @@ L<OSSL_HTTP_open(3)>,
L<OSSL_HTTP_get(3)>,
L<OSSL_HTTP_transfer(3)>,
L<OSSL_HTTP_close(3)>,
L<OSSL_trace_enabled(3)>
L<OSSL_trace_enabled(3)>, and L<openssl-env(7)>.

=head1 HISTORY

Expand Down
4 changes: 2 additions & 2 deletions doc/man3/OSSL_HTTP_transfer.pod
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ other HTTP client implementations such as wget, curl, and git.

When built with tracing enabled, OSSL_HTTP_transfer() and all functions using it
may be traced using B<OSSL_TRACE_CATEGORY_HTTP>.
See also L<OSSL_trace_enabled(3)> and L<openssl(1)/ENVIRONMENT>.
See also L<OSSL_trace_enabled(3)> and L<openssl-env(7)>.

=head1 RETURN VALUES

Expand All @@ -286,7 +286,7 @@ OSSL_HTTP_close() returns 0 if anything went wrong while disconnecting, else 1.
L<OSSL_HTTP_parse_url(3)>, L<BIO_new_connect(3)>,
L<ASN1_item_i2d_mem_bio(3)>, L<ASN1_item_d2i_bio(3)>,
L<OSSL_HTTP_is_alive(3)>,
L<OSSL_trace_enabled(3)>
L<OSSL_trace_enabled(3)>, and L<openssl-env(7)>.

=head1 HISTORY

Expand Down

0 comments on commit c29ca2a

Please sign in to comment.