Module Name:    src
Committed By:   dholland
Date:           Sat Jul 11 06:40:37 UTC 2015

Modified Files:
        src/usr.sbin/postinstall: postinstall

Log Message:
Comma of result is (though increasingly common) not formally recognized
grammar[,;] use a semicolon.


To generate a diff of this commit:
cvs rdiff -u -r1.197 -r1.198 src/usr.sbin/postinstall/postinstall

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

Modified files:

Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.197 src/usr.sbin/postinstall/postinstall:1.198
--- src/usr.sbin/postinstall/postinstall:1.197	Wed Jul  8 05:00:15 2015
+++ src/usr.sbin/postinstall/postinstall	Sat Jul 11 06:40:37 2015
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.197 2015/07/08 05:00:15 jnemeth Exp $
+# $NetBSD: postinstall,v 1.198 2015/07/11 06:40:37 dholland Exp $
 #
 # Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -2037,7 +2037,7 @@ do_manconf()
 		if [ "${op}" = "fix" ]; then
 			notfixed="${NOT_FIXED}"
 		fi
-		msg "The file /etc/man.conf has not been adapted to mandoc usage, you"
+		msg "The file /etc/man.conf has not been adapted to mandoc usage; you"
 		msg "probably want to copy a new version over. ${notfixed}"
 	fi
 

Reply via email to