All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Sync fio(1) man page with HOWTO
@ 2017-07-04 18:08 kusumi.tomohiro
  2017-07-04 18:08 ` [PATCH 1/7] man: sync OPTIONS section " kusumi.tomohiro
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: kusumi.tomohiro @ 2017-07-04 18:08 UTC (permalink / raw)
  To: axboe, fio; +Cc: Tomohiro Kusumi

From: Tomohiro Kusumi <tkusumi@tuxera.com>

The man page hasn't been in sync with many of the updates made for
HOWTO. These commits update the man page based on what HOWTO has,
where each commit corresponds to a single section (instead of updating
with commit-to-commit basis). The man page being in sync with HOWTO
also makes it easier to make changes, whenever HOWTO is updated in the
future.

The goal is to be in sync with HOWTO without being too verbose for
a man page. Note that they don't include contents that do not exist
in HOWTO (i.e. I didn't newly create anything). Also note these are
only beginning part of the man page.

These commits include
1. Import updates made only for HOWTO (diffs), unless the changes are
   too long/verbose to be mentioned in the man page.
2. Replace the entire section or paragraph with the corresponding one
   in HOWTO (partly as a result of 1), if these two are essencially
   saying the same thing with small modification, so that we don't see
   two different contents in two documents that are almost the same.
3. Make some small changes when above two are imported, such as using
   directives, removal of double white spaces, removal of expressions
   that don't fit in well with a man page (e.g. This section describes...).
4. Backport some small changes from the man page to HOWTO, which seem
   to have been made when the man page was first introduced. These are
   mostly minor fixups.

Tomohiro Kusumi (7):
  man: sync OPTIONS section with HOWTO
  man: sync "JOB FILE FORMAT" section with HOWTO
  man: sync "JOB FILE PARAMETERS" section with HOWTO
  man: sync "PARAMETER TYPES" section with HOWTO
  man: refer to REPORTING-BUGS for bug reporting
  HOWTO: minor backports from the man page
  HOWTO: fix indentation for options and job parameters

 HOWTO  | 159 +++++++++++++++++++++--------------------
 README |   3 +-
 fio.1  | 250 ++++++++++++++++++++++++++++++++++++++++++++---------------------
 3 files changed, 251 insertions(+), 161 deletions(-)

-- 
2.9.4



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-07-04 22:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-04 18:08 [PATCH 0/7] Sync fio(1) man page with HOWTO kusumi.tomohiro
2017-07-04 18:08 ` [PATCH 1/7] man: sync OPTIONS section " kusumi.tomohiro
2017-07-04 19:03   ` Sitsofe Wheeler
2017-07-04 19:33     ` Tomohiro Kusumi
2017-07-04 22:08       ` Jens Axboe
2017-07-04 22:09       ` Jens Axboe
2017-07-04 22:50       ` Sitsofe Wheeler
2017-07-04 18:08 ` [PATCH 2/7] man: sync "JOB FILE FORMAT" " kusumi.tomohiro
2017-07-04 18:08 ` [PATCH 3/7] man: sync "JOB FILE PARAMETERS" " kusumi.tomohiro
2017-07-04 18:08 ` [PATCH 4/7] man: sync "PARAMETER TYPES" " kusumi.tomohiro
2017-07-04 18:08 ` [PATCH 5/7] man: refer to REPORTING-BUGS for bug reporting kusumi.tomohiro
2017-07-04 18:08 ` [PATCH 6/7] HOWTO: minor backports from the man page kusumi.tomohiro
2017-07-04 18:08 ` [PATCH 7/7] HOWTO: fix indentation for options and job parameters kusumi.tomohiro
2017-07-04 22:09 ` [PATCH 0/7] Sync fio(1) man page with HOWTO Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.