Module Name:    src
Committed By:   wiz
Date:           Fri Jun 23 06:32:28 UTC 2023

Modified Files:
        src/usr.sbin/paxctl: paxctl.8

Log Message:
Use Fl for options.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/paxctl/paxctl.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/paxctl/paxctl.8
diff -u src/usr.sbin/paxctl/paxctl.8:1.17 src/usr.sbin/paxctl/paxctl.8:1.18
--- src/usr.sbin/paxctl/paxctl.8:1.17	Fri Jun 23 01:56:21 2023
+++ src/usr.sbin/paxctl/paxctl.8	Fri Jun 23 06:32:27 2023
@@ -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 <e...@netbsd.org>
 .\" Copyright 2008 Christos Zoulas <chris...@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

Reply via email to