From d169d512de0a353fa60e02fc6cacbbe0af18f227 Mon Sep 17 00:00:00 2001 From: rfjakob Date: Sat, 8 May 2021 15:15:55 +0200 Subject: doc: Add "fuse (4)" to SEE ALSO sections in man pages (#601) fuse (4) is an excellent introduction to the FUSE protocol, and it lists fusermount (1) and mount.fuse (8) in its SEE ALSO section. I (the author of gocryptfs) was not aware of this man page till March 2021, which suggest that it should be made more discoverable. So link back to fuse (4) in our SEE ALSO sections. --- doc/mount.fuse3.8 | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/mount.fuse3.8') diff --git a/doc/mount.fuse3.8 b/doc/mount.fuse3.8 index acb7672..b9f2d55 100644 --- a/doc/mount.fuse3.8 +++ b/doc/mount.fuse3.8 @@ -255,3 +255,4 @@ Debian GNU/Linux distribution. .BR fusermount3 (1) .BR fusermount (1) .BR mount (8) +.BR fuse (4) -- cgit v1.2.3