This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: RHEL5 - Fixed comment for check_mount. Added description ofparameter


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=ff738f1f24d537e906fe029d742ab1cd82faac30
Commit:        ff738f1f24d537e906fe029d742ab1cd82faac30
Parent:        f8809ae7958ec7ed9bae48327d5ec5328eb31fe4
Author:        Ryan O'Hara <rohara@redhat.com>
AuthorDate:    Mon Nov 24 10:49:39 2008 -0600
Committer:     Ryan O'Hara <rohara@redhat.com>
CommitterDate: Mon Nov 24 10:49:39 2008 -0600

Fixed comment for check_mount. Added description of parameter

for consistency.
---
 gfs/gfs_mkfs/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gfs/gfs_mkfs/main.c b/gfs/gfs_mkfs/main.c
index 09315a5..f28a8a4 100644
--- a/gfs/gfs_mkfs/main.c
+++ b/gfs/gfs_mkfs/main.c
@@ -245,7 +245,7 @@ void are_you_sure(commandline_t *comline)
 
 /**
  * check_mount - check to see if device is mounted/busy
- * @
+ * @device: the device to create the filesystem on
  *
  */
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]