1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
From: Andrew Bower <andrew@bower.uk>
Date: Mon, 20 Jan 2025 22:31:01 +0000
Forwarded: not-needed
Last-Update: 2025-11-10
Subject: Specialise man page for Debian
* The Debian package is always compiled against libsecret so remove
conditional references to this library and cross reference concrete
implementations of the Secret Service API.
* Use lowercase tool name in title.
---
src/mcds.1 | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/mcds.1 b/src/mcds.1
index d78a077..ec10d75 100644
--- a/src/mcds.1
+++ b/src/mcds.1
@@ -21,7 +21,7 @@
.\" $Id$
.\"
.Dd November 5, 2024
-.Dt MCDS 1
+.Dt mcds 1
.Os
.Sh NAME
.Nm mcds
@@ -126,8 +126,8 @@ file.
.It Cm password_file No \&= Ar password.gpg
The GPG encrypted file containing the password for the CardDAV server.
.It Cm libsecret No \&= Op Cm yes | no
-Use
-.Lb libsecret
+Connect over DBus to the
+.Dq Secret Service
to store and retrieve the password.
.El
.It Pa ~/.netrc
@@ -170,10 +170,10 @@ Now the query command can be shortened to:
set query_command="mcds '%s'"
.Ed
.Pp
-When compiled against and after enabling libsecret in the configuration file,
+When enabling libsecret in the configuration file,
.Nm
can save passwords provided at the password prompt. To set, replace or clear
-the password, run
+the password, run:
.Bd -literal -offset indent
mcds -pS
.Ed
@@ -182,7 +182,9 @@ mcds -pS
.Xr gpg2 1 ,
.Xr mutt 1 ,
.Xr muttrc 5 ,
-.Xr netrc 5
+.Xr netrc 5 ,
+.Xr gnome-keyring 1 ,
+.Xr keepassxc 1
.Sh AUTHORS
The
.Nm
|