code: plan9front

Download patch

ref: d376fac66cbd5efbe2f9f61a1e8b31af03a84a92
parent: 618b7b861bd417a8e83ca612141617b79bc68424
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Nov 27 23:55:41 EST 2022

gitfs(4): clean up junk in manpage

--- a/sys/man/4/gitfs
+++ b/sys/man/4/gitfs
@@ -81,18 +81,7 @@
 .SH FILES
 .TP
 .B .git
-The git repository being expected.
-.TP
-.B .git/HEAD
-A reference to the current HEAD.
-Used to populate
-.B $repo/.git/fs/HEAD
-.TP
-.git/config
-The per-repository configuration for git tools.
-.TP
-.B $home/lib/git/config
-The global configuration for git tools.
+The git repository being mounted.
 
 .SH SOURCE
 .TP