diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-02-07 02:44:18 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-02-07 02:44:18 +0000 |
commit | afba93bef35d287c961b62cbfd8370652aaab826 (patch) | |
tree | 0c0ea5d0db097f5a97951f65774cacecfc32dc11 /chapter06/gdbm.xml | |
parent | 9e6d13e9fe9b8731424175f4a1f3fed55151ab91 (diff) |
Merged consistency update patch from systemd book.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gdbm.xml')
-rw-r--r-- | chapter06/gdbm.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml index a4b36f18f..6457f1c83 100644 --- a/chapter06/gdbm.xml +++ b/chapter06/gdbm.xml @@ -96,7 +96,7 @@ <varlistentry id="gdbm_dump"> <term><command>gdbm_dump</command></term> <listitem> - <para>Dumps a GDBM database to a file.</para> + <para>Dumps a GDBM database to a file</para> <indexterm zone="ch-system-gdbm gdbm_dump"> <primary sortas="b-gdbm_dump">gdbm_dump</primary> </indexterm> @@ -106,7 +106,7 @@ <varlistentry id="gdbm_load"> <term><command>gdbm_load</command></term> <listitem> - <para>Recreates a GDBM database from a dump file.</para> + <para>Recreates a GDBM database from a dump file</para> <indexterm zone="ch-system-gdbm gdbm_load"> <primary sortas="b-gdbm_load">gdbm_load</primary> </indexterm> |