summaryrefslogtreecommitdiff
path: root/doc/s6-instance-list.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-01-11 12:36:30 +0000
committerLaurent Bercot <ska@appnovation.com>2023-01-11 12:36:30 +0000
commita73c94f6adf37f2f7af655b016d8f03209ecdc46 (patch)
tree411bf6a06d2157281e943ba369994dcad50446b3 /doc/s6-instance-list.html
parenta37ea0818a0889fbf36a4fbe918929b53fb0f7c6 (diff)
downloads6-a73c94f6adf37f2f7af655b016d8f03209ecdc46.tar.xz
Doc fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-instance-list.html')
-rw-r--r--doc/s6-instance-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-instance-list.html b/doc/s6-instance-list.html
index 69cb342..03e5218 100644
--- a/doc/s6-instance-list.html
+++ b/doc/s6-instance-list.html
@@ -52,7 +52,7 @@ up or down; if they've been created and not deleted, they're printed. </li>
<ul>
<li> The list is unsorted, the instance names are printed in an unspecified order. </li>
<li> You can use s6-instance-list to script commands that handle sets of instances.
-For instance, to get the status of all the instances of a given service, you could write:
+For example, to get the status of all the instances of a given service, you could write:
<code> for i in `s6-instance-list <em>service</em>` ; do printf "%s: " $i ; s6-instance-status <em>service</em> $i ; done </code> </li>
</ul>