aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts.7
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-13 21:35:15 +0200
committerMattias Andrée <maandree@kth.se>2021-04-13 21:35:15 +0200
commit65a58bf2add32890351df739bd35fc808358436a (patch)
treed3c17634b970b0145bdc8b898f02270529ea05c9 /libcontacts.7
parentm + add section 3 man pages (diff)
downloadlibcontacts-65a58bf2add32890351df739bd35fc808358436a.tar.gz
libcontacts-65a58bf2add32890351df739bd35fc808358436a.tar.bz2
libcontacts-65a58bf2add32890351df739bd35fc808358436a.tar.xz
Add libcontacts.7 and libcontacts.h.0 + minor fixes + reorder stuff in libcontacts.h
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libcontacts.7')
-rw-r--r--libcontacts.716
1 files changed, 16 insertions, 0 deletions
diff --git a/libcontacts.7 b/libcontacts.7
new file mode 100644
index 0000000..1e9cd41
--- /dev/null
+++ b/libcontacts.7
@@ -0,0 +1,16 @@
+.TH LIBCONTACTS 7 LIBCONTACTS
+.SH NAME
+libcontacts \- A library for handling a simple, flexible contact list
+
+.SH DESCRIPTION
+.B libcontacts
+uses the
+.I ~/.config/contacts
+directory to store contact information in a simple, human and
+machine readable text format that can be easily manipulated
+and inspected with standard tools. See
+.BR contacts (5)
+for information about the format contact information is
+stored in. See
+.BR libcontacts.h (0)
+for information about what the library provides.