1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

fix swapped user/group introduced in sync-with-mount_tmpfs commit;

from Josiah Frentsos
This commit is contained in:
sthen 2022-11-14 14:35:39 +00:00
parent 5d8425dac8
commit 55a0004b39

View 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
@ -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