summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-02-11 21:59:52 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-02-11 21:59:52 +0000
commit5cfb6e69bd48da1b7dcf26a2d8db072c522e70e3 (patch)
tree3ff45e0a1241fe81aaf9aec4e01c9dbd60609186 /lib/libc/sys
parent227288809f0e5ac405bb5e576476b279dbde4528 (diff)
avoid pointless TAB outside literal context;
from Jan Stary <hans at stare dot cz>
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/quotactl.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2
index 3bab22f9a06..002b3332312 100644
--- a/lib/libc/sys/quotactl.2
+++ b/lib/libc/sys/quotactl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: quotactl.2,v 1.11 2007/05/31 19:19:33 jmc Exp $
+.\" $OpenBSD: quotactl.2,v 1.12 2014/02/11 21:59:51 schwarze Exp $
.\" $NetBSD: quotactl.2,v 1.8 1995/02/27 12:35:43 cgd Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -33,14 +33,14 @@
.\"
.\" @(#)quotactl.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 11 2014 $
.Dt QUOTACTL 2
.Os
.Sh NAME
.Nm quotactl
.Nd manipulate filesystem quotas
.Sh SYNOPSIS
-.Fd #include <ufs/ufs/quota.h> /* for ufs quotas */
+.Fd #include <ufs/ufs/quota.h> /* for ufs quotas */
.Fd #include <unistd.h>
.Ft int
.Fn quotactl "const char *path" "int cmd" "int id" "char *addr"