diff options
author | phantom <phantom@FreeBSD.org> | 2000-05-06 12:07:59 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-05-06 12:07:59 +0000 |
commit | a60a1ebfb4b1ca50a73a20a3781c810f189f601c (patch) | |
tree | c7b48710e40d9e00113767b1b73b9d53667426ab /lib/libc/i386 | |
parent | d5d092deee8a836cad9895f121eed5d2680b0709 (diff) | |
download | FreeBSD-src-a60a1ebfb4b1ca50a73a20a3781c810f189f601c.zip FreeBSD-src-a60a1ebfb4b1ca50a73a20a3781c810f189f601c.tar.gz |
Use `Er' variable to define first column width in ERRORS section.
Diffstat (limited to 'lib/libc/i386')
-rw-r--r-- | lib/libc/i386/sys/i386_get_ioperm.2 | 2 | ||||
-rw-r--r-- | lib/libc/i386/sys/i386_get_ldt.2 | 2 | ||||
-rw-r--r-- | lib/libc/i386/sys/i386_vm86.2 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/i386/sys/i386_get_ioperm.2 b/lib/libc/i386/sys/i386_get_ioperm.2 index f433c5b..aad357b 100644 --- a/lib/libc/i386/sys/i386_get_ioperm.2 +++ b/lib/libc/i386/sys/i386_get_ioperm.2 @@ -71,7 +71,7 @@ is set to indicate the error. and .Fn i386_set_ioperm will fail if: -.Bl -tag -width [EINVAL] +.Bl -tag -width Er .It Bq Er EINVAL An invalid range was specified by the .Fa start diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2 index 01ab02a..8db81b3 100644 --- a/lib/libc/i386/sys/i386_get_ldt.2 +++ b/lib/libc/i386/sys/i386_get_ldt.2 @@ -84,7 +84,7 @@ is set to indicate the error. and .Fn i386_set_ldt will fail if: -.Bl -tag -width [EINVAL] +.Bl -tag -width Er .It Bq Er EINVAL An inappropriate parameter was used for .Fa start_sel diff --git a/lib/libc/i386/sys/i386_vm86.2 b/lib/libc/i386/sys/i386_vm86.2 index ad3e218..864ef3b 100644 --- a/lib/libc/i386/sys/i386_vm86.2 +++ b/lib/libc/i386/sys/i386_vm86.2 @@ -88,7 +88,7 @@ is set to indicate the error. .Sh ERRORS .Fn i386_vm86 will fail if: -.Bl -tag -width [ENOMEM] +.Bl -tag -width Er .It Bq Er EINVAL The kernel does not have vm86 support, or an invalid function was specified. .It Bq Er ENOMEM |