Skip to content

Commit 5977a08

Browse files
committed
BF: CS-678 Incorrect format in qstat man page and manuals
1 parent 731ad44 commit 5977a08

17 files changed

+142
-65
lines changed

doc/markdown/man/man1/qstat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ Display information only on those jobs and queues being associated with the user
160160
status information is displayed if the `-f` or `-F` options are specified additionally and if the user runs jobs in
161161
those queues.
162162

163-
The string *$user* is a placeholder for the current username. An asterisk "\*" can be used as username wildcard to
164-
request any user's jobs be displayed. The default value for this switch is `-u` *$user*.
163+
The string *$user* is a placeholder for the current username. An asterisk * can be used as username wildcard to
164+
request any user's jobs be displayed. The default value for this switch is `-u $user`.
165165

166166
## -urg
167167
Displays additional information for each job related to the job urgency policy scheme (see *OUTPUT FORMATS* below).

doc/markdown/manual/copyright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright
22

3-
Copyright: 2024 by xxx
3+
Copyright 2024 HPC-Gridware GmbH
44

doc/markdown/manual/development-guide/01_prepare_dev_env.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,5 @@ git clone https://github.com/hpc-gridware/gcs-extensions
224224
git clone https://github.com/hpc-gridware/gcs-testsuite
225225
```
226226

227+
[//]: # (Eeach file has to end with two emty lines)
228+

doc/markdown/manual/development-guide/02_build_configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,5 @@ Here we use *CLion* as example because it provides full integration with CMake t
173173

174174
Next step is to build and install xxQS_NAMExx.
175175

176+
[//]: # (Eeach file has to end with two emty lines)
177+

doc/markdown/manual/development-guide/03_build_and_installation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ make install
1919
```
2020

2121
You can now either install the product (follow the instructions in the *Installation Guide*) or you can continue to
22-
setup the automated test environment as described in the next chapter.
22+
setup the automated test environment as described in the next chapter.
23+
24+
[//]: # (Eeach file has to end with two emty lines)
25+

doc/markdown/manual/development-guide/04_automated_test_environmet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ xxQS_NAMExx comes with a TCL/Expect based test environment that allows to automa
44
test framework can also be integrated in a CI/CD framework.
55

66
TODO
7+
[//]: # (Eeach file has to end with two emty lines)
78

doc/markdown/manual/development-guide/05_simulating_hosts_and_execution.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,7 @@ By setting the execd_param SIMULATE_JOBS
9999
job execution by sge_execd / via sge_shepherd can be prevented.
100100
Instead, the job execution is just simulated.
101101

102-
@todo add details
102+
@todo add details
103+
104+
[//]: # (Eeach file has to end with two emty lines)
105+

doc/markdown/manual/development-guide/25_scheduler_thread.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,6 @@ In many clusters, especial when there is no external load,
297297
we can switch off a few potentially expensive features and just rely on scheduling by slots:
298298
* do not configure queue load_thresholds and suspend_thresholds
299299
* do not use load adjustments (in the scheduler config)
300+
301+
[//]: # (Eeach file has to end with two emty lines)
302+

doc/markdown/manual/installation-guide/01_planning_the_installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,5 @@ If this is your first time installing xxQS_NAMExx, we suggest a manual installat
364364
Automatic installation is recommended if you need to install or reinstall a cluster multiple times or if you plan
365365
to install multiple clusters with slightly different settings.
366366

367+
[//]: # (Eeach file has to end with two emty lines)
368+

doc/markdown/manual/installation-guide/02_installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,4 +617,5 @@ Here are the steps required to complete the installation.
617617
618618
## Troubleshooting
619619
620+
[//]: # (Eeach file has to end with two emty lines)
620621

0 commit comments

Comments
 (0)