Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/postinstall Comma of result is (though increasingly...
details: https://anonhg.NetBSD.org/src/rev/df4fd0304164
branches: trunk
changeset: 339296:df4fd0304164
user: dholland <dholland%NetBSD.org@localhost>
date: Sat Jul 11 06:40:37 2015 +0000
description:
Comma of result is (though increasingly common) not formally recognized
grammar[,;] use a semicolon.
diffstat:
usr.sbin/postinstall/postinstall | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r dd69626d6ef0 -r df4fd0304164 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall Sat Jul 11 03:06:25 2015 +0000
+++ b/usr.sbin/postinstall/postinstall Sat Jul 11 06:40:37 2015 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index