diff --git a/lib/libusb/libusb20.3 b/lib/libusb/libusb20.3 index d9f3f01350ed..d1abc554d083 100644 --- a/lib/libusb/libusb20.3 +++ b/lib/libusb/libusb20.3 @@ -235,7 +235,6 @@ applications should consider using . .Sh USB TRANSFER OPERATIONS . -.Pp . .Fn libusb20_tr_close will release all kernel resources associated with an USB @@ -534,7 +533,6 @@ with an USB transfer. . .Sh USB DEVICE OPERATIONS . -.Pp . .Fn libusb20_dev_get_backend_name returns a zero terminated string describing the backend used. @@ -1000,7 +998,6 @@ The buffer pointer cannot be NULL. . . .Sh USB DEBUGGING -.Pp .Ft const char * .Fn libusb20_strerror "int code" Get the ASCII representation of the error given by the diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8 index 3c32dfbeaedb..0fcdb51de83f 100644 --- a/usr.bin/rctl/rctl.8 +++ b/usr.bin/rctl/rctl.8 @@ -142,7 +142,6 @@ A filter that matches all defined rules for maxproc resource would be .It shmsize Ta "SysV shared memory size, in bytes" .It wallclock Ta "wallclock time, in seconds" .El -.Pp .Sh ACTIONS .Bl -column -offset 3n "pseudoterminals" .It deny Ta "deny the allocation; not supported for cpu and wallclock" @@ -161,7 +160,6 @@ Attempt to add rule with action not supported by a given resouce will result in error. .Pp Note that limiting RSS may kill the machine due to thrashing. -.Pp .Sh EXIT STATUS .Ex -std .Sh EXAMPLES