diff options
author | Richard Carlsson <[email protected]> | 2016-11-15 10:40:30 +0100 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-17 20:36:31 +0100 |
commit | 3097a53cc6bc3728f72c3873713f42d9c591ba0c (patch) | |
tree | 4f2f3881619bd49d202250c5522a5530366291d4 /lib/kernel/doc/src/disk_log.xml | |
parent | c49194c9239c0dcad17b902b6638edf53bb69c6c (diff) | |
download | otp-3097a53cc6bc3728f72c3873713f42d9c591ba0c.tar.gz otp-3097a53cc6bc3728f72c3873713f42d9c591ba0c.tar.bz2 otp-3097a53cc6bc3728f72c3873713f42d9c591ba0c.zip |
Minor documentation cleanup
Diffstat (limited to 'lib/kernel/doc/src/disk_log.xml')
-rw-r--r-- | lib/kernel/doc/src/disk_log.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kernel/doc/src/disk_log.xml b/lib/kernel/doc/src/disk_log.xml index 0b6ee1e6a5..3c9bc7f6e8 100644 --- a/lib/kernel/doc/src/disk_log.xml +++ b/lib/kernel/doc/src/disk_log.xml @@ -43,7 +43,7 @@ <taglist> <tag>halt logs</tag> <item><p>Appends items to a single file, which size can - be limited by the disk log module.</p></item> + be limited by the <c>disk_log</c> module.</p></item> <tag>wrap logs</tag> <item><p>Uses a sequence of wrap log files of limited size. As a wrap log file is filled up, further items are logged on to the next @@ -62,8 +62,8 @@ An item logged to an internally formatted log must not occupy more than 4 GB of disk space (the size must fit in 4 bytes).</p></item> <tag>external format</tag> - <item><p>Leaves it up to the user to read the logged deep byte lists. - The disk log module cannot repair externally formatted logs.</p></item> + <item><p>Leaves it up to the user to read and interpret the logged data. + The <c>disk_log</c> module cannot repair externally formatted logs.</p></item> </taglist> <p>For each open disk log, one process handles requests |