From bcd84fb7e3dc60dfcba44eafa1ca3204a8013148 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 13 Nov 2004 17:26:54 +0000 Subject: [PATCH] Sync usage() and SYNOPSIS. --- sbin/mount_cd9660/mount_cd9660.8 | 2 +- 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 b72bd6e6337..416d5896a3b 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 998939d6028..a1a11f986fe 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); }