summaryrefslogtreecommitdiff
path: root/usr/src/tools/scripts/xref.sh
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-15 12:07:15 -0400
committerGitHub <noreply@github.com>2022-03-15 12:07:15 -0400
commit83decd22b44019b0fe369224fb19e1ef21263ab6 (patch)
tree0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/tools/scripts/xref.sh
parentad491f11d9af43fd3f0d6159c9e08112de475a54 (diff)
downloadillumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/tools/scripts/xref.sh')
-rw-r--r--usr/src/tools/scripts/xref.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/scripts/xref.sh b/usr/src/tools/scripts/xref.sh
index d69a364fda..d765cbe988 100644
--- a/usr/src/tools/scripts/xref.sh
+++ b/usr/src/tools/scripts/xref.sh
@@ -147,7 +147,7 @@ dirs=$@
#
# Get the canonical path to the workspace. This allows xref to work
-# even in the presence of lofs(7FS).
+# even in the presence of lofs(4FS).
#
cd $CODEMGR_WS
CODEMGR_WS=`/bin/pwd`
@@ -202,7 +202,7 @@ for dir in $dirs; do
#
# NOTE: we cannot use $PWD because it will mislead in the presence
- # of lofs(7FS).
+ # of lofs(4FS).
#
cd $dir || fail "cannot change to directory $dir"
pwd=`/bin/pwd`