Module Name:    src
Committed By:   joerg
Date:           Fri May 14 17:24:38 UTC 2010

Modified Files:
        src/usr.bin/msgc: msgc.1

Log Message:
Simplify markup.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/msgc/msgc.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/msgc/msgc.1
diff -u src/usr.bin/msgc/msgc.1:1.21 src/usr.bin/msgc/msgc.1:1.22
--- src/usr.bin/msgc/msgc.1:1.21	Mon Mar  9 19:24:32 2009
+++ src/usr.bin/msgc/msgc.1	Fri May 14 17:24:38 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: msgc.1,v 1.21 2009/03/09 19:24:32 joerg Exp $
+.\"	$NetBSD: msgc.1,v 1.22 2010/05/14 17:24:38 joerg Exp $
 .\"
 .\" Copyright 1997 Piermont Information Systems Inc.
 .\" All rights reserved.
@@ -57,7 +57,7 @@
 .Op Fl o Ar name
 .Ar file
 .Pp
-.Fd #include \b'"'msg_defs.h\b'"'
+.Fd #include \&"msg_defs.h"
 .Ft void
 .Fn msg_window "WINDOW *window"
 .Ft const char *
@@ -104,7 +104,7 @@
 .Pa /usr/share/misc .
 .El
 .Sh FILES
-.Bl -item -width /usr/share/misc/msg_sys.def
+.Bl -item
 .It
 .Pa /usr/share/misc/msg_sys.def
 .El

Reply via email to