All of lore.kernel.org
 help / color / mirror / Atom feed
* Patches to util-linux man pages
@ 2016-11-10 10:59 Michael Kerrisk (man-pages)
  2016-11-19  9:42 ` Michael Kerrisk (man-pages)
  2016-11-29  9:52 ` Karel Zak
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-11-10 10:59 UTC (permalink / raw)
  To: Karel Zak, util-linux; +Cc: mtk.manpages

Hello Karel,

I have a series of patches that contain fixes for various
manual pages in util-linux. The early patches in the series
fix typos and inconsistencies across many pages.

The last two patches make some improvements to nsenter(1) and
unshare(1), in particular, by adding more specific cross references
to other pages that explain the relevant namespace concepts in
more detail.

Please apply.

Cheers,

Michael

Michael Kerrisk (12):
  Fix typo in page cross reference (capabilities(7), not capability(7))
  Place SEE ALSO entries in order
  Correctly format page cross references
  Fix page cross references
  Fix section number in lockf() page xref
  Fix reference for scheduling discussion
  Fix formatting errors in page cross references
  Relace reference to sigvec(2) with sigaction(2)
  SEE ALSO: add cross reference to namespaces(7)
  Provide better cross references for namespace concepts
  Provide better cross references for namespace concepts
  IPC namespaces also isolate POSIX message queues

 disk-utils/cfdisk.8         |  4 +--
 disk-utils/fdformat.8       |  4 +--
 disk-utils/fdisk.8          |  4 +--
 disk-utils/fsck.8           |  6 ++---
 disk-utils/fsck.minix.8     |  2 +-
 disk-utils/mkfs.cramfs.8    |  4 +--
 disk-utils/mkfs.minix.8     |  2 +-
 disk-utils/swaplabel.8      |  6 ++---
 libuuid/man/uuid_generate.3 |  6 ++---
 login-utils/chfn.1          |  2 +-
 login-utils/last.1          |  4 +--
 login-utils/login.1         |  6 ++---
 login-utils/runuser.1       |  8 +++---
 login-utils/su.1            |  6 ++---
 login-utils/vipw.8          |  2 +-
 misc-utils/blkid.8          |  2 +-
 misc-utils/findmnt.8        |  6 ++---
 misc-utils/getopt.1         |  4 +--
 misc-utils/kill.1           |  2 +-
 misc-utils/logger.1         |  2 +-
 misc-utils/lsblk.8          |  4 +--
 misc-utils/lslocks.8        |  2 +-
 misc-utils/mcookie.1        |  2 +-
 schedutils/chrt.1           |  2 +-
 schedutils/taskset.1        |  6 ++---
 sys-utils/blkdiscard.8      |  2 +-
 sys-utils/dmesg.1           |  4 +--
 sys-utils/eject.1           |  2 +-
 sys-utils/fallocate.1       |  4 +--
 sys-utils/fstab.5           |  6 ++---
 sys-utils/fstrim.8          |  4 +--
 sys-utils/ipcrm.1           |  2 +-
 sys-utils/ipcs.1            | 12 ++++-----
 sys-utils/lsipc.1           | 12 ++++-----
 sys-utils/lsns.8            |  2 +-
 sys-utils/mount.8           | 16 +++++------
 sys-utils/nsenter.1         | 65 +++++++++++++++++++++++++++++++++------------
 sys-utils/pivot_root.8      |  2 +-
 sys-utils/prlimit.1         |  4 +--
 sys-utils/setpriv.1         |  4 +--
 sys-utils/swapon.8          |  6 ++---
 sys-utils/switch_root.8     |  4 +--
 sys-utils/tunelp.8          |  2 +-
 sys-utils/umount.8          |  4 +--
 sys-utils/unshare.1         | 63 ++++++++++++++++++++++++++++++++++---------
 term-utils/mesg.1           |  2 +-
 term-utils/script.1         |  2 +-
 term-utils/setterm.1        |  6 ++---
 text-utils/colcrt.1         |  4 +--
 text-utils/more.1           |  4 +--
 text-utils/pg.1             |  4 +--
 text-utils/tailf.1          |  4 +--
 52 files changed, 207 insertions(+), 137 deletions(-)

-- 
2.5.5

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

* Re: Patches to util-linux man pages
  2016-11-10 10:59 Patches to util-linux man pages Michael Kerrisk (man-pages)
@ 2016-11-19  9:42 ` Michael Kerrisk (man-pages)
  2016-11-19 11:01   ` Rüdiger Meier
  2016-11-29  9:52 ` Karel Zak
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-11-19  9:42 UTC (permalink / raw)
  To: Karel Zak, util-linux; +Cc: Michael Kerrisk

Hello Karel,

Ping for this patch series! I think it's pretty straightforward. Is
something blocking it from being applied?

Cheers,

Michael


On 10 November 2016 at 11:59, Michael Kerrisk (man-pages)
<mtk.manpages@gmail.com> wrote:
> Hello Karel,
>
> I have a series of patches that contain fixes for various
> manual pages in util-linux. The early patches in the series
> fix typos and inconsistencies across many pages.
>
> The last two patches make some improvements to nsenter(1) and
> unshare(1), in particular, by adding more specific cross references
> to other pages that explain the relevant namespace concepts in
> more detail.
>
> Please apply.
>
> Cheers,
>
> Michael
>
> Michael Kerrisk (12):
>   Fix typo in page cross reference (capabilities(7), not capability(7))
>   Place SEE ALSO entries in order
>   Correctly format page cross references
>   Fix page cross references
>   Fix section number in lockf() page xref
>   Fix reference for scheduling discussion
>   Fix formatting errors in page cross references
>   Relace reference to sigvec(2) with sigaction(2)
>   SEE ALSO: add cross reference to namespaces(7)
>   Provide better cross references for namespace concepts
>   Provide better cross references for namespace concepts
>   IPC namespaces also isolate POSIX message queues
>
>  disk-utils/cfdisk.8         |  4 +--
>  disk-utils/fdformat.8       |  4 +--
>  disk-utils/fdisk.8          |  4 +--
>  disk-utils/fsck.8           |  6 ++---
>  disk-utils/fsck.minix.8     |  2 +-
>  disk-utils/mkfs.cramfs.8    |  4 +--
>  disk-utils/mkfs.minix.8     |  2 +-
>  disk-utils/swaplabel.8      |  6 ++---
>  libuuid/man/uuid_generate.3 |  6 ++---
>  login-utils/chfn.1          |  2 +-
>  login-utils/last.1          |  4 +--
>  login-utils/login.1         |  6 ++---
>  login-utils/runuser.1       |  8 +++---
>  login-utils/su.1            |  6 ++---
>  login-utils/vipw.8          |  2 +-
>  misc-utils/blkid.8          |  2 +-
>  misc-utils/findmnt.8        |  6 ++---
>  misc-utils/getopt.1         |  4 +--
>  misc-utils/kill.1           |  2 +-
>  misc-utils/logger.1         |  2 +-
>  misc-utils/lsblk.8          |  4 +--
>  misc-utils/lslocks.8        |  2 +-
>  misc-utils/mcookie.1        |  2 +-
>  schedutils/chrt.1           |  2 +-
>  schedutils/taskset.1        |  6 ++---
>  sys-utils/blkdiscard.8      |  2 +-
>  sys-utils/dmesg.1           |  4 +--
>  sys-utils/eject.1           |  2 +-
>  sys-utils/fallocate.1       |  4 +--
>  sys-utils/fstab.5           |  6 ++---
>  sys-utils/fstrim.8          |  4 +--
>  sys-utils/ipcrm.1           |  2 +-
>  sys-utils/ipcs.1            | 12 ++++-----
>  sys-utils/lsipc.1           | 12 ++++-----
>  sys-utils/lsns.8            |  2 +-
>  sys-utils/mount.8           | 16 +++++------
>  sys-utils/nsenter.1         | 65 +++++++++++++++++++++++++++++++++------------
>  sys-utils/pivot_root.8      |  2 +-
>  sys-utils/prlimit.1         |  4 +--
>  sys-utils/setpriv.1         |  4 +--
>  sys-utils/swapon.8          |  6 ++---
>  sys-utils/switch_root.8     |  4 +--
>  sys-utils/tunelp.8          |  2 +-
>  sys-utils/umount.8          |  4 +--
>  sys-utils/unshare.1         | 63 ++++++++++++++++++++++++++++++++++---------
>  term-utils/mesg.1           |  2 +-
>  term-utils/script.1         |  2 +-
>  term-utils/setterm.1        |  6 ++---
>  text-utils/colcrt.1         |  4 +--
>  text-utils/more.1           |  4 +--
>  text-utils/pg.1             |  4 +--
>  text-utils/tailf.1          |  4 +--
>  52 files changed, 207 insertions(+), 137 deletions(-)
>
> --
> 2.5.5
>
> --
> Michael Kerrisk
> Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
> Linux/UNIX System Programming Training: http://man7.org/training/



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

* Re: Patches to util-linux man pages
  2016-11-19  9:42 ` Michael Kerrisk (man-pages)
@ 2016-11-19 11:01   ` Rüdiger Meier
  2016-11-19 18:31     ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 6+ messages in thread
From: Rüdiger Meier @ 2016-11-19 11:01 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Karel Zak, util-linux



On Saturday 19 November 2016 10:42:28 Michael Kerrisk (man-pages) wrote:
> Hello Karel,
>
> Ping for this patch series! I think it's pretty straightforward. Is
> something blocking it from being applied?

Karel is sailing somewhere in the Atlantic Ocean. If he is not back until the 
end of month then we should be worried about our open pull requests ;)

cu,
Rudi

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

* Re: Patches to util-linux man pages
  2016-11-19 11:01   ` Rüdiger Meier
@ 2016-11-19 18:31     ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-11-19 18:31 UTC (permalink / raw)
  To: Rüdiger Meier; +Cc: Karel Zak, util-linux

On 19 November 2016 at 12:01, R=C3=BCdiger Meier <sweet_f_a@gmx.de> wrote:
>
>
> On Saturday 19 November 2016 10:42:28 Michael Kerrisk (man-pages) wrote:
>> Hello Karel,
>>
>> Ping for this patch series! I think it's pretty straightforward. Is
>> something blocking it from being applied?
>
> Karel is sailing somewhere in the Atlantic Ocean. If he is not back until=
 the
> end of month then we should be worried about our open pull requests ;)

Thanks for the info, Rudi.

Cheers,

Michael


--=20
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

* Re: Patches to util-linux man pages
  2016-11-10 10:59 Patches to util-linux man pages Michael Kerrisk (man-pages)
  2016-11-19  9:42 ` Michael Kerrisk (man-pages)
@ 2016-11-29  9:52 ` Karel Zak
  2016-12-03 14:18   ` Michael Kerrisk (man-pages)
  1 sibling, 1 reply; 6+ messages in thread
From: Karel Zak @ 2016-11-29  9:52 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: util-linux

On Thu, Nov 10, 2016 at 11:59:09AM +0100, Michael Kerrisk (man-pages) wrote:
> I have a series of patches that contain fixes for various
> manual pages in util-linux. The early patches in the series
> fix typos and inconsistencies across many pages.

Applied, thanks!

    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

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

* Re: Patches to util-linux man pages
  2016-11-29  9:52 ` Karel Zak
@ 2016-12-03 14:18   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-12-03 14:18 UTC (permalink / raw)
  To: Karel Zak; +Cc: mtk.manpages, util-linux

On 11/29/2016 10:52 AM, Karel Zak wrote:
> On Thu, Nov 10, 2016 at 11:59:09AM +0100, Michael Kerrisk (man-pages) wrote:
>> I have a series of patches that contain fixes for various
>> manual pages in util-linux. The early patches in the series
>> fix typos and inconsistencies across many pages.
> 
> Applied, thanks!

Thanks, Karel.

Cheers,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

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

end of thread, other threads:[~2016-12-03 14:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-10 10:59 Patches to util-linux man pages Michael Kerrisk (man-pages)
2016-11-19  9:42 ` Michael Kerrisk (man-pages)
2016-11-19 11:01   ` Rüdiger Meier
2016-11-19 18:31     ` Michael Kerrisk (man-pages)
2016-11-29  9:52 ` Karel Zak
2016-12-03 14:18   ` Michael Kerrisk (man-pages)

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.