fix swapped user/group introduced in sync-with-mount_tmpfs commit;
authorsthen <sthen@openbsd.org>
Mon, 14 Nov 2022 14:35:39 +0000 (14:35 +0000)
committersthen <sthen@openbsd.org>
Mon, 14 Nov 2022 14:35:39 +0000 (14:35 +0000)
from Josiah Frentsos

sbin/mount_ntfs/mount_ntfs.8

index 898f263..e272943 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_ntfs.8,v 1.17 2022/08/20 07:03:24 tb Exp $
+.\" $OpenBSD: mount_ntfs.8,v 1.18 2022/11/14 14:35:39 sthen Exp $
 .\" $NetBSD: mount_ntfs.8,v 1.13 2003/02/14 16:21:48 grant Exp $
 .\"
 .\" Copyright (c) 1993,1994 Christopher G. Demetriou
@@ -32,7 +32,7 @@
 .\"
 .\"    Id: mount_ntfs.8,v 1.3 1999/05/04 11:34:33 jkoshy Exp
 .\"
-.Dd $Mdocdate: August 20 2022 $
+.Dd $Mdocdate: November 14 2022 $
 .Dt MOUNT_NTFS 8
 .Os
 .Sh NAME
 .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