diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-17 06:21:12 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-17 06:21:12 +0800 |
commit | 4cf5b53a0b9763353de409eeea032602e9590c98 (patch) | |
tree | 11602a62ebd23e665923c4d3a5dcb3726e1f37ea /util/mandex.c | |
parent | bf5c641ca4565dbbb11e63b97515ea539f2638b7 (diff) | |
download | pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar.gz pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar.bz2 pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar.lz pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar.xz pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.tar.zst pttbbs-4cf5b53a0b9763353de409eeea032602e9590c98.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@326 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/mandex.c')
-rw-r--r-- | util/mandex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/mandex.c b/util/mandex.c index f9e1198c..3eb6c05a 100644 --- a/util/mandex.c +++ b/util/mandex.c @@ -1,4 +1,4 @@ -/* $Id: mandex.c,v 1.5 2002/06/16 22:03:05 ptt Exp $ */ +/* $Id: mandex.c,v 1.6 2002/06/16 22:21:12 ptt Exp $ */ /* 'mandex -h' to help */ @@ -165,6 +165,7 @@ int main(int argc, char* argv[]) 'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K', 'L', 'Z', 'X', 'C', 'V', 'B', 'N', 'M', NULL}; + nice(10); while( (ch = getopt(argc, argv, "xh")) != -1 ){ switch( ch ){ case 'x': |