aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/doc/src/snmpa.xml
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-11-18 08:34:59 +0100
committerHans Bolinder <[email protected]>2015-11-18 08:34:59 +0100
commit2e3a11d68f2b57a5fe09eb73a20407508a9567d0 (patch)
tree4afa097de7df4d43979cb509e7d03ed381df2c13 /lib/snmp/doc/src/snmpa.xml
parentfa2438389769a65dbd12caea0d7ab6510bbe0e42 (diff)
parentea4114d5d4156bae207788e5be7d0157e32adfe9 (diff)
downloadotp-2e3a11d68f2b57a5fe09eb73a20407508a9567d0.tar.gz
otp-2e3a11d68f2b57a5fe09eb73a20407508a9567d0.tar.bz2
otp-2e3a11d68f2b57a5fe09eb73a20407508a9567d0.zip
Merge branch 'maint'
* maint: [crypto] Correct documentation [compiler] Correct documentation [ssh] Correct documentation [snmp] Correct documentation [eunit] Correct documentation
Diffstat (limited to 'lib/snmp/doc/src/snmpa.xml')
-rw-r--r--lib/snmp/doc/src/snmpa.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/doc/src/snmpa.xml b/lib/snmp/doc/src/snmpa.xml
index f205af6e88..c84eeec524 100644
--- a/lib/snmp/doc/src/snmpa.xml
+++ b/lib/snmp/doc/src/snmpa.xml
@@ -622,12 +622,12 @@ notification_delivery_info() = #snmpa_notification_delivery_info{}
<p>Converts an Audit Trail Log to a readable format and
prints it on stdio.
<c>LogName</c> defaults to "snmpa_log".
- <c>LogFile</c> defaults to "snmpa.log".
+ <c>LogFile</c> defaults to "snmpa.log".</p>
<p>The <c>Block</c> option indicates if the log should be blocked
during conversion. This could be usefull when converting large
logs (when otherwise the log could wrap during conversion).
Defaults to <c>true</c>. </p>
- See <seealso marker="snmp#log_to_io">snmp:log_to_io</seealso>
+ <p>See <seealso marker="snmp#log_to_io">snmp:log_to_io</seealso>
for more info.</p>
<marker id="change_log_size"></marker>