aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/iovctl
diff options
context:
space:
mode:
authorPatrick Kelsey <pkelsey@FreeBSD.org>2015-07-06 01:48:23 +0000
committerPatrick Kelsey <pkelsey@FreeBSD.org>2015-07-06 01:48:23 +0000
commit2ccda62ff8e78c384d3c55b8acc1bcf399d26f2c (patch)
tree453cd7f662e8651d80ed916eb3343952d6305887 /usr.sbin/iovctl
parent4959a176f8aa5c79fd33a033a0daac6322d31958 (diff)
downloadsrc-2ccda62ff8e78c384d3c55b8acc1bcf399d26f2c.tar.gz
src-2ccda62ff8e78c384d3c55b8acc1bcf399d26f2c.zip
Fix range upper bound for uint32_t and uint64_t, and reformat range
description for uint8_t, uint16_t, uint32_t, and uint64_t. Differential Revision: https://reviews.freebsd.org/D2988 Reviewed by: rstone, wblock Approved by: jmallett (mentor) Sponsored by: Norse Corp, Inc.
Notes
Notes: svn path=/head/; revision=285189
Diffstat (limited to 'usr.sbin/iovctl')
-rw-r--r--usr.sbin/iovctl/iovctl.conf.514
1 files changed, 9 insertions, 5 deletions
diff --git a/usr.sbin/iovctl/iovctl.conf.5 b/usr.sbin/iovctl/iovctl.conf.5
index f7a605265268..a73921d1b982 100644
--- a/usr.sbin/iovctl/iovctl.conf.5
+++ b/usr.sbin/iovctl/iovctl.conf.5
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 21, 2014
+.Dd July 5, 2015
.Dt IOVCTL.CONF 5
.Os
.Sh NAME
@@ -103,13 +103,17 @@ xx:xx:xx:xx:xx:xx, where xx is one or two hexadecimal digits.
.It string
Accepts any string value.
.It uint8_t
-Accepts any integer in the range 0-255, inclusive.
+Accepts any integer in the range 0 to 255, inclusive.
.It uint16_t
-Accepts any integer in the range 0-65535, inclusive.
+Accepts any integer in the range 0 to 65535, inclusive.
.It uint32_t
-Accepts any integer in the range 0-2**32, inclusive.
+Accepts any integer in the range 0 to
+.Po 2**32 - 1 Pc ,
+inclusive.
.It uint64_t
-Accepts any integer in the range 0-2**64, inclusive.
+Accepts any integer in the range 0 to
+.Po 2**64 - 1 Pc ,
+inclusive.
.El
.Sh OPTIONS
The following parameters are accepted by all PF drivers: