From 0d5beff7628fa0983b5dbfcaa981c8d6b421abce Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Wed, 17 May 2023 14:45:58 +0200
Subject: [PATCH] Added missing '>'.

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md
index 0c980b79f..615282e59 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md
@@ -33,7 +33,7 @@ In this sense, you should minimize the usage of system calls querying or modifyi
 and directory attributes, e.g. `stat()`, `statx()`, `open()`, `openat()` etc.
 
 Please, also avoid commands basing on the above mentioned system calls such as `ls -l` and
-`ls --color`. Instead, you should invoke `ls` or `ls -l <filename` to reduce metadata operations.
+`ls --color`. Instead, you should invoke `ls` or `ls -l <filename>` to reduce metadata operations.
 This also holds for commands walking the filesystems recursively performing massive metadata
 operations such as `ls -R`, `find`, `locate`, `du` and `df`.
 
-- 
GitLab