summaryrefslogtreecommitdiffstats
path: root/usr.bin/fsync/fsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fsync/fsync.c')
-rw-r--r--usr.bin/fsync/fsync.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/fsync/fsync.c b/usr.bin/fsync/fsync.c
index e9a115f..fbbacf2 100644
--- a/usr.bin/fsync/fsync.c
+++ b/usr.bin/fsync/fsync.c
@@ -22,10 +22,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif /* not lint */
+
#include <err.h>
#include <fcntl.h>
#include <stdio.h>
@@ -57,6 +60,6 @@ main(int argc, char *argv[])
void
usage()
{
- fprintf(stderr, "usaged: fsync file ...\n");
+ fprintf(stderr, "usage: fsync file ...\n");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud