From 7f3168a29b6e53d1206c7a5ea2f46df581d49a76 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 7 Jul 1999 10:50:04 +0000 Subject: The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. --- usr.sbin/fdformat/fdformat.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/fdformat/fdformat.1') diff --git a/usr.sbin/fdformat/fdformat.1 b/usr.sbin/fdformat/fdformat.1 index f82612e060c..1dc16aae82e 100644 --- a/usr.sbin/fdformat/fdformat.1 +++ b/usr.sbin/fdformat/fdformat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdformat.1,v 1.7 1999/07/04 19:25:20 aaron Exp $ +.\" $OpenBSD: fdformat.1,v 1.8 1999/07/07 10:50:12 aaron Exp $ .\" .\" Copyright (C) 1993, 1994 by Joerg Wunsch, Dresden .\" All rights reserved. @@ -25,8 +25,8 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .Dd September 16, 1993 -.Os .Dt FDFORMAT 1 +.Os .Sh NAME .Nm fdformat .Nd format floppy disks -- cgit v1.2.3-59-g8ed1b