diff options
author | joel <joel@FreeBSD.org> | 2014-06-23 18:40:21 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2014-06-23 18:40:21 +0000 |
commit | d94b51f5b9d2ec82746ffdf57ecb15252cca123e (patch) | |
tree | ceb4f439bccdaec74e6fa2ffb4d100969d70c478 /lib/libutil | |
parent | 0f2e70685cd79d3c85d1847965d5b31f9ff45b6c (diff) | |
download | FreeBSD-src-d94b51f5b9d2ec82746ffdf57ecb15252cca123e.zip FreeBSD-src-d94b51f5b9d2ec82746ffdf57ecb15252cca123e.tar.gz |
mdoc: remove superfluous paragraph macros.
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/fparseln.3 | 1 | ||||
-rw-r--r-- | lib/libutil/login_class.3 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3 index cd78437..245fba7 100644 --- a/lib/libutil/fparseln.3 +++ b/lib/libutil/fparseln.3 @@ -122,7 +122,6 @@ Remove escape preceding any other character. .It Dv FPARSELN_UNESCALL All of the above. .El -.Pp .El .Sh RETURN VALUES Upon successful completion a pointer to the parsed line is returned; diff --git a/lib/libutil/login_class.3 b/lib/libutil/login_class.3 index 75f3614..c87faae 100644 --- a/lib/libutil/login_class.3 +++ b/lib/libutil/login_class.3 @@ -160,7 +160,6 @@ capability "setenv=var1 val1,var2 val2..,varN valN". .It LOGIN_SETMAC Set the MAC label for the current process to the label specified in system login class database. -.Pp .It LOGIN_SETCPUMASK Create a new .Xr cpuset 2 |