summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-14 12:19:15 +0000
committerJim Meyering <jim@meyering.net>1996-07-14 12:19:15 +0000
commit65f957107e20a3bf75e58d621e66722602fea392 (patch)
tree6368ca60aeeddf054bee6fccfe3ab9ddaf8f291c /doc
parente9d60dc0000eee1162d0e97a98ce212d889be1cb (diff)
downloadcoreutils-65f957107e20a3bf75e58d621e66722602fea392.tar.xz
fix comment
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/mdate-sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/mdate-sh b/doc/mdate-sh
index 9249f163e..0845b8bc8 100755
--- a/doc/mdate-sh
+++ b/doc/mdate-sh
@@ -79,12 +79,11 @@ case $3 in
Dec) nummonthtod=12;;
esac
# For the first six month of the year the time notation can also
- # be used for file modified in the last year.
+ # be used for files modified in the last year.
if (expr $nummonth \> $nummonthtod) > /dev/null;
then
year=`expr $year - 1`
- fi
- ;;
+ fi;;
*) year=$3;;
esac