search for: c7464d5

Displaying 2 results from an estimated 2 matches for "c7464d5".

Did you mean: 746425
2019 Oct 04
4
[PATCH libnbd 1/4] generator: Allow long ‘name - shortdesc’ in man pages.
For commands with long names and/or short descriptors, you can end up going over 72 characters in the first line of the man page (causing podwrapper to complain). Wrap these lines. --- generator/generator | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generator/generator b/generator/generator index 7d3f656..ad1cb6b 100755 --- a/generator/generator +++ b/generator/generator
2019 Oct 04
0
[PATCH libnbd 3/4] api: Add nbd_connect_socket.
...ml they are also integers but with a different type. --- generator/generator | 72 ++++++++++++++++++++++++++++++++++++--------- lib/connect.c | 47 +++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+), 14 deletions(-) diff --git a/generator/generator b/generator/generator index c7464d5..54a8eb7 100755 --- a/generator/generator +++ b/generator/generator @@ -96,6 +96,7 @@ type external_event = | CmdConnectTCP (* [nbd_aio_connect_tcp] *) | CmdConnectCommand (* [nbd_aio_connect_command] *) | CmdConnectSA (* [nbd_aio_connect_systemd_sock...