Module Name:    src
Committed By:   jruoho
Date:           Tue Jun  8 19:28:56 UTC 2010

Modified Files:
        src/share/man/man9: cons.9

Log Message:
Offset indent the example.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/man/man9/cons.9

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

Modified files:

Index: src/share/man/man9/cons.9
diff -u src/share/man/man9/cons.9:1.17 src/share/man/man9/cons.9:1.18
--- src/share/man/man9/cons.9:1.17	Mon Apr  5 19:26:27 2010
+++ src/share/man/man9/cons.9	Tue Jun  8 19:28:56 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cons.9,v 1.17 2010/04/05 19:26:27 joerg Exp $
+.\"	$NetBSD: cons.9,v 1.18 2010/06/08 19:28:56 jruoho Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 1, 2003
+.Dd June 8, 2010
 .Dt CONS 9
 .Os
 .Sh NAME
@@ -137,7 +137,7 @@
 .Sh EXAMPLES
 This waits until a \*[Lt]Enter\*[Gt] key is pressed:
 .Pp
-.Bd -literal -compact
+.Bd -literal -offset indent
 int c;
 
 cnpollc(1);

Reply via email to