diff options
author | 2014-02-11 21:59:51 +0000 | |
---|---|---|
committer | 2014-02-11 21:59:51 +0000 | |
commit | 0f7700fab1f40da5756e875778dbd41c5ff199dc (patch) | |
tree | 404ffa0bd426314a0bb53a5d68925e8e7c883c11 | |
parent | Mention the Wireless-N 2200 and Wireless-N 135/105 adapters. (diff) | |
download | wireguard-openbsd-0f7700fab1f40da5756e875778dbd41c5ff199dc.tar.xz wireguard-openbsd-0f7700fab1f40da5756e875778dbd41c5ff199dc.zip |
avoid pointless TAB outside literal context;
from Jan Stary <hans at stare dot cz>
-rw-r--r-- | lib/libc/sys/quotactl.2 | 6 |
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" |