diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-12 08:41:17 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-12 08:41:17 +0000 |
commit | 2e08684b6f7079837888e14e0a2129df281b31e8 (patch) | |
tree | 1114a34b670fa4462fe646d8deae3992e3d3eb70 /libmdoc.h | |
parent | 1caded1c8245d6b49a1f14453cd477f5c5920a15 (diff) | |
download | mandoc-2e08684b6f7079837888e14e0a2129df281b31e8.tar.gz |
mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).
Changed ordering of sections (EXIT STATUS moved around), argued for by Ulrich Sporlein.
Fixed mdoc_str2sec not to use weird structure.
Diffstat (limited to 'libmdoc.h')
-rw-r--r-- | libmdoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ enum mdoct mdoc_hash_find(const char *); int mdoc_iscdelim(char); int mdoc_isdelim(const char *); size_t mdoc_isescape(const char *); -enum mdoc_sec mdoc_atosec(const char *); +enum mdoc_sec mdoc_str2sec(const char *); time_t mdoc_atotime(const char *); size_t mdoc_macro2len(enum mdoct); const char *mdoc_a2att(const char *); |