[PATCH] man2/quotactl.2: srcfix: Use a single-font-change macro for a single argument

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



  Use a single-font-change macro for a single argument.

  Quotation marks around a single argument were removed.

  The output from "nroff" and "groff" is unchanged.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx>
---
 man2/quotactl.2 | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/man2/quotactl.2 b/man2/quotactl.2
index e0d40a2be..93be8940a 100644
--- a/man2/quotactl.2
+++ b/man2/quotactl.2
@@ -56,9 +56,9 @@ argument indicates a command to be applied to the user or
 group ID specified in
 .IR id .
 To initialize the
-.IR cmd
+.I cmd
 argument, use the
-.IR "QCMD(subcmd, type)"
+.I QCMD(subcmd, type)
 macro.
 The
 .I type
@@ -99,20 +99,20 @@ argument is the identification number of the quota format to be used.
 Currently, there are three supported quota formats:
 .RS
 .TP 13
-.BR QFMT_VFS_OLD
+.B QFMT_VFS_OLD
 The original quota format.
 .TP
-.BR QFMT_VFS_V0
+.B QFMT_VFS_V0
 The standard VFS v0 quota format, which can handle 32-bit UIDs and GIDs
 and quota limits up to 2^42 bytes and 2^32 inodes.
 .TP
-.BR QFMT_VFS_V1
+.B QFMT_VFS_V1
 A quota format that can handle 32-bit UIDs and GIDs
 and quota limits of 2^64 bytes and 2^64 inodes.
 .RE
 .IP
 The
-.IR addr
+.I addr
 argument points to the pathname of a file containing the quotas for
 the filesystem.
 The quota file must exist; it is normally created with the
@@ -139,7 +139,7 @@ The
 argument is a pointer to a
 .I dqblk
 structure defined in
-.IR <sys/quota.h>
+.I <sys/quota.h>
 as follows:
 .IP
 .in +4n
@@ -203,7 +203,7 @@ can retrieve the quotas of any user.
 This operation is the same as
 .BR Q_GETQUOTA ,
 but it returns quota information for the next ID greater than or equal to
-.IR id
+.I id
 that has a quota set.
 .IP
 The
@@ -262,7 +262,7 @@ argument should be a pointer to a
 .I dqinfo
 structure.
 This structure is defined in
-.IR <sys/quota.h>
+.I <sys/quota.h>
 as follows:
 .IP
 .in +4n
@@ -507,7 +507,7 @@ but it returns (in the
 structure pointed by
 .IR addr )
 quota information for the next ID greater than or equal to
-.IR id
+.I id
 that has a quota set.
 Note that since
 .I fs_disk_quota
@@ -761,7 +761,7 @@ is
 or
 .BR Q_XGETNEXTQUOTA ,
 but there is no ID greater than or equal to
-.IR id
+.I id
 that has an active quota.
 .SH NOTES
 Instead of
-- 
2.20.1



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux