mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 05:17:54 +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.iPlanet
|
||||||
doc/schema.olcSudo
|
doc/schema.olcSudo
|
||||||
doc/sudo.conf.man.in
|
doc/sudo.conf.man.in
|
||||||
|
doc/sudo.conf.man.in.sed
|
||||||
doc/sudo.conf.mdoc.in
|
doc/sudo.conf.mdoc.in
|
||||||
doc/sudo.man.in
|
doc/sudo.man.in
|
||||||
doc/sudo.man.in.sed
|
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