diff options
author | ru <ru@FreeBSD.org> | 2004-11-13 17:26:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-11-13 17:26:54 +0000 |
commit | af2d98bd34e9db4beb18d94e502e8367ba3264ed (patch) | |
tree | 831e0d539938a9ed1e3b1b8a7c7cd4c1ad63f3d6 /sbin/mount_cd9660 | |
parent | d5fcd8fb4631f00856f93697b7462538eb208769 (diff) | |
download | FreeBSD-src-af2d98bd34e9db4beb18d94e502e8367ba3264ed.zip FreeBSD-src-af2d98bd34e9db4beb18d94e502e8367ba3264ed.tar.gz |
Sync usage() and SYNOPSIS.
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 2 | ||||
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index b72bd6e..416d589 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -44,7 +44,7 @@ .Op Fl C Ar charset .Op Fl o Ar options .Op Fl s Ar startsector -.Ar special | node +.Ar special node .Sh DESCRIPTION The .Nm diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index 998939d..a1a11f9 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -187,7 +187,8 @@ void usage(void) { (void)fprintf(stderr, - "usage: mount_cd9660 [-egrv] [-o options] [-s startsector] [-C charset ] special node\n"); +"usage: mount_cd9660 [-begjrv] [-C charset] [-o options] [-s startsector]\n" +" special node\n"); exit(EX_USAGE); } |