summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2001-06-05 23:21:19 +0000
committerhjl <hjl>2001-06-05 23:21:19 +0000
commit7c3a234b6adb8b14a60b2f682834334d668fa24e (patch)
tree5c0123cce088507aebe2d3ad0852c68246fb3697
parent8f4b4516cb37211057e775756b5701c4be050648 (diff)
downloadnfs-utils-7c3a234b6adb8b14a60b2f682834334d668fa24e.tar.gz
nfs-utils-7c3a234b6adb8b14a60b2f682834334d668fa24e.tar.xz
nfs-utils-7c3a234b6adb8b14a60b2f682834334d668fa24e.zip
Fix the typo.
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cf5dc6..1229f1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,11 @@
2001-06-05 H.J. Lu <hjl@lucon.org>
- * utils/mountd/mountd.c (longopts): Add "foreground/d".
- (main): Support --foreground/-d to set the limit of the number
+ * utils/mountd/mountd.c (longopts): Add "descriptors/o".
+ (main): Support --descriptors/-o to set the limit of the number
of open file descriptors.
(usage): Updated.
- * utils/mountd/mountd.man: Updated for --foreground/-d.
+ * utils/mountd/mountd.man: Updated for --descriptors/-o.
2001-06-04 H.J. Lu <hjl@lucon.org>