Re: [PATCH 1/5] Add manpage for open_tree(2)

2021-02-25 Thread Aurélien Aptel
I was looking at this to possibly give it a go in mount.cifs (cifs-utils). Sorry if this has been debated before but is there an interest in converting those man page to RST? We already switched in cifs-utils. Iterating on patchsets is quite daunting in roff. Cheers, -- Aurélien Aptel / SUSE L

Re: [PATCH 1/5] Add manpage for open_tree(2)

2021-01-22 Thread Michael Kerrisk (man-pages)
Hello David, Ping! Thanks, Michael On Thu, 27 Aug 2020 at 13:01, Michael Kerrisk (man-pages) wrote: > > Hello David, > > Can I ask that you please reply to each of my mails, rather than > just sending out a new patch series (which of course I would also > like you to do). Some things that I m

Re: [PATCH 1/5] Add manpage for open_tree(2)

2020-08-27 Thread Michael Kerrisk (man-pages)
Hello David, Can I ask that you please reply to each of my mails, rather than just sending out a new patch series (which of course I would also like you to do). Some things that I mentioned in the last mails got lost, and I end up having to repeat them. So, even where I say "please change this"

[PATCH 1/5] Add manpage for open_tree(2)

2020-08-24 Thread David Howells
Add a manual page to document the open_tree() system call. Signed-off-by: David Howells --- man2/open_tree.2 | 249 ++ 1 file changed, 249 insertions(+) create mode 100644 man2/open_tree.2 diff --git a/man2/open_tree.2 b/man2/open_tree.2 ne

Re: [PATCH 1/5] Add manpage for open_tree(2)

2020-08-22 Thread Michael Kerrisk (man-pages)
Hello David, Thanks for sending these pages! On Fri, 7 Aug 2020 at 16:02, David Howells wrote: > > Add a manual page to document the open_tree() system call. > > Signed-off-by: David Howells > --- > > man2/open_tree.2 | 260 > ++ > 1 file c

[PATCH 1/5] Add manpage for open_tree(2)

2020-08-07 Thread David Howells
Add a manual page to document the open_tree() system call. Signed-off-by: David Howells --- man2/open_tree.2 | 260 ++ 1 file changed, 260 insertions(+) create mode 100644 man2/open_tree.2 diff --git a/man2/open_tree.2 b/man2/open_tree.2 ne