diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-12-03 20:15:32 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-03 20:33:47 +0100 |
| commit | 5ddd2a964052a522eda325b61bd90eb9323d4ada (patch) | |
| tree | d42fba3112ff318f1883c437e0ae40817580ded1 | |
| parent | 5490a42f142976012cfe00adaa5259d48a7d7047 (diff) | |
| download | man-pages-5ddd2a964052a522eda325b61bd90eb9323d4ada.tar.gz | |
quotactl.2: SYNOPSIS: Add _Nullable
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man2/quotactl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/quotactl.2 b/man2/quotactl.2 index e5c6a5ea61..9fb81801b4 100644 --- a/man2/quotactl.2 +++ b/man2/quotactl.2 @@ -17,8 +17,8 @@ Standard C library " constants" .RB " (or " <linux/dqblk_xfs.h> "; see NOTES) */" .PP -.BI "int quotactl(int " cmd ", const char *" special ", int " id \ -", caddr_t " addr ); +.BI "int quotactl(int " cmd ", const char *_Nullable " special ", int " id , +.BI " caddr_t " addr ); .fi .SH DESCRIPTION The quota system can be used to set per-user, per-group, and per-project limits |
