Fix formatting problem theo found.
This commit is contained in:
parent
f947c6c25d
commit
7ce85221c7
|
@ -33,7 +33,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)quotactl.2 6.13 (Berkeley) 7/23/91
|
||||
.\" $Id: quotactl.2,v 1.3 1993/11/25 00:39:25 jtc Exp $
|
||||
.\" $Id: quotactl.2,v 1.4 1993/11/29 19:51:48 jtc Exp $
|
||||
.\"
|
||||
.Dd July 23, 1991
|
||||
.Dt QUOTACTL 2
|
||||
|
@ -42,7 +42,7 @@
|
|||
.Nm quotactl
|
||||
.Nd manipulate filesystem quotas
|
||||
.Sh SYNOPSIS
|
||||
.Ft #include <ufs/quota.h> /* for ufs quotas */
|
||||
.Fd #include <ufs/quota.h> /* for ufs quotas */
|
||||
.Ft int
|
||||
.Fn quotactl "const char *path" "int cmd" "int id" "char *addr"
|
||||
.Sh DESCRIPTION
|
||||
|
|
Loading…
Reference in New Issue