From 84ebf1a033346cccae7a793b2a555f4422f981b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Mon, 23 Jun 2025 17:45:29 -0700 Subject: [PATCH] docs(manpage): update `LISTEN_ADDR` description --- miniflux.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/miniflux.1 b/miniflux.1 index 940adbd5..13f7c5f3 100644 --- a/miniflux.1 +++ b/miniflux.1 @@ -1,5 +1,5 @@ .\" Manpage for miniflux. -.TH "MINIFLUX" "1" "June 15, 2025" "\ \&" "\ \&" +.TH "MINIFLUX" "1" "June 23, 2025" "\ \&" "\ \&" .SH NAME miniflux \- Minimalist and opinionated feed reader @@ -344,6 +344,8 @@ Default is empty\&. .B LISTEN_ADDR Address to listen on. Use absolute path to listen on Unix socket (/var/run/miniflux.sock)\&. .br +Multiple addresses can be specified, separated by commas. For example: 127.0.0.1:8080, 127.0.0.1:8081\&. +.br Default is 127.0.0.1:8080\&. .TP .B LOG_DATE_TIME