ref: bd24302cfec1f1e0566297e227e0570c4367a5d0
parent: 29ecb5f41a832a68cad00ad9314fabeb30f16ad8
author: sirjofri <sirjofri@sirjofri.de>
date: Thu Nov 7 12:10:07 EST 2024
adjusts readme and man page
--- a/man/vcardfs.1
+++ b/man/vcardfs.1
@@ -53,7 +53,8 @@
.B export
which yields a full vcard representation of this single entry.
.PP
-Each entry folder also contains a folder for each property, named using the property name. The folder name will be prefixed with the group name, if the property is associated with a group.
+Each entry folder also contains a folder for each property, named using the property name. The folder name will be prefixed with the group name, if the property is associated with a group,
+and a unique number identifying the entry of that property type.
.PP
Each property folder the following files:
.IP "\fIdata\fR"
@@ -75,13 +76,13 @@
import
John_Doe/
export
- fn/
+ 0:fn/
data
params/
- n/
+ 0:n/
data
params/
- tel/
+ 0:tel/
data
params/
type
@@ -95,6 +96,4 @@
.SH SEE ALSO
.IR vcard (2)
.SH BUGS
-It is not clear yet how to handle multiple lines of the same property, for example multiple
-.I tel
-properties with different parameters.
+Yes.