diff options
Diffstat (limited to 'lib/libc/i386/sys/i386_set_watch.3')
-rw-r--r-- | lib/libc/i386/sys/i386_set_watch.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/i386/sys/i386_set_watch.3 b/lib/libc/i386/sys/i386_set_watch.3 index 8f025556f985..b388c46cbf91 100644 --- a/lib/libc/i386/sys/i386_set_watch.3 +++ b/lib/libc/i386/sys/i386_set_watch.3 @@ -54,13 +54,15 @@ The .Fn i386_set_watch function will set up the specified debug registers as indicated by the -parameters. The +arguments. The .Fa watchnum argument specifies which watch register is used, 0, 1, 2, 3, or -1. If .Fa watchnum is -1, a free watch register is found and used. If there are no free watch registers, an error code of -1 is returned. -.Fa Watchaddr +The +.Fa watchaddr +argument specifies the watch address, .Fa size specifies the size in bytes of the area to be watched (1, 2, or 4 bytes), |