The last sentence in HISTORY perhaps made sense before forking from Nx, but imho it's not relevant afterwards, especially since it mentions a header file which didn't come to Ox. .In and .An macro fixes, while there.
Index: swapctl.2 =================================================================== RCS file: /cvs/src/lib/libc/sys/swapctl.2,v retrieving revision 1.19 diff -u -p -r1.19 swapctl.2 --- swapctl.2 30 Sep 2013 12:02:36 -0000 1.19 +++ swapctl.2 12 Dec 2014 13:53:29 -0000 @@ -36,9 +36,9 @@ .Nm swapctl .Nd modify swap configuration .Sh SYNOPSIS -.Fd #include <sys/param.h> -.Fd #include <sys/swap.h> -.Fd #include <unistd.h> +.In sys/param.h +.In sys/swap.h +.In unistd.h .Ft int .Fn swapctl "int cmd" "const void *arg" "int misc" .Sh DESCRIPTION @@ -218,15 +218,8 @@ The .Fn swapctl function call appeared in .Nx 1.3 . -The -.Fa se_path -member was added to -.Li struct swapent -in -.Nx 1.4 , -when the header file was also moved from -.Aq Pa vm/vm_swap.h . .Sh AUTHORS +.An -nosplit The current swap system was designed and implemented by .An Matthew Green Aq Mt [email protected] , with help from
