From 64cad40118e73b6f302997dab7b1aeb6d923456c Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 20 Aug 2022 12:07:29 -0300 Subject: [PATCH] docs: set vim filetype on the other man pages Some man pages are missing it. This amends commit aacd2e7d8 ("docs: set vim filetype on man pages for syntax highlighting", 2022-08-04) / PR #5296. --- src/man/firemon.txt | 1 + src/man/jailcheck.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/man/firemon.txt b/src/man/firemon.txt index fd58a7168..9d0785a4a 100644 --- a/src/man/firemon.txt +++ b/src/man/firemon.txt @@ -118,3 +118,4 @@ Homepage: https://firejail.wordpress.com .BR firejail-login (5), .BR firejail-users (5), .BR jailcheck (1) +.\" vim: set filetype=groff : diff --git a/src/man/jailcheck.txt b/src/man/jailcheck.txt index 483f47fb9..e889ea91b 100644 --- a/src/man/jailcheck.txt +++ b/src/man/jailcheck.txt @@ -115,3 +115,4 @@ Homepage: https://firejail.wordpress.com .BR firejail-profile (5), .BR firejail-login (5), .BR firejail-users (5), +.\" vim: set filetype=groff :