summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-23 18:18:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-23 18:18:47 +0000
commit490fded0f62a5e7b7bd37c8c0ee4fe113fa15093 (patch)
treec8817b0091654e7f786b9c4b62f3cb80307cb12d /usr.bin
parent801de43f9d29447b81f022194690d0e2381a399e (diff)
fix spelling; ca+OpenBSD@zardoc.endmail.org
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tcfs/tcfsputkey.c4
-rw-r--r--usr.bin/tcfs/tcfsrmkey.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tcfs/tcfsputkey.c b/usr.bin/tcfs/tcfsputkey.c
index dec1b469271..0d78c4bf2e0 100644
--- a/usr.bin/tcfs/tcfsputkey.c
+++ b/usr.bin/tcfs/tcfsputkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsputkey.c,v 1.11 2000/06/20 18:15:57 aaron Exp $ */
+/* $OpenBSD: tcfsputkey.c,v 1.12 2001/01/23 18:18:46 deraadt Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -30,7 +30,7 @@
extern char *optarg;
extern int optind;
char *putkey_usage=
-"usage: tcfsputkey [-k][-f fliesystem-label][-g group][-p mount-point]\n";
+"usage: tcfsputkey [-k] [-f filesystem-label] [-g group] [-p mount-point]\n";
int
putkey_main(int argc, char *argv[])
diff --git a/usr.bin/tcfs/tcfsrmkey.c b/usr.bin/tcfs/tcfsrmkey.c
index 04f7092db44..768d4970c90 100644
--- a/usr.bin/tcfs/tcfsrmkey.c
+++ b/usr.bin/tcfs/tcfsrmkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsrmkey.c,v 1.7 2000/06/20 18:15:57 aaron Exp $ */
+/* $OpenBSD: tcfsrmkey.c,v 1.8 2001/01/23 18:18:46 deraadt Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -30,7 +30,7 @@
extern char *optarg;
extern int optind;
char *rmkey_usage=
-"usage: tcfsrmkey [-f fliesystem-label][-g group][-p mount-point]\n";
+"usage: tcfsrmkey [-f filesystem-label] [-g group] [-p mount-point]\n";
int
rmkey_main(int argc, char *argv[])