Fossil SCM
Clarity tweak
Commit
bc678e1321917b1d2a569c506147b216da8347b6d79a2823556b7a487c50ab53
Parent
d5c754f97bab0f4…
1 file changed
+2
-2
+2
-2
| --- www/server/windows/none.md | ||
| +++ www/server/windows/none.md | ||
| @@ -27,12 +27,12 @@ | ||
| 27 | 27 | |
| 28 | 28 | |
| 29 | 29 | |
| 30 | 30 | ## No Simple Background Mode |
| 31 | 31 | |
| 32 | -Windows also lacks a direct equivalent of the “`&`” control operator to | |
| 33 | -run a program in the background, which you can give in the `rc.local` | |
| 32 | +Windows also lacks a direct equivalent of the Bourne shell’s “`&`” control operator to | |
| 33 | +run a program in the background, which you can give in Unix’s `rc.local` | |
| 34 | 34 | file, which is just a normal Bourne shell script. |
| 35 | 35 | |
| 36 | 36 | I don’t mean “background” in the sense of “has no user interface,” I |
| 37 | 37 | mean in the sense “not attached to any user’s login session.” When the |
| 38 | 38 | `rc.local` script exits in Unix, any program it backgrounded *stays |
| 39 | 39 |
| --- www/server/windows/none.md | |
| +++ www/server/windows/none.md | |
| @@ -27,12 +27,12 @@ | |
| 27 | |
| 28 | |
| 29 | |
| 30 | ## No Simple Background Mode |
| 31 | |
| 32 | Windows also lacks a direct equivalent of the “`&`” control operator to |
| 33 | run a program in the background, which you can give in the `rc.local` |
| 34 | file, which is just a normal Bourne shell script. |
| 35 | |
| 36 | I don’t mean “background” in the sense of “has no user interface,” I |
| 37 | mean in the sense “not attached to any user’s login session.” When the |
| 38 | `rc.local` script exits in Unix, any program it backgrounded *stays |
| 39 |
| --- www/server/windows/none.md | |
| +++ www/server/windows/none.md | |
| @@ -27,12 +27,12 @@ | |
| 27 | |
| 28 | |
| 29 | |
| 30 | ## No Simple Background Mode |
| 31 | |
| 32 | Windows also lacks a direct equivalent of the Bourne shell’s “`&`” control operator to |
| 33 | run a program in the background, which you can give in Unix’s `rc.local` |
| 34 | file, which is just a normal Bourne shell script. |
| 35 | |
| 36 | I don’t mean “background” in the sense of “has no user interface,” I |
| 37 | mean in the sense “not attached to any user’s login session.” When the |
| 38 | `rc.local` script exits in Unix, any program it backgrounded *stays |
| 39 |