diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 10:50:17 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 10:50:17 +0000 |
commit | 0439adb45f5e0f2f2a97d32d1ac63792cba9e0e5 (patch) | |
tree | 1bdfe30bcd64627ce163463f9200fd7e9e14b844 /usr.sbin/mopd/moptrace | |
parent | 5ef0416431133ddf7645e5677f9773ca68c65c65 (diff) |
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.
Diffstat (limited to 'usr.sbin/mopd/moptrace')
-rw-r--r-- | usr.sbin/mopd/moptrace/moptrace.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/mopd/moptrace/moptrace.1 b/usr.sbin/mopd/moptrace/moptrace.1 index d486a655e8c..0d8d6c03255 100644 --- a/usr.sbin/mopd/moptrace/moptrace.1 +++ b/usr.sbin/mopd/moptrace/moptrace.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: moptrace.1,v 1.4 1999/06/05 22:17:27 aaron Exp $ +.\" $OpenBSD: moptrace.1,v 1.5 1999/07/07 10:50:12 aaron Exp $ .\" .\" Copyright (c) 1993-95 Mats O Jansson. All rights reserved. .\" @@ -27,10 +27,11 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" @(#) $OpenBSD: moptrace.1,v 1.4 1999/06/05 22:17:27 aaron Exp $ +.\" @(#) $OpenBSD: moptrace.1,v 1.5 1999/07/07 10:50:12 aaron Exp $ .\" .Dd October 2, 1995 .Dt MOPTRACE 1 +.Os .Sh NAME .Nm moptrace .Nd MOP Trace Utility |