diff --git a/man/systemd.service.xml b/man/systemd.service.xml index eeb98198ab..897ea464d9 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -905,21 +905,23 @@ USBFunctionDescriptors= - Configure the location of the file containing - functionfs - descriptors. This is is used only when a socket with - ListenUSBFunction= configured wants to - activate this service. Content of this file is writen to - ep0 file after it is opened. This is - required for socket activation using - ListenUSBFunction= (i.e. for passing all - functionfs endpoints to the service). + Configure the location of a file containing + USB + FunctionFS descriptors, for implementation of USB + gadget functions. This is is used only in conjunction with a + socket unit with ListenUSBFunction= + configured. The contents of this file is written to the + ep0 file after it is + opened. USBFunctionStrings= - Configure the location of file containing FunctionFS strings. - Behavior is similar to USBFunctionDescriptors. + Configure the location of a file containing + USB FunctionFS strings. Behavior is similar to + USBFunctionDescriptors= + above. diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index bb75b69cea..210bd71913 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -262,14 +262,15 @@ ListenUSBFunction= - Specifies a - functionfs - endpoint location to - listen on. This expects an absolute file system path as the - argument. Behavior otherwise is very similar to the - ListenFIFO= directive above. Use this to - open functionfs endpoint ep0. When using - this option, activated service has to have the + Specifies a USB + FunctionFS endpoint location to listen on, for + implementation of USB gadget functions. This expects an + absolute file system path as the argument. Behavior otherwise + is very similar to the ListenFIFO= + directive above. Use this to open FunctionFS endpoint + ep0. When using this option, the + activated service has to have the USBFunctionDescriptors= and USBFunctionStrings= options set.