mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Add conditional for sesh path in sudo.conf manual.
This commit is contained in:
parent
62bb4aa630
commit
eb95a35edc
1
MANIFEST
1
MANIFEST
@ -29,6 +29,7 @@ doc/schema.OpenLDAP
|
||||
doc/schema.iPlanet
|
||||
doc/schema.olcSudo
|
||||
doc/sudo.conf.man.in
|
||||
doc/sudo.conf.man.in.sed
|
||||
doc/sudo.conf.mdoc.in
|
||||
doc/sudo.man.in
|
||||
doc/sudo.man.in.sed
|
||||
|
15
doc/sudo.conf.man.in.sed
Normal file
15
doc/sudo.conf.man.in.sed
Normal file
@ -0,0 +1,15 @@
|
||||
s/^\(.TH .*\)/.nr SL @SEMAN@\
|
||||
\1/
|
||||
|
||||
/^\.TP 10n$/ {
|
||||
N
|
||||
/^.TP 10n\nsesh$/ {
|
||||
i\
|
||||
.if \\n(SL \\{\\
|
||||
}
|
||||
}
|
||||
|
||||
/^\\fI@sesh_file@\\fR\.$/ {
|
||||
a\
|
||||
.\\}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user