summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-17 06:03:05 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-17 06:03:05 +0800
commitbf5c641ca4565dbbb11e63b97515ea539f2638b7 (patch)
tree9fea3a9fa1baeafa4675fc624408a5cb2badf9d9 /util
parent35b492a9df443c2418ad536027719672d6376ac9 (diff)
downloadpttbbs-bf5c641ca4565dbbb11e63b97515ea539f2638b7.tar
pttbbs-bf5c641ca4565dbbb11e63b97515ea539f2638b7.tar.gz
pttbbs-bf5c641ca4565dbbb11e63b97515ea539f2638b7.tar.bz2
pttbbs-bf5c641ca4565dbbb11e63b97515ea539f2638b7.tar.lz
pttbbs-bf5c641ca4565dbbb11e63b97515ea539f2638b7.tar.xz
pttbbs-bf5c641ca4565dbbb11e63b97515ea539f2638b7.tar.zst
pttbbs-bf5c641ca4565dbbb11e63b97515ea539f2638b7.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@325 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/mandex.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/mandex.c b/util/mandex.c
index 8b073ea2..f9e1198c 100644
--- a/util/mandex.c
+++ b/util/mandex.c
@@ -1,4 +1,4 @@
-/* $Id: mandex.c,v 1.4 2002/06/06 21:34:14 in2 Exp $ */
+/* $Id: mandex.c,v 1.5 2002/06/16 22:03:05 ptt Exp $ */
/* 'mandex -h' to help */
@@ -187,14 +187,14 @@ int main(int argc, char* argv[])
argv += optind;
resolve_boards();
-
+/*
if( argc == 0 ){
puts("Creating the whole index...");
chdir(strcpy(topdir, BBSHOME));
strcpy(fpath, "man/.DIR");
mandex(0, "", fpath);
}
-
+*/
chdir(strcpy(topdir, BBSHOME "/man/boards"));
if( argc == 1 ){