diff options
author | steve <steve@FreeBSD.org> | 1997-06-23 04:52:13 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-06-23 04:52:13 +0000 |
commit | f8049f60d86ea4844a9654bc43b5a5bf5bbd6f92 (patch) | |
tree | 9b1ee90c017ca2873bc51a7b78953ed45ff00928 /usr.bin/makewhatis | |
parent | 7a5541cde7678767eff12f77e937ec69fff68016 (diff) | |
download | FreeBSD-src-f8049f60d86ea4844a9654bc43b5a5bf5bbd6f92.zip FreeBSD-src-f8049f60d86ea4844a9654bc43b5a5bf5bbd6f92.tar.gz |
Fix a minor nit in the .Dd macro invocation so that
the revision date is displayed correctly.
Diffstat (limited to 'usr.bin/makewhatis')
-rw-r--r-- | usr.bin/makewhatis/makewhatis.local.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/makewhatis/makewhatis.local.8 b/usr.bin/makewhatis/makewhatis.local.8 index f391068..b7fd62f 100644 --- a/usr.bin/makewhatis/makewhatis.local.8 +++ b/usr.bin/makewhatis/makewhatis.local.8 @@ -22,8 +22,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ -.Dd April, 26, 1996 +.\" $Id: makewhatis.local.8,v 1.5 1997/02/22 15:47:02 peter Exp $ +.Dd April 26, 1996 .Dt MAKEWHATIS.LOCAL 8 .Os FreeBSD 2.2 .Sh NAME |