From da47d93f44d2c7780f243802a1061f40fcc3988e Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Jan 31 2019 13:22:23 +0000 Subject: [PATCH 1/2] Markup fix. --- diff --git a/guidelines/modules/ROOT/pages/Scriptlets.adoc b/guidelines/modules/ROOT/pages/Scriptlets.adoc index 101ac5b..9dbe79d 100644 --- a/guidelines/modules/ROOT/pages/Scriptlets.adoc +++ b/guidelines/modules/ROOT/pages/Scriptlets.adoc @@ -116,7 +116,7 @@ Requires(postun): /sbin/ldconfig [...] .... -In addition, in Fedora 28 or newer the following applies: If the configuration file added to `+/etc/ld.so.conf.d+` specifies a directory into which other other packages may install files, and that directory is not located in the directory hierarchy beneath one of `+/lib+`, /usr/lib Date: Jan 31 2019 13:37:51 +0000 Subject: [PATCH 2/2] Remove repeated word 'to' --- diff --git a/guidelines/modules/ROOT/pages/Scriptlets.adoc b/guidelines/modules/ROOT/pages/Scriptlets.adoc index 9dbe79d..12fdc8d 100644 --- a/guidelines/modules/ROOT/pages/Scriptlets.adoc +++ b/guidelines/modules/ROOT/pages/Scriptlets.adoc @@ -126,7 +126,7 @@ In addition, in Fedora 28 or newer the following applies: If the configuration f /sbin/ldconfig .... -Replace `+DIRECTORIES+` with the space-separated list of directories which the package adds to to the library search path via the configuration files in `+/etc/ld.so.conf.d+`. +Replace `+DIRECTORIES+` with the space-separated list of directories which the package adds to the library search path via the configuration files in `+/etc/ld.so.conf.d+`. === Users and groups