diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-12-12 08:12:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 08:12:10 +0100 |
commit | e3e30d2a44ba6e204c92d2afa28d402f6e9ba263 (patch) | |
tree | 011f5892bb1909694628d50d24af24460cac4908 /man/sd_bus_error.xml | |
parent | 161f1ee134ed405c2d87a0dcae4ae0d0882779b4 (diff) | |
parent | 2a03116da220c67c9b32f126733495583a8fb371 (diff) |
Merge pull request #4868 from keszybz/man
Ellipsization
Diffstat (limited to 'man/sd_bus_error.xml')
-rw-r--r-- | man/sd_bus_error.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index c2d7ee389b..3091e1f019 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -68,7 +68,7 @@ <funcsynopsisinfo>typedef struct { const char *name; const char *message; - ... + … } sd_bus_error;</funcsynopsisinfo> <para> @@ -95,7 +95,7 @@ <paramdef>sd_bus_error *<parameter>e</parameter></paramdef> <paramdef>const char *<parameter>name</parameter></paramdef> <paramdef>const char *<parameter>format</parameter></paramdef> - <paramdef>...</paramdef> + <paramdef>…</paramdef> </funcprototype> <funcprototype> @@ -116,7 +116,7 @@ <paramdef>sd_bus_error *<parameter>e</parameter></paramdef> <paramdef>int <parameter>error</parameter></paramdef> <paramdef>const char *<parameter>format</parameter></paramdef> - <paramdef>...</paramdef> + <paramdef>…</paramdef> </funcprototype> <funcprototype> |