Module Name: src
Committed By: jschauma
Date: Fri May 19 16:14:00 UTC 2023
Modified Files:
src/usr.bin/chflags: chflags.1
Log Message:
We mention secmodel_securelevel(9) in the details, so might as well add it to
SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/chflags/chflags.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/chflags/chflags.1
diff -u src/usr.bin/chflags/chflags.1:1.26 src/usr.bin/chflags/chflags.1:1.27
--- src/usr.bin/chflags/chflags.1:1.26 Thu May 18 19:08:16 2023
+++ src/usr.bin/chflags/chflags.1 Fri May 19 16:14:00 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: chflags.1,v 1.26 2023/05/18 19:08:16 jschauma Exp $
+.\" $NetBSD: chflags.1,v 1.27 2023/05/19 16:14:00 jschauma Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)chflags.1 8.4 (Berkeley) 5/2/95
.\"
-.Dd May 18, 2023
+.Dd May 19, 2023
.Dt CHFLAGS 1
.Os
.Sh NAME
@@ -152,4 +152,5 @@ for details.
.Xr fts 3 ,
.Xr symlink 7 ,
.Xr dump 8 ,
-.Xr init 8
+.Xr init 8 ,
+.Xr secmodel_securelevel 9