aboutsummaryrefslogtreecommitdiffstats
path: root/doc/s6-rc-set-new.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 16:17:39 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 16:17:39 +0000
commit7551c712d73f1d07f6dec2c9b8183a43204f4aa5 (patch)
treec219efcd39d6a5ef72bf3cef2898f04b41cfb25f /doc/s6-rc-set-new.html
parentb71b06951c8f9250f87a16cd1e60b2d779bfcfff (diff)
downloads6-rc-7551c712d73f1d07f6dec2c9b8183a43204f4aa5.tar.gz
Rename "sub" to "prescription"
Diffstat (limited to 'doc/s6-rc-set-new.html')
-rw-r--r--doc/s6-rc-set-new.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/s6-rc-set-new.html b/doc/s6-rc-set-new.html
index 4d4642b..688f9db 100644
--- a/doc/s6-rc-set-new.html
+++ b/doc/s6-rc-set-new.html
@@ -5,7 +5,7 @@
<meta http-equiv="Content-Language" content="en" />
<title>s6-rc: the s6-rc-set-new program</title>
<meta name="Description" content="s6-rc: the s6-rc-set-new program" />
- <meta name="Keywords" content="s6-rc s6-rc-set-new repo set sub new services" />
+ <meta name="Keywords" content="s6-rc s6-rc-set-new repo set rx new services" />
<!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
@@ -33,12 +33,12 @@ in a <a href="repodefs.html#repository">repository</a>.
<li> For every argument in <em>setname...</em>, s6-rc-set-new creates a
<a href="repodefs.html#set">set</a> with that name, in the repository
<em>repo</em>. Under that set name, it attributes a default
-<a href="repodefs.html#sub">sub</a> to every service listed in the
+<a href="repodefs.html#rx">rx</a> to every service listed in the
<a href="repodefs.html#store">stores</a>:
<ul>
- <li> Services with the <em>essential</em> flag are added to the <tt>always</tt> sub </li>
- <li> Services with the <em>recommended</em> flag are added to the <tt>active</tt> sub </li>
- <li> Others are added to the <tt>usable</tt> sub. </li>
+ <li> Services with the <em>essential</em> flag are added to the <tt>always</tt> rx </li>
+ <li> Services with the <em>recommended</em> flag are added to the <tt>active</tt> rx </li>
+ <li> Others are added to the <tt>usable</tt> rx. </li>
</ul> </li>
<li> It exits 0. </li>
</ul>