Skip to content

Commit

Permalink
doc: Tidy up documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed Apr 17, 2024
1 parent e3a662a commit c081bb6
Show file tree
Hide file tree
Showing 28 changed files with 60 additions and 60 deletions.
3 changes: 2 additions & 1 deletion man/coap.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ SEE ALSO
*coap_address*(3), *coap_async*(3), *coap_attribute*(3), *coap_block*(3),
*coap_cache*(3), *coap_context*(3), *coap_deprecated*(3), *coap_encryption*(3),
*coap_endpoint_client*(3), *coap_endpoint_server*(3), *coap_handler*(3),
*coap_io*(3), *coap_keepalive*(3), *coap_logging*(3), *coap_lwip*(3),
*coap_init*(), *coap_io*(3), *coap_keepalive*(3), *coap_locking*(3),
*coap_logging*(3), *coap_lwip*(3),
*coap_observe*(3), *coap_oscore*(3), *coap_pdu_access*(3), *coap_pdu_setup*(3),
*coap_persist*(3), *coap_recovery*(3), *coap_resource*(3), *coap_session*(3),
*coap_string*(3), *coap_tls_library*(3), *coap_uri*(3) and *coap_websockets*(3)
Expand Down
4 changes: 2 additions & 2 deletions man/coap_address.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ const uint8_t *_host_, size_t _host_len_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_async.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ coap_bin_const_t _token_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_attribute.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ coap_str_const_t *_name_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_block.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ size_t _length_, const uint8_t *_data_, size_t _offset_, size_t _total_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_cache.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ coap_cache_app_data_free_callback_t _callback_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_context.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ size_t _max_token_size_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
13 changes: 6 additions & 7 deletions man/coap_deprecated.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ unsigned int _max_sockets_, unsigned int *_num_sockets_, coap_tick_t _now_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand All @@ -94,14 +94,13 @@ The *coap_clear_event_handler*() function is replaced by

*Function: coap_context_get_csm_timeout()*

The *coap_context_get_csm_timeout*() function returns the seconds to wait for
a (TCP) CSM negotiation response from the peer for _context_,
The *coap_context_get_csm_timeout*() function is replaced by
*coap_context_get_csm_timeout_ms*(3) returning milli-secs instead of seconds.

*Function: coap_context_set_csm_timeout()*

The *coap_context_set_csm_timeout*() function sets the number of seconds to
wait for a (TCP) CSM negotiation response from the peer to _csm_timeout_ for
_context_. The default is 30 secionds. 0 (the default) means wait forever.
The *coap_context_set_csm_timeout*() function is replaced by
*coap_context_set_csm_timeout_ms*(3) by defining milli-secs instead of seconds.

*Function: coap_context_set_psk()*

Expand Down
4 changes: 2 additions & 2 deletions man/coap_encryption.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ SYNOPSIS

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_endpoint_client.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ _proto_, coap_dtls_pki_t *_setup_data_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_endpoint_server.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ const char *_groupname_, const char *_ifname_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_handler.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ coap_event_handler_t _handler_)*;

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_init.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ SYNOPSIS

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_io.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ size_t _nevents_)*;

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_keepalive.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ unsigned int _seconds_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_locking.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ coap_code_t _failed_statement_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_logging.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ char *_buffer_, size_t _length_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_observe.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ coap_pdu_type_t _message_type_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_oscore.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ coap_oscore_conf_t *_oscore_conf_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_pdu_access.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ coap_opt_iterator_t *_oi_, const coap_opt_filter_t *_filter_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_pdu_setup.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ uint8_t *_buffer_, size_t *_buflen_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_persist.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ uint32_t _start_observe_no_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_recovery.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ uint32_t _value_)*;

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_resource.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ coap_resource_release_userdata_handler_t _callback_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_session.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ const coap_session_t *_session_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_string.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ SYNOPSIS

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_tls_library.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ SYNOPSIS

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down
4 changes: 2 additions & 2 deletions man/coap_uri.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ int _create_port_host_opt_, uint8_t *_buf_, size_t _buflen_);*

For specific (D)TLS library support, link with
*-lcoap-@LIBCOAP_API_VERSION@-notls*, *-lcoap-@LIBCOAP_API_VERSION@-gnutls*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*,
*-lcoap-@LIBCOAP_API_VERSION@-openssl*, *-lcoap-@LIBCOAP_API_VERSION@-mbedtls*,
*-lcoap-@LIBCOAP_API_VERSION@-wolfssl*
or *-lcoap-@LIBCOAP_API_VERSION@-tinydtls*. Otherwise, link with
*-lcoap-@LIBCOAP_API_VERSION@* to get the default (D)TLS library support.

Expand Down

0 comments on commit c081bb6

Please sign in to comment.