diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-16 01:52:00 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-16 01:52:00 +0000 |
| commit | 16a8a828163dc2344466fabbe7b2ae0383a033c2 (patch) | |
| tree | 920c6ffd8b587c6354a1edd1bd82d50b46bf9416 /doc/s6_repository.html | |
| parent | 5129011f1e80b0243ec857abb10b15af03941b30 (diff) | |
| download | s6-frontend-16a8a828163dc2344466fabbe7b2ae0383a033c2.tar.gz | |
s6_set changes: configurable set, remove load/save, add copy
Also add a configurable set to s6_live_install
Don't unlist current in s6_repository_list
Diffstat (limited to 'doc/s6_repository.html')
| -rw-r--r-- | doc/s6_repository.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6_repository.html b/doc/s6_repository.html index 1d33c0b..d9cfcc9 100644 --- a/doc/s6_repository.html +++ b/doc/s6_repository.html @@ -99,9 +99,9 @@ no impact whatsoever and this option can safely be ignored. </dd> </pre> <ul> - <li> <tt>s6 repository list</tt> lists all the saved sets in the repository, -printing their names on stdout, one per line. It does not list <tt>current</tt>, -the current working set, which always exists. </li> + <li> <tt>s6 repository list</tt> lists all the sets in the repository, +printing their names on stdout, one per line. <tt>current</tt> is the +default working set and always exists. </li> <li> No options are defined. </li> </ul> |
