diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-05-03 19:15:23 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-05-06 23:05:09 +0200 |
commit | d28315e4aff91560ed4c2fc9f876ec8bfc559f2d (patch) | |
tree | 8c3ff4159b093ab89944a0bb55d466faded6b206 /man | |
parent | 22fc2420b2a7220addcee33c2fa17ada44d87f9c (diff) |
doc: use non-contracted forms in written documents
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> |