diff options
| author | sobrado <> | 2015-09-22 08:08:07 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
| commit | 7746c18fb3482ba8d6fd1f9508801722028094b1 (patch) | |
| tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/OBJ_nid2obj.pod | |
| parent | b15d8c593eec3a6437fc962608396fa0c9fe134b (diff) | |
| download | openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.tar.gz openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.tar.bz2 openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.zip | |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/OBJ_nid2obj.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/OBJ_nid2obj.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/OBJ_nid2obj.pod b/src/lib/libcrypto/doc/OBJ_nid2obj.pod index 3656390ead..95949ac091 100644 --- a/src/lib/libcrypto/doc/OBJ_nid2obj.pod +++ b/src/lib/libcrypto/doc/OBJ_nid2obj.pod | |||
| @@ -43,7 +43,7 @@ for the object B<o>, the long name <ln> or the short name <sn> respectively | |||
| 43 | or NID_undef if an error occurred. | 43 | or NID_undef if an error occurred. |
| 44 | 44 | ||
| 45 | OBJ_txt2nid() returns NID corresponding to text string <s>. B<s> can be | 45 | OBJ_txt2nid() returns NID corresponding to text string <s>. B<s> can be |
| 46 | a long name, a short name or the numerical respresentation of an object. | 46 | a long name, a short name or the numerical representation of an object. |
| 47 | 47 | ||
| 48 | OBJ_txt2obj() converts the text string B<s> into an ASN1_OBJECT structure. | 48 | OBJ_txt2obj() converts the text string B<s> into an ASN1_OBJECT structure. |
| 49 | If B<no_name> is 0 then long names and short names will be interpreted | 49 | If B<no_name> is 0 then long names and short names will be interpreted |
