From: Nathan Scott Date: Wed, 10 Aug 2005 03:48:52 +0000 (+0000) Subject: Fix hyphens in this man page - not all were back-slashed. X-Git-Tag: v2.7.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56122696a3ba410a75115beaf418bbe13c3b2a5d;p=thirdparty%2Fxfsprogs-dev.git Fix hyphens in this man page - not all were back-slashed. Merge of master-melb:xfs-cmds:23446a by kenmcd. --- diff --git a/man/man8/xfs_quota.8 b/man/man8/xfs_quota.8 index ca0dc7da6..5dc53ad35 100644 --- a/man/man8/xfs_quota.8 +++ b/man/man8/xfs_quota.8 @@ -396,9 +396,9 @@ to a set amount of space). .nf .sp .8v .in +5 -# mount -o uquota /dev/xvm/home /home -# xfs_quota -c 'edit bsoft=500m bhard=550m tanya' /home -# xfs_quota -c report /home +# mount \-o uquota /dev/xvm/home /home +# xfs_quota \-c 'edit bsoft=500m bhard=550m tanya' /home +# xfs_quota \-c report /home .in -5 .fi .PP @@ -407,11 +407,11 @@ log file directories to only using 1 gigabyte of space). .nf .sp .8v .in +5 -# mount -o pquota /dev/xvm/var /var +# mount \-o pquota /dev/xvm/var /var # echo 42:/var/log >> /etc/projects # echo logfiles:42 >> /etc/projid -# xfs_quota -c 'projects -c logfiles' /home -# xfs_quota -c 'edit -p bhard=1g logfiles' /home +# xfs_quota \-c 'projects \-c logfiles' /home +# xfs_quota \-c 'edit \-p bhard=1g logfiles' /home .in -5 .fi .SH CAVEATS