Sync usage() and SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2004-11-13 17:26:54 +00:00
parent e364b59197
commit bcd84fb7e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137672
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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);
}