From mboxrd@z Thu Jan 1 00:00:00 1970 From: Goffredo Baroncelli Subject: [PATCH 0/6] Series short description Date: Mon, 18 Jul 2011 19:33:09 +0200 Message-ID: <20110718173151.4029.66663.stgit@venice.bhome> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" To: linux-btrfs Return-path: List-ID: The following series implements... --- Goffredo Baroncelli (6): Add info for the commands. Add the header/footer/introduction of the man page. helpextract: tool to extract the info for the help from the source. Update the makefile for generating the man page. Show the help messages from the info in the comment. Update the makefile for generating the help messages. Makefile | 28 +++ btrfs.c | 210 +++++++++++++++++++++++++ btrfs_cmds.c | 276 +++++++++++++++++++++++++++++++++ helpextract.c | 435 ++++++++++++++++++++++++++++++++++++++++++++++++++++ man/btrfs.8.in | 359 ------------------------------------------- man/btrfs.8.in.old | 359 +++++++++++++++++++++++++++++++++++++++++++ scrub.c | 79 +++++++++ 7 files changed, 1380 insertions(+), 366 deletions(-) create mode 100644 helpextract.c delete mode 100644 man/btrfs.8.in create mode 100644 man/btrfs.8.in.old -- Signature