From e87ccde658cfe5081035e67ea1bca2cd47bdfe06 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 9 Jul 2004 06:52:47 +0000 Subject: [PATCH] Fix up a missed minus/hyphen botch from last batch of man page updates. --- man/man8/mkfs.xfs.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/mkfs.xfs.8 b/man/man8/mkfs.xfs.8 index 27e9b8c30..8864ac419 100644 --- a/man/man8/mkfs.xfs.8 +++ b/man/man8/mkfs.xfs.8 @@ -31,7 +31,7 @@ first SCSI disk with a 10000 block log located on the first partition on the second SCSI disk, use: .PP .nf - mkfs.xfs -l logdev=/dev/sdb1,size=10000b /dev/sda1 + mkfs.xfs \-l logdev=/dev/sdb1,size=10000b /dev/sda1 .fi .PP Each of the -- 2.47.2