diff options
author | mpp <mpp@FreeBSD.org> | 1997-03-07 07:45:17 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-03-07 07:45:17 +0000 |
commit | 0385b16188212664b639b5ead37c9f207445986d (patch) | |
tree | 88c906fac1eddd7e1b47351a87eacd72fd9cf6ed /usr.sbin/rtprio | |
parent | b8908061b9d2bd141efc7dc2b97bf0e82c9128a1 (diff) | |
download | FreeBSD-src-0385b16188212664b639b5ead37c9f207445986d.zip FreeBSD-src-0385b16188212664b639b5ead37c9f207445986d.tar.gz |
Oops, had a couple of extra parens in a couple of lines.
Diffstat (limited to 'usr.sbin/rtprio')
-rw-r--r-- | usr.sbin/rtprio/rtprio.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index a795877..4c9e787 100644 --- a/usr.sbin/rtprio/rtprio.1 +++ b/usr.sbin/rtprio/rtprio.1 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rtprio.1,v 1.9 1997/02/22 16:13:06 peter Exp $ +.\" $Id: rtprio.1,v 1.10 1997/03/07 07:43:19 mpp Exp $ .\" .Dd July 23, 1994 .Dt RTPRIO 1 @@ -182,14 +182,14 @@ process in a realtime priority. .Sh BUGS There is no way to set/view the realtime priority of process 0 (swapper) (see -.Xr ps 1 ) ) . +.Xr ps 1 ) . .Pp There is in .Tn FreeBSD no way to ensure that a process page is present in memory therefore the process may be stopped for pagein. (See .Xr mprotect 2 , -.Xr madvise 2 ) ) . +.Xr madvise 2 ) . .Pp Under .Tn FreeBSD |