diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-29 01:24:18 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-29 01:24:18 (EST) |
commit | ac1575f9d1612ab1d4af9b1dbde9f0c20c507316 (patch) | |
tree | 7cb4f6a4659305b094ca2713d7f4c79d75d11b60 /man | |
parent | 964cb6e272bfec1aadbf5ae49fc0f8bb056a4c4d (diff) |
ob_validate_source_name(), ob_validate_binary_name(): Document
Diffstat (limited to 'man')
-rw-r--r-- | man/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/local.mk b/man/local.mk index 2e0fcfe..abd17e2 100644 --- a/man/local.mk +++ b/man/local.mk @@ -41,6 +41,8 @@ man3_MANS = \ %reldir%/ob_set_substvar.3 \ %reldir%/ob_set_text_domain.3 \ %reldir%/ob_substvars.3 \ + %reldir%/ob_validate_binary_name.3 \ + %reldir%/ob_validate_source_name.3 \ %reldir%/ob_warn.3 SUFFIXES += .1in .1 |