summaryrefslogtreecommitdiff
path: root/usr.bin/xinstall
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-05-13 17:51:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-05-13 17:51:16 +0000
commitac59cd22fe844dcc4bcb98013f1a5bd53ff31c67 (patch)
treefd689f6c56f5bb52d1414861df4d5e041ea6628b /usr.bin/xinstall
parentec98eea8762ae30e44e421ab3f613bcd115d650b (diff)
spelling and usage() fixes;
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r--usr.bin/xinstall/install.14
-rw-r--r--usr.bin/xinstall/xinstall.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index f1565581316..fd5db0abc37 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: install.1,v 1.29 2016/05/13 04:32:50 tedu Exp $
+.\" $OpenBSD: install.1,v 1.30 2016/05/13 17:51:15 jmc Exp $
.\" $NetBSD: install.1,v 1.4 1994/11/14 04:57:17 jtc Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -109,7 +109,7 @@ options.
Flush the file's contents to disk.
When copying a file, use the
.Xr fsync 2
-function to syncronize the installed file's contents with the
+function to synchronize the installed file's contents with the
on-disk version.
.It Fl f Ar flags
Specify the target's file
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
index 319956ae38b..949835f6bf6 100644
--- a/usr.bin/xinstall/xinstall.c
+++ b/usr.bin/xinstall/xinstall.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xinstall.c,v 1.64 2016/05/12 21:43:27 millert Exp $ */
+/* $OpenBSD: xinstall.c,v 1.65 2016/05/13 17:51:15 jmc Exp $ */
/* $NetBSD: xinstall.c,v 1.9 1995/12/20 10:25:17 jonathan Exp $ */
/*
@@ -624,7 +624,7 @@ void
usage(void)
{
(void)fprintf(stderr, "\
-usage: install [-bCcDdDpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]\n source ... target ...\n");
+usage: install [-bCcDdFpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]\n source ... target ...\n");
exit(1);
/* NOTREACHED */
}