Module Name:    src
Committed By:   joerg
Date:           Mon Mar 23 16:04:25 UTC 2009

Modified Files:
        src/share/man/man4/man4.i386: cmos.4

Log Message:
.Xr is supposed to take exactly two arguments and / is not a special
punctuation character, so split it off the line.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.i386/cmos.4

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/man4/man4.i386/cmos.4
diff -u src/share/man/man4/man4.i386/cmos.4:1.4 src/share/man/man4/man4.i386/cmos.4:1.5
--- src/share/man/man4/man4.i386/cmos.4:1.4	Mon Mar  9 19:24:29 2009
+++ src/share/man/man4/man4.i386/cmos.4	Mon Mar 23 16:04:25 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: cmos.4,v 1.4 2009/03/09 19:24:29 joerg Exp $
+.\" $NetBSD: cmos.4,v 1.5 2009/03/23 16:04:25 joerg Exp $
 .\"
 .\" Copyright (c) 2007 David Young.  All rights reserved.
 .\"
@@ -91,7 +91,8 @@
 .Sh ERRORS
 A program can read or write no more than 48 bytes to
 .Nm .
-.Xr read 2 /
+.Xr read 2
+/
 .Xr write 2
 will return
 .Er EINVAL

Reply via email to