From: Nathan Scott Date: Thu, 25 Apr 2002 23:18:45 +0000 (+0000) Subject: Update xfs_growfs man page; don't build libxlog.a with DEBUG enabled. X-Git-Tag: v2.1.0~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a8e603d2c630e735052546a22fbb10b0d1518ec;p=thirdparty%2Fxfsprogs-dev.git Update xfs_growfs man page; don't build libxlog.a with DEBUG enabled. --- diff --git a/doc/CHANGES b/doc/CHANGES index 91c11469c..d9a49ee5c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +[current cvs] + - Update xfs_growfs man page + - Don't build libxlog.a with DEBUG enabled + xfsprogs-2.0.4 (17 April 2002) - Minor update sync'ing with kernel changes (less endian swabbing in libxfs code) diff --git a/libxlog/Makefile b/libxlog/Makefile index 85250bfc4..e6fda72e9 100644 --- a/libxlog/Makefile +++ b/libxlog/Makefile @@ -40,6 +40,9 @@ LT_AGE = 0 CFILES = xfs_log_recover.c util.c +# don't want to link xfs_repair with a debug libxlog. +DEBUG = -DNDEBUG + default: $(LTLIBRARY) include $(BUILDRULES) diff --git a/man/man8/xfs_growfs.8 b/man/man8/xfs_growfs.8 index 355068f2d..a61ec7a95 100644 --- a/man/man8/xfs_growfs.8 +++ b/man/man8/xfs_growfs.8 @@ -54,6 +54,7 @@ this is specified with .B \-i The new log is an internal log (inside the data section). +.B "[NOTE: This option is not implemented]" .TP \f3\-l\f1, \f3\-L\f1 \f2size\f1 Specifies that the log section of the filesystem should be grown, @@ -74,6 +75,7 @@ nor is given with .BR \-l , the log continues to be internal or external as it was before. +.B "[NOTE: These options are not implemented]" .TP .B \-m Specify a new value for the maximum percentage @@ -110,7 +112,6 @@ This is used when working with filesystems mounted without writing to file - refer to .BR mount (8) for further details. -.TP .PP .I xfs_growfs is most often used in conjunction with