mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
13 lines
336 B
Sed
13 lines
336 B
Sed
--- doc/udisks2-docs.xml.daemon.sed.orig 2020-05-26 15:07:07 UTC
|
|
+++ doc/udisks2-docs.xml.daemon.sed
|
|
@@ -5,3 +5,10 @@
|
|
/<!-- DAEMON_PART -->/ {
|
|
r udisks2-docs.xml.daemon.part
|
|
d }
|
|
+/<!-- DAEMON_MAN_PAGE -->/ {
|
|
+ r udisks2-docs.xml.daemon.man
|
|
+ d }
|
|
+
|
|
+/<!-- DAEMON_PART -->/ {
|
|
+ r udisks2-docs.xml.daemon.part
|
|
+ d }
|