commit 58b9c98fa08b361fce2d2e1d671c606d036163cd from: Stefan Sperling via: Thomas Adam date: Sun Sep 07 11:52:56 2025 UTC use consistent mdoc markup for unix domain sockets in gotwebd.conf.5 commit - 049c14ecdfe61442b223d8e4995acca2b557624e commit + 58b9c98fa08b361fce2d2e1d671c606d036163cd blob - 27e26b6abdbf45670ce6655d54bb9c73a73074ea blob + 6069de8ff5ac1b124f1a08c7268cd9d295c98fc3 --- gotwebd/gotwebd.conf.5 +++ gotwebd/gotwebd.conf.5 @@ -99,7 +99,9 @@ Set the .Ar user which runs .Xr httpd 8 . -Needed to ensure that the web server can access UNIX-domain sockets created by +Needed to ensure that the web server can access +.Ux Ns -domain +sockets created by .Xr gotwebd 8 . If not specified, the user www will be used. .El @@ -243,7 +245,8 @@ configuration file. .It Pa /var/www/run/gotweb.sock Default location for the .Xr gotwebd 8 -listening socket. +.Ux Ns -domain +socket. .El .Sh EXAMPLES A sample configuration: @@ -259,7 +262,7 @@ server "localhost" { .Pp Another example, this time listening on a local port instead of the implicit -.Ux +.Ux Ns -domain socket, and serving repositories located outside the web server's chroot: .Bd -literal -offset indent listen on 127.0.0.1 port 9000