aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>1999-10-13 00:42:21 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>1999-10-13 00:42:21 +0000
commitb9ae21e11cb7bb90e1db3d1c4602546b02c8ed46 (patch)
tree7e7ad48e8c9824c0cad90dd807e639271d54ff7f /share
parent96bc697129daad50e457094f77b918c020c3cf02 (diff)
downloaddoc-b9ae21e11cb7bb90e1db3d1c4602546b02c8ed46.tar.gz
doc-b9ae21e11cb7bb90e1db3d1c4602546b02c8ed46.zip
Typo fixes
Remove duplicated DOCDIR description in comments
Notes
Notes: svn path=/head/; revision=5849
Diffstat (limited to 'share')
-rw-r--r--share/mk/doc.install.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/share/mk/doc.install.mk b/share/mk/doc.install.mk
index 0d8d030530..14d61a66e8 100644
--- a/share/mk/doc.install.mk
+++ b/share/mk/doc.install.mk
@@ -1,5 +1,5 @@
#
-# $FreeBSD: doc/share/mk/doc.install.mk,v 1.2 1999/09/06 06:53:39 peter Exp $
+# $FreeBSD: doc/share/mk/doc.install.mk,v 1.3 1999/09/09 17:11:28 wosch Exp $
#
#
# This include file <doc.install.mk> provides variables defining the default
@@ -30,7 +30,7 @@
# Should accept a list of files to install
# followed by the directory to install into.
#
-# INSTALL_FLAGS Flags to pass to the default INSTALL_DOCS'
+# INSTALL_FLAGS Flags to pass to the default INSTALL_DOCS
# install command. Useful options are [CdDp].
# See install(1) for more information.
#
@@ -47,15 +47,12 @@
# overriden by setting:
#
# DOCGRP_OVERRIDE Override the use of primary group when the user
-# installing is not root. Sets GOCGRP to this
+# installing is not root. Sets DOCGRP to this
# instead.
#
# DOCMODE Mode of the documents when installed. Defaults
# to 444. See chmod(1).
#
-# DOCDIR Installation directory. Defaults to
-# /usr/share/doc
-#
# PACKAGES Directory in which to put packages. Defaults to
# the packages directory under DOC_PREFIX, if it
# exists, else the current directory.