Extend output a bit.
authorajacoutot <ajacoutot@openbsd.org>
Sat, 12 Jul 2014 16:26:35 +0000 (16:26 +0000)
committerajacoutot <ajacoutot@openbsd.org>
Sat, 12 Jul 2014 16:26:35 +0000 (16:26 +0000)
usr.sbin/sysmerge/sysmerge.8
usr.sbin/sysmerge/sysmerge.sh

index 51345cf..f300173 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: sysmerge.8,v 1.47 2014/07/12 15:31:54 ajacoutot Exp $
+.\"    $OpenBSD: sysmerge.8,v 1.48 2014/07/12 16:26:35 ajacoutot Exp $
 .\"
 .\" Copyright (c) 2008 Antoine Jacoutot <ajacoutot@openbsd.org>
 .\"
@@ -123,9 +123,11 @@ be automatically (re)created.
 .Pp
 Each time
 .Nm
-is run, it will compare the checksum of the files stored under
+is run it will compare the checksum of each file stored under
 .Pa /etc/examples
-against the previous run and warn if they do not match.
+against the previous one, then warn if it does not match and the
+corresponding file exists under
+.Pa /etc .
 .Pp
 .Nm
 will finish by running
index 2b13c6e..0166923 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/ksh -
 #
-# $OpenBSD: sysmerge.sh,v 1.136 2014/07/12 15:58:14 ajacoutot Exp $
+# $OpenBSD: sysmerge.sh,v 1.137 2014/07/12 16:26:35 ajacoutot Exp $
 #
 # Copyright (c) 2008-2014 Antoine Jacoutot <ajacoutot@openbsd.org>
 # Copyright (c) 1998-2003 Douglas Barton <DougB@FreeBSD.org>
@@ -686,7 +686,7 @@ sm_post() {
                report ""
        fi
        if [ -n "${EGMODS}" ]; then
-               report "===> Example(s) modified since last run"
+               report "===> Example(s) with corresponding used files modified since last run"
                report "${EGMODS}"
                report ""
        fi