diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-09-28 11:40:25 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-09-30 12:14:22 -0400 |
commit | 81eb21b9918bf581849d41b4ecbe85d55f88ab73 (patch) | |
tree | dea9d28f4d87f3d955ff884f66db822733cbbf49 /man/systemd.service.xml | |
parent | a19c7a4a4b773e25671a5fa874e7c421685d1bde (diff) | |
download | systemd-81eb21b9918bf581849d41b4ecbe85d55f88ab73.tar.gz |
man: add link to functionfs docs
Also reword some ungainly grammar constructs.
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 642d95a029..eac7504fee 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -905,12 +905,15 @@ <varlistentry> <term><varname>USBFunctionDescriptors=</varname></term> - <listitem><para>Configure the location of file containing - FunctionFS descriptors. This is is used only when socket with - <varname>ListenUSBFunction</varname> line want to activate this service. Content of - this file is writen to ep0 file after it is opened. This is required - for socket activation using <varname>ListenUSBFunction</varname> - (i.e. for passing all ffs endpoints to service).</para></listitem> + <listitem><para>Configure the location of the file containing + <ulink url="https://www.kernel.org/doc/Documentation/usb/functionfs.txt">functionfs</ulink> + descriptors. This is is used only when a socket with + <varname>ListenUSBFunction</varname> configured wants to + activate this service. Content of this file is writen to + <filename>ep0</filename> file after it is opened. This is + required for socket activation using + <varname>ListenUSBFunction</varname> (i.e. for passing all + functionfs endpoints to the service).</para></listitem> </varlistentry> <varlistentry> |