aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file2c/file2c.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2007-10-30 17:49:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2007-10-30 17:49:00 +0000
commit65717f952e18dc3cff75115bdd8f64686cba4aa3 (patch)
tree0210b743ed50d0410db7d93956920be6b0efe1ed /usr.bin/file2c/file2c.c
parente6039c36f0178d8f69489199ddec8bae54d58469 (diff)
downloadsrc-65717f952e18dc3cff75115bdd8f64686cba4aa3.tar.gz
src-65717f952e18dc3cff75115bdd8f64686cba4aa3.zip
Apply style(9) to usage(), fix markup of the manpage.
Notes
Notes: svn path=/head/; revision=173197
Diffstat (limited to 'usr.bin/file2c/file2c.c')
-rw-r--r--usr.bin/file2c/file2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c
index 14f754e97faa..e50bd1f8a46d 100644
--- a/usr.bin/file2c/file2c.c
+++ b/usr.bin/file2c/file2c.c
@@ -19,7 +19,7 @@ static void
usage(void)
{
- fprintf(stderr, "usage: %s [-n count] [-s] [-x] [prefix [suffix]]\n",
+ fprintf(stderr, "usage: %s [-sx] [-n count] [prefix [suffix]]\n",
getprogname());
exit(1);
}