Skip to content

Commit

Permalink
man: regenerate with rst2man from docutils 0.18.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Apr 26, 2023
1 parent 095a8c8 commit d4aae18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion man/labgrid-client.1
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ $ labgrid\-client \-p <placename> console
.UNINDENT
.UNINDENT
.sp
Add all resources with the group "example\-group" to the place example\-place:
Add all resources with the group \(dqexample\-group\(dq to the place example\-place:
.INDENT 0.0
.INDENT 3.5
.sp
Expand Down
10 changes: 5 additions & 5 deletions man/labgrid-device-config.5
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Two configured images, one for the root filesystem, one for the bootloader:
.nf
.ft C
images:
root: "platform\-v7a/images/root.img"
boot: "platform\-v7a/images/barebox.img"
root: \(dqplatform\-v7a/images/root.img\(dq
boot: \(dqplatform\-v7a/images/barebox.img\(dq
.ft P
.fi
.UNINDENT
Expand Down Expand Up @@ -174,7 +174,7 @@ Configure the tool path for \fBimx\-usb\-loader\fP:
.nf
.ft C
tools:
imx\-usb\-loader: "/opt/labgrid\-helper/imx\-usb\-loader"
imx\-usb\-loader: \(dq/opt/labgrid\-helper/imx\-usb\-loader\(dq
.ft P
.fi
.UNINDENT
Expand Down Expand Up @@ -213,7 +213,7 @@ targets:
main:
resources:
RawSerialPort:
port: "/dev/ttyUSB0"
port: \(dq/dev/ttyUSB0\(dq
drivers:
SerialDriver: {}
ShellDriver:
Expand Down Expand Up @@ -247,7 +247,7 @@ targets:
IMXUSBDriver: {}
MyStrategy: {}
tools:
imx\-usb\-loader: "/opt/lg\-tools/imx\-usb\-loader"
imx\-usb\-loader: \(dq/opt/lg\-tools/imx\-usb\-loader\(dq
imports:
\- mystrategy.py
.ft P
Expand Down
2 changes: 1 addition & 1 deletion man/labgrid-exporter.1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ It defaults to the system hostname.
.SS \-\-hostname
.sp
For resources like USBSerialPort, USBGenericExport or USBSigrokExport, the
exporter needs to provide a host name to set the exported value of the "host"
exporter needs to provide a host name to set the exported value of the \(dqhost\(dq
key.
If the system hostname is not resolvable via DNS, this option can be used to
override this default with another name (or an IP address).
Expand Down

0 comments on commit d4aae18

Please sign in to comment.