diff options
| author | wiz <wiz@NetBSD.org> | 2023-06-23 06:32:27 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2023-06-23 06:32:27 +0000 |
| commit | 1069dad8d2d29c4f2387601dadd78582e06ac7f8 (patch) | |
| tree | 105bf36861e4962e515ff112d479d78c98589d58 /usr.sbin | |
| parent | 20faae60bb421fc016cdb4e80a529f6b2e355d0c (diff) | |
Use Fl for options.
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/paxctl/paxctl.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/paxctl/paxctl.8 b/usr.sbin/paxctl/paxctl.8 index 5971c575186..eeaccef6884 100644 --- a/usr.sbin/paxctl/paxctl.8 +++ b/usr.sbin/paxctl/paxctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: paxctl.8,v 1.17 2023/06/23 01:56:21 rin Exp $ +.\" $NetBSD: paxctl.8,v 1.18 2023/06/23 06:32:27 wiz Exp $ .\" .\" Copyright 2006 Elad Efrat <elad@NetBSD.org> .\" Copyright 2008 Christos Zoulas <christos@NetBSD.org> @@ -31,7 +31,7 @@ .Nd list and modify PaX flags associated with an ELF program .Sh SYNOPSIS .Nm -.Op -0 | flags +.Op Fl 0 | Cm flags .Ar program ... .Sh DESCRIPTION The |
