From 36c82c42192b89383b5f21db39aa452d48474f20 Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 10 Dec 2024 20:00:50 +0000 Subject: [PATCH] added upquote=true to syslog.tex added upquote=true to fix single quote formatting per https://github.com/openhpc/ohpc/issues/2063 Signed-off-by: Graham --- docs/recipes/install/common/syslog.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/install/common/syslog.tex b/docs/recipes/install/common/syslog.tex index e2a55c7259..3edda79420 100644 --- a/docs/recipes/install/common/syslog.tex +++ b/docs/recipes/install/common/syslog.tex @@ -7,7 +7,7 @@ % begin_ohpc_run % ohpc_comment_header Configure rsyslog on SMS and computes \ref{sec:add_syslog} -\begin{lstlisting}[language=bash,keywords={}] +\begin{lstlisting}[language=bash,keywords={},upquote=true] # Configure SMS to receive messages and reload rsyslog configuration [sms](*\#*) echo 'module(load="imudp")' >> /etc/rsyslog.d/ohpc.conf [sms](*\#*) echo 'input(type="imudp" port="514")' >> /etc/rsyslog.d/ohpc.conf