diff --git a/pages.de/common/nix-build.2.md b/pages.de/common/nix-build.2.md index ab91fd386d..a0fe51c6f1 100644 --- a/pages.de/common/nix-build.2.md +++ b/pages.de/common/nix-build.2.md @@ -1,12 +1,13 @@ # nix-build > Erstellen eines Nix-Ausdrucks. -> Weitere Informationen: . +> Siehe auch: `nix build.3`. +> Weitere Informationen: . - Erstelle einen Nix-Ausdruck: -`nix-build '' --attr {{firefox}}` +`nix-build '' {{[-A|--attr]}} {{firefox}}` - Erstelle einen gesandboxten Nix-Ausdruck (auf nicht-NixOS): -`nix-build '' --attr {{firefox}} --option sandbox true` +`nix-build '' {{[-A|--attr]}} {{firefox}} --option sandbox true` diff --git a/pages.de/common/nix-shell.2.md b/pages.de/common/nix-shell.2.md index 68b523b3c7..4f615d163a 100644 --- a/pages.de/common/nix-shell.2.md +++ b/pages.de/common/nix-shell.2.md @@ -1,7 +1,8 @@ # nix-shell > Startet eine interaktive Shell, die auf einem Nix-Ausdruck basiert. -> Weitere Informationen: . +> Siehe auch: `nix shell.3`. +> Weitere Informationen: . - Starte mit Nix-Ausdruck in `shell.nix` oder `default.nix` im aktuellen Verzeichnis: @@ -17,12 +18,12 @@ - Starte mit aus nixpkgs geladenen Paketen: -`nix-shell --packages {{paket_name_1 paket_name_2 ...}}` +`nix-shell {{[-p|--packages]}} {{paket_name_1 paket_name_2 ...}}` - Starte mit Paketen, die aus einer bestimmten Nixpkgs-Revision geladen wurden: -`nix-shell --packages {{paket_name_1 paket_name_2 ...}} -I nixpkgs={{https://github.com/NixOS/nixpkgs/archive/nixpkgs_revision.tar.gz}}` +`nix-shell {{[-p|--packages]}} {{paket_name_1 paket_name_2 ...}} {{[-I|--include]}} nixpkgs={{https://github.com/NixOS/nixpkgs/archive/nixpkgs_revision.tar.gz}}` - Führe den Rest der Datei mit einem bestimmten Interpreter aus, zur Verwendung in `#!-scripts` (siehe ): -`nix-shell -i {{interpreter}} --packages {{paket_name_1 paket_name_2 ...}}` +`nix-shell -i {{interpreter}} {{[-p|--packages]}} {{paket_name_1 paket_name_2 ...}}` diff --git a/pages.fr/common/mc.fm.md b/pages.fr/common/mc.fm.md index 397263c128..b0fb8277b2 100644 --- a/pages.fr/common/mc.fm.md +++ b/pages.fr/common/mc.fm.md @@ -2,7 +2,8 @@ > Midnight Commander, gestionnaire de fichiers à base de console. > La navigation dans les répertoires se fait à l'aide `` ou la souris, ou bien en tapant des commandes dans la console. -> Plus d'informations : . +> Voir aussi : `ranger`, `clifm`, `vifm`, `nautilus`. +> Plus d'informations : . - Démarre Midnight Commander : @@ -10,4 +11,4 @@ - Démarre Midnight Commander en mode noir et blanc : -`mc -b` +`mc {{[-b|--nocolor]}}` diff --git a/pages.ko/common/cargo-rustdoc.md b/pages.ko/common/cargo-rustdoc.md index cfb362ed99..f2c719bed7 100644 --- a/pages.ko/common/cargo-rustdoc.md +++ b/pages.ko/common/cargo-rustdoc.md @@ -2,6 +2,7 @@ > Rust 패키지의 문서를 작성. > `cargo doc`과 유사하지만, `rustdoc`에 옵션을 전달할 수 있음. 사용 가능한 모든 옵션은 `rustdoc --help`를 참조. +> 관련 항목: `rustdoc`. > 더 많은 정보: . - `rustdoc`에 옵션을 전달: @@ -10,11 +11,11 @@ - 문서 린트에 대해 경고: -`cargo rustdoc -- --warn rustdoc::{{린트_이름}}` +`cargo rustdoc -- {{[-W|--warn]}} rustdoc::{{린트_이름}}` - 문서 린트를 무시: -`cargo rustdoc -- --allow rustdoc::{{린트_이름}}` +`cargo rustdoc -- {{[-A|--allow]}} rustdoc::{{린트_이름}}` - 패키지 라이브러리를 문서화: diff --git a/pages.ko/common/swift.md b/pages.ko/common/swift.md index e1474fb4b6..c7154dd635 100644 --- a/pages.ko/common/swift.md +++ b/pages.ko/common/swift.md @@ -21,4 +21,4 @@ - 프로젝트를 릴리스용으로 컴파일: -`swift build -c release` +`swift build {{[-c|--configuration]}} {{debug|release}}` diff --git a/pages.ko/linux/gnome-extensions.md b/pages.ko/linux/gnome-extensions.md index f390edc160..97a00e102e 100644 --- a/pages.ko/linux/gnome-extensions.md +++ b/pages.ko/linux/gnome-extensions.md @@ -17,11 +17,11 @@ - 특정 확장 비활성화: -`gnome-extension disable "{{확장_id}}"` +`gnome-extensions disable "{{확장_id}}"` - 특정 확장 제거: -`gnome-extension uninstall "{{확장_id}}"` +`gnome-extensions uninstall "{{확장_id}}"` - 특정 하위 명령(예: `list`)에 대한 도움말 표시: diff --git a/pages.ta/linux/gnome-extensions.md b/pages.ta/linux/gnome-extensions.md index 1cfb5b746f..b54db1ed51 100644 --- a/pages.ta/linux/gnome-extensions.md +++ b/pages.ta/linux/gnome-extensions.md @@ -17,11 +17,11 @@ - ஒரு குறிப்பிட்ட நீட்டிப்பை முடக்கு: -`gnome-extension disable "{{நீட்டிப்பு_ஐடி}}"` +`gnome-extensions disable "{{நீட்டிப்பு_ஐடி}}"` - ஒரு குறிப்பிட்ட நீட்டிப்பை நிறுவல் நீக்கு: -`gnome-extension uninstall "{{நீட்டிப்பு_ஐடி}}"` +`gnome-extensions uninstall "{{நீட்டிப்பு_ஐடி}}"` - துணைக் கட்டளைக்கான உதவியைக் காண்பி (`list` போன்றவை):