From d671db5b312fcdf6106f553b11ecd6598188e930 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Fri, 24 Nov 2023 08:27:10 +0100
Subject: [PATCH] Update prompts

---
 .../docs/contrib/content_rules.md                 | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
index 0b01ac4dd..70288965a 100644
--- a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
+++ b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
@@ -397,11 +397,16 @@ This should help to avoid errors.
 | Localhost              | `marie@local$`   |
 | Login nodes            | `marie@login$`   |
 | Arbitrary compute node | `marie@compute$` |
-| Partition `haswell`    | `marie@haswell$` |
-| Partition `ml`         | `marie@ml$`      |
-| Partition `alpha`      | `marie@alpha$`   |
-| Partition `romeo`      | `marie@romeo$`   |
-| Partition `julia`      | `marie@julia$`   |
+| Compute node `Barnard` | `marie@barnard$` |
+| Login node `Barnard`   | `marie@login.barnard$`  |
+| Compute node `Power9`  | `marie@power9$`  |
+| Login node `Power9`    | `marie@login.power9$`  |
+| Compute node `Alpha`   | `marie@alpha$`   |
+| Login node `Alpha`     | `marie@login.alpha$`   |
+| Compute node `Romeo`   | `marie@romeo$`   |
+| Login node `Romeo`     | `marie@login.romeo$`   |
+| Compute node `Julia`   | `marie@julia$`   |
+| Login node `Julia`     | `marie@login.julia$`   |
 | Partition `dcv`        | `marie@dcv$`     |
 
 * **Always use a prompt**, even if there is no output provided for the shown command.
-- 
GitLab