diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_bus_path_encode.xml | 2 | ||||
-rw-r--r-- | man/systemd.network.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_path_encode.xml b/man/sd_bus_path_encode.xml index 5c166d072b..2cc720f24d 100644 --- a/man/sd_bus_path_encode.xml +++ b/man/sd_bus_path_encode.xml @@ -118,7 +118,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. returns positive or 0, and a valid bus path in the return argument. On success, <function>sd_bus_path_decode()</function> returns a positive value if the prefixed matched, or 0 if it - didn't. If the prefix matched the external identifier is returned + did not. If the prefix matched the external identifier is returned in the return parameter. If it did not match NULL is returned in the return parameter. On failure, a negative errno-style error number is returned by either function. The returned strings must diff --git a/man/systemd.network.xml b/man/systemd.network.xml index f49de17ee1..48e33ac4d4 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -194,7 +194,7 @@ <para>A boolean. When true, enables IPv4 link-local support. If <literal>DHCP=</literal> is also true, acquiring DHCP address will deprecate previously acquired IPv4 link-local address or - stop acquiring process if there hasn't been one acquired before. + stop acquiring process if one has not been acquired before. </para> </listitem> </varlistentry> |