From f6698600c62eda1faa8988267479a7bb67209b18 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Tue, 22 Oct 2024 23:13:13 +0200 Subject: Fix some random man page issues --- docs/man/gitolfs3-server.1 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/man/gitolfs3-server.1 b/docs/man/gitolfs3-server.1 index 30f8cb5..a381945 100644 --- a/docs/man/gitolfs3-server.1 +++ b/docs/man/gitolfs3-server.1 @@ -23,13 +23,12 @@ l l l l l l l l. -lfs-test.git/ % repository name - lfs/objects/ % namespace - 4e/ % first byte of the object ID (OID) - 7b/ % second byte of the OID - 4e7bfdb[...]11ce013 % OID (SHA256) +lfs-test.git/ % repository name + lfs/objects/ % namespace + 4e/ % first byte of the object ID (OID) + 7b/ % second byte of the OID + 4e7bfdb[...]11ce013 % OID (SHA256) .TE - .P Public and private repositories are distinguished using the presence of a \fIgit-daemon-export-ok\fR file in the bare repository. @@ -125,7 +124,7 @@ Only untrusted hosts are held to this limit. A comma-separated list of hosts which can be classified as 'trusted'. If a request comes in for which the X-Forwarded-Host header contains one of the -hosts in this list, then the user is automatically generated read access to all +hosts in this list, then the user is automatically granted read access to all repositories, regardless of the presence of a \fIgit-daemon-export-ok\fR file. Furthermore, presigned URLs are returned for download requests, instead of downloads being proxied through the Gitolfs3 server. -- cgit v1.2.3