Align documentation with recommendations of Linux Documentation Project
[openssl.git] / doc / man3 / SSL_CTX_set_alpn_select_cb.pod
index 9a7a934d5015a9323f783ee2dcc291bca4c7fe86..62da53cd797783d0be53c2dbb96125cd412e7a58 100644 (file)
@@ -114,7 +114,7 @@ provided by the callback.
 =head1 NOTES
 
 The protocol-lists must be in wire-format, which is defined as a vector of
-non-empty, 8-bit length-prefixed, byte strings. The length-prefix byte is not
+nonempty, 8-bit length-prefixed, byte strings. The length-prefix byte is not
 included in the length. Each string is limited to 255 bytes. A byte-string
 length of 0 is invalid. A truncated byte-string is invalid. The length of the
 vector is not in the vector itself, but in a separate variable.