Re: mount_ntfs.8: Fix swapped -g user and -u group

2022-11-14 Thread Stuart Henderson
ha, good catch. committed, thanks.



mount_ntfs.8: Fix swapped -g user and -u group

2022-11-14 Thread Josiah Frentsos
Index: mount_ntfs.8
===
RCS file: /cvs/src/sbin/mount_ntfs/mount_ntfs.8,v
retrieving revision 1.17
diff -u -p -r1.17 mount_ntfs.8
--- mount_ntfs.820 Aug 2022 07:03:24 -  1.17
+++ mount_ntfs.814 Nov 2022 14:06:39 -
@@ -41,10 +41,10 @@
 .Sh SYNOPSIS
 .Nm mount_ntfs
 .Op Fl ai
-.Op Fl g Ar user
+.Op Fl g Ar group
 .Op Fl m Ar mask
 .Op Fl o Ar options
-.Op Fl u Ar group
+.Op Fl u Ar user
 .Ar special
 .Ar node
 .Sh DESCRIPTION