From 440104596aef4826a960f2fb8dae366b802014b1 Mon Sep 17 00:00:00 2001 From: Vika Date: Fri, 11 Apr 2025 02:14:15 +0300 Subject: kittybox.1: use macros for italics, not escapes I've read the troff manual and now I am enlightened. Change-Id: I1c39db8f67081e35994ad64100a12d63d331f3ff --- kittybox.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kittybox.1') diff --git a/kittybox.1 b/kittybox.1 index 403f1fe..ecda3e0 100644 --- a/kittybox.1 +++ b/kittybox.1 @@ -16,7 +16,7 @@ used for other purposes. .SH ENVIRONMENT .PP -\fI$BACKEND_URI\fR +.I $BACKEND_URI .RS 4 The URI of the main storage backend to use. Available backends are: .TP @@ -37,7 +37,7 @@ updates often. .RE .PP -\fI$AUTHSTORE_URI\fR +.I $AUTHSTORE_URI .RS 4 The URI of the authentication backend to use. This backend is responsible for storing access tokens and short-lived @@ -51,7 +51,7 @@ Store authentication data in a folder on the filesystem. .RE .PP -\fI$BLOBSTORE_URI\fR +.I $BLOBSTORE_URI .RS 4 The URI of the media store backend to use. This backend manages file uploads and storage of post attachments. @@ -67,7 +67,7 @@ A small piece of metadata is stored next to the file in JSON format. .RE .PP -\fI$JOB_QUEUE_URI\fR +.I $JOB_QUEUE_URI .RS 4 The URI of the job queue backend to use. This backend is responsible for some background tasks, like receiving and @@ -82,7 +82,7 @@ This works better than one would expect. .RE .PP -\fI$COOKIE_KEY\fR +.I $COOKIE_KEY .RS 4 A key for signing session cookies. This needs to be kept secret. @@ -92,13 +92,13 @@ This needs to be kept secret. Aaron Parecki, W3C, .UR https://www.w3.org/TR/micropub/ -\fIMicropub\fP +.I Micropub .UE "," 23 May 2017. W3C Recommendation. Aaron Parecki, IndieWeb community, .UR https://indieauth.spec.indieweb.org -\fIIndieAuth\fP +.I IndieAuth .UE "," 11 July 2024. Living Standard. -- cgit 1.4.1