From: наб <nabijaczleweli@nabijaczleweli.xyz>
Date: Sat, 9 Nov 2024 02:46:03 +0100
Subject: novufusefatfs
Forwarded: not-needed

---
 CMakeLists.txt     |  5 -----
 man/fusefatfs.1.md | 12 ++----------
 2 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e7d70e..74891ae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,11 +28,6 @@ target_link_libraries(fusefatfs ${FUSE_LIBRARIES})
 install(TARGETS fusefatfs
     RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
 
-add_library(vufusefatfs SHARED fusefatfs.c fftable.c diskio.c ff.c ffunicode.c)
-set_target_properties(vufusefatfs PROPERTIES PREFIX "")
-install(TARGETS vufusefatfs
-    LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/vu/modules)
-
 add_subdirectory(man)
 
 add_custom_target(uninstall
diff --git a/man/fusefatfs.1.md b/man/fusefatfs.1.md
index 9b7e242..b9dbbc2 100644
--- a/man/fusefatfs.1.md
+++ b/man/fusefatfs.1.md
@@ -25,23 +25,17 @@
 
 # NAME
 
-fusefatfs, vufusefatfs - mount FAT file systems using FUSE and vufuse
+fusefatfs - mount FAT file systems using FUSE
 
 # SYNOPSIS
 
 `fusefatfs` [`-hVdfs`] [`-o` _options_ ] *disk_image* *mountpoint*
 
-in a `umvu` session:
-
-`mount -t vufusefatfs` [`-o` _options_ ] *disk_image* *mountpoint*
-
 # DESCRIPTION
 
 `fusefatfs` mounts the file tree contained in *disk_image* on the directory *mountpoint*.
 It supports FAT12, FAT16, FAT32 and exFAT formats.
 
-`vufusefatfs` is the VUOS/vufuse submodule of `fusefatfs`
-
 # OPTIONS
 
 `fusefatfs` is build upon FUSE (Filesystem in Userspace) library.
@@ -78,8 +72,6 @@
 
 ### main FUSE mount options
 
-  These options are not valid in VUOS/vufuse.
-
   `-d` &nbsp; `-o debug`
 : enable debug output (implies -f)
 
@@ -90,7 +82,7 @@
 : disable multi-threaded operation
 
 # SEE ALSO
-`fuse`(8), `umvu`(1)
+`fuse`(8)
 
 # CREDITS
 `fusefatfs` is based on the FAT file system module for embedded systems `fatfs`
