-.\" $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>
.\"
.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
#!/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>
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