Skip to content

Commit

Permalink
ncm-metaconfig: conntrackd: Fix missing backticks in annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Nov 25, 2024
1 parent bc273ff commit 1687c8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type conntrackd_service_sync = {

@documentation{
Unix socket configuration.
This socket is used by conntrackd to listen to external commands like `conntrackd -k' or `conntrackd -n'.
This socket is used by conntrackd to listen to external commands like `conntrackd -k` or `conntrackd -n`.
}
type conntrackd_service_general_unix = {
'Path' : string = '/var/run/conntrackd.ctl'
Expand Down

0 comments on commit 1687c8b

Please sign in to comment.