From aad277799be74ce87b0924c77664f47ca8df35c5 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 30 May 1997 07:49:48 +0000 Subject: for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done --- sbin/mount_lfs/mount_lfs.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/mount_lfs/mount_lfs.8') diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8 index 84a14762796..22e7153cb52 100644 --- a/sbin/mount_lfs/mount_lfs.8 +++ b/sbin/mount_lfs/mount_lfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_lfs.8,v 1.2 1996/06/23 14:31:24 deraadt Exp $ +.\" $OpenBSD: mount_lfs.8,v 1.3 1997/05/30 07:48:47 deraadt Exp $ .\" $NetBSD: mount_lfs.8,v 1.2 1995/03/18 14:57:30 cgd Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -34,7 +34,7 @@ .\" .\" @(#)mount_lfs.8 8.5 (Berkeley) 3/30/94 .\" -.Dd "March 30, 1994" +.Dd March, 30, 1994 .Dt MOUNT_LFS 8 .Os BSD 4.4 .Sh NAME -- cgit v1.2.3