diff options
author | phantom <phantom@FreeBSD.org> | 2000-05-04 13:09:25 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-05-04 13:09:25 +0000 |
commit | cb5fd90ad47ea643a92baafe8b90afbd751e42bb (patch) | |
tree | d2394428d49b3e624c5c19590997b1409fb87b34 /lib/libc/sys/quotactl.2 | |
parent | 78d8c5f45b6bdc6e9ac0c125d1e74003e3c0f316 (diff) | |
download | FreeBSD-src-cb5fd90ad47ea643a92baafe8b90afbd751e42bb.zip FreeBSD-src-cb5fd90ad47ea643a92baafe8b90afbd751e42bb.tar.gz |
Use `Er' variable to define first column width in ERRORS section. It was
initially suggested by mdoc(7) style, but was broken over the years
Diffstat (limited to 'lib/libc/sys/quotactl.2')
-rw-r--r-- | lib/libc/sys/quotactl.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2 index a605850..75de692 100644 --- a/lib/libc/sys/quotactl.2 +++ b/lib/libc/sys/quotactl.2 @@ -159,7 +159,7 @@ indicates the reason for the failure. A .Fn quotactl call will fail if: -.Bl -tag -width ENAMETOOLONGAA +.Bl -tag -width Er .It Bq Er EOPNOTSUPP The kernel has not been compiled with the .Dv QUOTA |