]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/sd_listen_fds.xml
man: use unicode ellipsis in more places
[thirdparty/systemd.git] / man / sd_listen_fds.xml
index 15c35904fb0644277ad5f52d63796329a8e83e21..c1c2423884d28be983c9a025332330adbc5158e9 100644 (file)
@@ -79,7 +79,7 @@
     received, zero is returned. The first file descriptor may be found
     at file descriptor number 3
     (i.e. <constant>SD_LISTEN_FDS_START</constant>), the remaining
-    descriptors follow at 4, 5, 6, ..., if any.</para>
+    descriptors follow at 4, 5, 6, , if any.</para>
 
     <para>If a daemon receives more than one file descriptor, they
     will be passed in the same order as configured in the systemd
     <function>sd_is_socket()</function> and related calls is not
     sufficient. Note that the names used are not unique in any
     way. The returned array of strings has as many entries as file
-    descriptors has been received, plus a final NULL pointer
+    descriptors have been received, plus a final NULL pointer
     terminating the array. The caller needs to free the array itself
     and each of its elements with libc's <function>free()</function>
     call after use. If the <parameter>names</parameter> parameter is