]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
remount-fs: adjust comment
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 14 Jan 2025 09:32:30 +0000 (10:32 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 25 Mar 2025 09:37:00 +0000 (10:37 +0100)
src/remount-fs/remount-fs.c

index 21167a7b4ae587c902b212b85c60605bf091eb12..e707eab5490e980eaa0276e15a81848bb265955b 100644 (file)
@@ -19,8 +19,8 @@
 #include "signal-util.h"
 #include "strv.h"
 
-/* Goes through /etc/fstab and remounts all API file systems, applying options that are in /etc/fstab that systemd
- * might not have respected */
+/* Goes through /etc/fstab and remounts all API file systems, applying options that are in /etc/fstab that
+ * systemd might not have respected. */
 
 static int track_pid(Hashmap **h, const char *path, pid_t pid) {
         _cleanup_free_ char *c = NULL;