search for: c3f684563

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

2017 Aug 30
1
[PATCH] fish: add small documentation bit about format of URIs (RHBZ#1450325)
Mention which format URIs follow, with a small example on escaping special characters. --- fish/guestfish.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fish/guestfish.pod b/fish/guestfish.pod index c3f684563..1201176e9 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -1225,6 +1225,16 @@ The equivalent API command would be: ><fs> add /disk protocol:ssh server:tcp:example.com [username:user] +Note that the URIs follow the syntax of +L<RFC 3986|https://tools.ietf.org/html/rfc3...
2017 Apr 04
1
[PATCH] Use Unicode single quotes ‘’ in place of short single quoted strings throughout.
...fprintf (stderr, _("%s: internal error parsing string at '%s'\n"), + fprintf (stderr, _("%s: internal error parsing string at ‘%s’\n"), getprogname (), p); abort (); } diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 3b71c3a21..c3f684563 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -308,7 +308,7 @@ You have to mount something on F</> before most commands will work. If any I<-m> or I<--mount> options are given, the guest is automatically launched. -If you don't know what filesystems a disk im...