Skip to content

update manpage to match curl -V features #6677

Description

@adgross

The manpage for curl -V list all available features and the available features are listed by feats array. Comparing both, the manpage and curl -V output, the manpage don't list:

  1. TrackMemory
  2. Unicode
  3. Kerberos
  4. NTLM_WB
  5. zstd
  6. gsasl

For NTLM, the manpage list NTLM two times, probably one of them was supose to be NTLM_WB.

.IP "NTLM"
NTLM authentication is supported.
.IP "NTLM"
NTLM authentication is supported.

Also, the feature "krb4" still listed in manpage, but is deprecated and is not present in feats array.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions