From 81598fa082bf5ef82fcd0380c7183897fc640324 Mon Sep 17 00:00:00 2001
From: Matthew Jordan <mjordan@digium.com>
Date: Fri, 29 Aug 2014 19:35:43 +0000
Subject: [PATCH] doc: Add a manpage for the aelparse utility

This patch adds a manpage for the aelparse utility. Note that this is one of
the patches the Debian distro applies for the Asterisk project, as per
ASTERISK-24191.

Review: https://reviewboard.asterisk.org/r/3896/

ASTERISK-24171 #close
Reported by: Jeremy Laine
patches:
  aelparse.8 uploaded by Jeremy Laine (License 6561)
........

Merged revisions 422371 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 422372 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 422373 from http://svn.asterisk.org/svn/asterisk/branches/12
........

Merged revisions 422374 from http://svn.asterisk.org/svn/asterisk/branches/13


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@422375 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 doc/aelparse.8 | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 doc/aelparse.8

diff --git a/doc/aelparse.8 b/doc/aelparse.8
new file mode 100644
index 0000000000..9c81c8f1be
--- /dev/null
+++ b/doc/aelparse.8
@@ -0,0 +1,28 @@
+.TH AELPARSE "8" "Jul 2014" "Asterisk trunk" ""
+.SH NAME
+aelparse \- utility to check extensions.ael for errors
+.SH SYNOPSIS
+.B aelparse
+[\-d] [\-n] [\-q] [\-w]
+.SH DESCRIPTION
+aelparse is a utility to check the extensions.ael configuration file before
+feeding it to asterisk.
+.SH OPTIONS
+.TP
+\fB\-d\fR
+Use the current working directory as the CONFIG_DIR.
+.TP
+\fB\-n\fR
+Do not display the instructions generated by the compiler.
+.TP
+\fB\-q\fR
+Suppress progress and non-error messages.
+.TP
+\fB\-w\fR
+Dump extensions.conf format to extensions.conf.aeldump.
+
+.SH SEE ALSO
+.B asterisk(8)
+
+.SH AUTHOR
+This manual page was written by Jeremy Lainé <jeremy.laine@m4x.org>.
-- 
GitLab