diff --git a/docs/cli/sandbox-commands.mdx b/docs/cli/sandbox-commands.mdx index 077e3a243..c9a2c83c0 100644 --- a/docs/cli/sandbox-commands.mdx +++ b/docs/cli/sandbox-commands.mdx @@ -507,7 +507,7 @@ msb metrics --format json # One-shot JSON output | Flag | Description | |------|-------------| -| `-w`, `--watch` | Continuously refresh the table in place. Ctrl-C to quit. Requires a terminal | +| `-w`, `--watch` | Continuously refresh the table in place. Ctrl+C to quit. Requires a terminal | | `-f`, `--follow` | Stream one JSON Lines object per sandbox per interval to stdout | | `--interval` | Refresh interval for `--watch`/`--follow` (e.g. `500ms`, `2s`). Default `1s` | | `-a`, `--all` | Include `exited` rows: terminal metrics preserved in the registry until the slot is reused | diff --git a/docs/examples/development/vnc-desktop.mdx b/docs/examples/development/vnc-desktop.mdx index 3f84556f7..a58e1befa 100644 --- a/docs/examples/development/vnc-desktop.mdx +++ b/docs/examples/development/vnc-desktop.mdx @@ -8,7 +8,7 @@ icon: "desktop" VNC does not require a physical display or GPU. TigerVNC's X server draws into a virtual framebuffer in guest memory, encodes changed regions, and sends them to the client. noVNC provides the browser client over WebSockets. -This example runs the lightweight LXQt desktop with Breeze styling and opens QTerminal. It is useful for GUI-only utilities, observing browser sessions, and testing desktop applications—not for graphics-performance workloads. +This example runs the lightweight LXQt desktop with Breeze styling and opens QTerminal. It is useful for GUI-only utilities, observing browser sessions, and testing desktop applications. It is not suited to graphics-performance workloads. ## Run the desktop