From: sthen Date: Mon, 14 Nov 2022 14:35:39 +0000 (+0000) Subject: fix swapped user/group introduced in sync-with-mount_tmpfs commit; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=55a0004b398f1cac00d31bb0cd9a4ddc6080941f;p=openbsd fix swapped user/group introduced in sync-with-mount_tmpfs commit; from Josiah Frentsos --- diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 898f2639449..e272943527b 100644 --- a/sbin/mount_ntfs/mount_ntfs.8 +++ b/sbin/mount_ntfs/mount_ntfs.8 @@ -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 @@ -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