diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-05-01 01:04:44 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-05-01 01:04:44 +0000 |
| commit | 6c0be88a578f7b14619d6dab5f22f0833b88a175 (patch) | |
| tree | 0f72b8dd6ad69b276331379d4275df322a554271 /lib/libc | |
| parent | dcbf155dce22097c352a0265d629eb8759fac637 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 047d070d2be3..f40a0dee2d0b 100644 --- a/lib/libc/sys/quotactl.2 +++ b/lib/libc/sys/quotactl.2 @@ -41,7 +41,7 @@ .Nm quotactl .Nd manipulate filesystem quotas .Sh SYNOPSIS -.Ft #include <ufs/ufs/quota.h> /* for ufs quotas */ +.Fd #include <ufs/ufs/quota.h> /* for ufs quotas */ .Ft int .Fn quotactl "const char *path" "int cmd" "int id" "char *addr" .Sh DESCRIPTION |
