diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-05-04 13:09:25 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-05-04 13:09:25 +0000 |
commit | 4f79a4117afc96aa2c1487fb8024a97c94389af0 (patch) | |
tree | f9b7338f70473be8ae172bf0a17066f7e58aed92 /lib/libc/sys/mkdir.2 | |
parent | 8cc2d400418e894c48124e7e18eba531c1395547 (diff) | |
download | src-4f79a4117afc96aa2c1487fb8024a97c94389af0.tar.gz src-4f79a4117afc96aa2c1487fb8024a97c94389af0.zip |
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
Notes
Notes:
svn path=/head/; revision=59954
Diffstat (limited to 'lib/libc/sys/mkdir.2')
-rw-r--r-- | lib/libc/sys/mkdir.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2 index b45cb620e2c6..861480f0d15c 100644 --- a/lib/libc/sys/mkdir.2 +++ b/lib/libc/sys/mkdir.2 @@ -64,7 +64,7 @@ indicates an error, and an error code is stored in .Sh ERRORS .Fn Mkdir will fail and no directory will be created if: -.Bl -tag -width ENAMETOOLO +.Bl -tag -width Er .It Bq Er ENOTDIR A component of the path prefix is not a directory. .It Bq Er ENAMETOOLONG |