diff options
author | joel <joel@FreeBSD.org> | 2013-12-06 21:22:33 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-12-06 21:22:33 +0000 |
commit | 49a4972ff75eef890f6d4da6147350ebeeb79b46 (patch) | |
tree | b7cb572d26ed5ffb9e6f70a183ac0f30a93284f4 | |
parent | ec17b7d32f38ebf3275406c298c1449bb6a3d91d (diff) | |
download | FreeBSD-src-49a4972ff75eef890f6d4da6147350ebeeb79b46.zip FreeBSD-src-49a4972ff75eef890f6d4da6147350ebeeb79b46.tar.gz |
mdoc: remove EOL whitespace.
-rw-r--r-- | cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 | 2 | ||||
-rw-r--r-- | lib/libc/sys/wait.2 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 b/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 index c55430c..684d541 100644 --- a/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 +++ b/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 @@ -259,7 +259,7 @@ configuration. .El .Pp This features allows ZFS to maintain more information about how free space -is organized within the pool. If this feature is +is organized within the pool. If this feature is .Sy enabled , ZFS will set this feature to diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index 0374585..84b2b1a 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -103,7 +103,7 @@ and .Fn wait4 functions all implicitly wait for exited and trapped processes, but the -.Fn waitid +.Fn waitid and .Fn wait6 functions require the corresponding @@ -203,7 +203,7 @@ and wait for any child process in the same process group as the caller. .El .Pp -Non-standard identifier types supported by this +Non-standard identifier types supported by this implementation of .Fn waitid and |