All of lore.kernel.org
 help / color / mirror / Atom feed
* alsa-utils: axfer: add manuals
       [not found] <1544046398697707891-webhooks-bot@alsa-project.org>
@ 2018-12-05 21:46 ` GitHub pull_request - opened
  0 siblings, 0 replies; only message in thread
From: GitHub pull_request - opened @ 2018-12-05 21:46 UTC (permalink / raw)
  To: alsa-devel

alsa-project/alsa-utils pull request #6 was opened from takaswie:

alsa-utils: axfer: add manuals

This patchset adds manuals. As a result, users can refer to documents
by man(1):

```
 $ man 1 axfer
 $ man 1 axfer-list
 $ man 1 axfer-transfer
```

The manuals are written according to groff_man(7) and man-pages(7),
however in some points they don't follow the guideline; e.g. usage
of hyphen-minus ('-') without backslash '\' in pre-formatted text.
I'll welcome any fixes.

In this time, description of each backend in transfer subcommand is
not yet added. It will be added in later work.

```
Takashi Sakamoto (5):
  axfer: add a manual for entry point
  axfer: add a manual for list subcommand
  axfer: add a manual for transfer subcommand
  axfer: add a section to describe compatibility to aplay(1)
  axfer: add a section about design of transfer subcommand

 axfer/Makefile.am      |  10 +
 axfer/axfer-list.1     |  86 +++++++
 axfer/axfer-transfer.1 | 500 +++++++++++++++++++++++++++++++++++++++++
 axfer/axfer.1          | 132 +++++++++++
 4 files changed, 728 insertions(+)
 create mode 100644 axfer/axfer-list.1
 create mode 100644 axfer/axfer-transfer.1
 create mode 100644 axfer/axfer.1
```

Request URL   : https://github.com/alsa-project/alsa-utils/pull/6
Patch URL     : https://github.com/alsa-project/alsa-utils/pull/6.patch
Repository URL: https://github.com/alsa-project/alsa-utils

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-05 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1544046398697707891-webhooks-bot@alsa-project.org>
2018-12-05 21:46 ` alsa-utils: axfer: add manuals GitHub pull_request - opened

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.