aboutsummaryrefslogtreecommitdiff
path: root/bin/setfacl
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-02-09 17:37:39 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-02-09 17:37:39 +0000
commita89237ae953b770c82cf9c1dbf192cc54e1dd5be (patch)
treef2459cf124e940897222cf3c2d1d840dc7a981a5 /bin/setfacl
parentb3f44d7907dec84405f0aeeacbee5cfb3d39917e (diff)
Notes
Diffstat (limited to 'bin/setfacl')
-rw-r--r--bin/setfacl/setfacl.14
-rw-r--r--bin/setfacl/setfacl.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1
index c77084671f69..166328f72ef1 100644
--- a/bin/setfacl/setfacl.1
+++ b/bin/setfacl/setfacl.1
@@ -35,9 +35,9 @@
.Nm
.Op Fl bdhkn
.Op Fl m Ar entries
-.Op Fl M Ar file1
+.Op Fl M Ar file
.Op Fl x Ar entries
-.Op Fl X Ar file1
+.Op Fl X Ar file
.Op Ar
.Sh DESCRIPTION
The
diff --git a/bin/setfacl/setfacl.c b/bin/setfacl/setfacl.c
index 6982d319d188..e04feac2e92b 100644
--- a/bin/setfacl/setfacl.c
+++ b/bin/setfacl/setfacl.c
@@ -96,8 +96,8 @@ static void
usage(void)
{
- fprintf(stderr, "usage: setfacl [-bdhkn] [-m entries] [-M file1] "
- "[-x entries] [-X file2] [file ...]\n");
+ fprintf(stderr, "usage: setfacl [-bdhkn] [-m entries] [-M file] "
+ "[-x entries] [-X file] [file ...]\n");
exit(1);
}