diff --git a/pages/common/bun-pm-pkg.md b/pages/common/bun-pm-pkg.md index 463b3d572d..83dc1d2b57 100644 --- a/pages/common/bun-pm-pkg.md +++ b/pages/common/bun-pm-pkg.md @@ -1,6 +1,6 @@ # bun pm pkg -> Manage package.json data with `get`, `set`, `delete`, and `fix` operations. +> Manage `package.json` data with `get`, `set`, `delete`, and `fix` operations. > More information: . - Get all properties from `package.json`: diff --git a/pages/common/cheatshh.md b/pages/common/cheatshh.md index 4a96d70d67..a39b6d45a4 100644 --- a/pages/common/cheatshh.md +++ b/pages/common/cheatshh.md @@ -24,7 +24,7 @@ `cheatshh {{[-eg|--edit-group]}}` -- Delete an existing group and it's sub commands from commands.json file: +- Delete an existing group and it's sub commands from `commands.json` file: `cheatshh {{[-dg|--delete-group]}}` diff --git a/pages/common/electron-packager.md b/pages/common/electron-packager.md index 259873e83b..3196477a1b 100644 --- a/pages/common/electron-packager.md +++ b/pages/common/electron-packager.md @@ -1,7 +1,7 @@ # electron-packager > Build Electron app executables for Windows, Linux, and macOS. -> Requires a valid package.json in the application directory. +> Requires a valid `package.json` in the application directory. > More information: . - Package an application for the current architecture and platform: diff --git a/pages/common/elm.md b/pages/common/elm.md index b5bface583..9aa6b71c68 100644 --- a/pages/common/elm.md +++ b/pages/common/elm.md @@ -3,7 +3,7 @@ > Compile and run Elm source files. > More information: . -- Initialize an Elm project, generates an elm.json file: +- Initialize an Elm project, generates an `elm.json` file: `elm init` diff --git a/pages/common/piper.md b/pages/common/piper.md index a62a5ce411..6d86b8f54d 100644 --- a/pages/common/piper.md +++ b/pages/common/piper.md @@ -4,7 +4,7 @@ > Try out and download speech models from . > More information: . -- Output a WAV [f]ile using a text-to-speech [m]odel (assuming a configuration file at model_path + .json): +- Output a WAV [f]ile using a text-to-speech [m]odel (assuming a configuration file at model_path + `.json`): `echo {{Thing to say}} | piper -m {{path/to/model.onnx}} -f {{outputfile.wav}}` diff --git a/pages/common/trdsql.md b/pages/common/trdsql.md index ad2a6232cf..53f7cff2f6 100644 --- a/pages/common/trdsql.md +++ b/pages/common/trdsql.md @@ -7,7 +7,7 @@ `trdsql -ocsv -oh "SELECT * FROM {{path/to/directory/*.json}}" | sed 's/\([^,]*\)/"&"/g' > {{path/to/file.csv}}` -- Interpret JSON list as a table and put objects inside as columns (path/to/file.json: `{"list":[{"age":"26","name":"Tanaka"}]}`): +- Interpret JSON list as a table and put objects inside as columns (`path/to/file.json: {"list":[{"age":"26","name":"Tanaka"}]}`): `trdsql "SELECT * FROM {{path/to/file.json}}::.list"` diff --git a/pages/linux/aa-unconfined.md b/pages/linux/aa-unconfined.md index 106d35441e..6c6ea44efb 100644 --- a/pages/linux/aa-unconfined.md +++ b/pages/linux/aa-unconfined.md @@ -11,7 +11,7 @@ `sudo aa-unconfined --with-netstat` -- Show all processes from /proc with TCP/UDP ports and no AppArmor profiles (more detailed): +- Show all processes from `/proc` with TCP/UDP ports and no AppArmor profiles (more detailed): `sudo aa-unconfined --paranoid` diff --git a/pages/sunos/devfsadm.md b/pages/sunos/devfsadm.md index 5e1c75aeff..fece92d18b 100644 --- a/pages/sunos/devfsadm.md +++ b/pages/sunos/devfsadm.md @@ -1,13 +1,14 @@ # devfsadm -> Administration command for `/dev`. Maintains the `/dev` namespace. +> Administer `/dev`. +> Maintains the `/dev` namespace. > More information: . - Scan for new disks: `devfsadm -c disk` -- Cleanup any dangling /dev links and scan for new device: +- Cleanup any dangling `/dev` links and scan for new device: `devfsadm -C -v` diff --git a/pages/windows/wmic.md b/pages/windows/wmic.md index 4338103e6c..ff1c487b1b 100644 --- a/pages/windows/wmic.md +++ b/pages/windows/wmic.md @@ -17,7 +17,7 @@ - Access specific fields such as process name, process ID, and parent process ID: -`wmic process get {{name,processid,parentprocessid}}` +`wmic process get {{name,process_id,parent_process_id}}` - Display information about a specific process: