Module Name: src
Committed By: christos
Date: Mon Mar 10 22:19:53 UTC 2025
Modified Files:
src/usr.sbin/extattrctl: extattrctl.8
Log Message:
fix example, add link to the system call man page
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/extattrctl/extattrctl.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/extattrctl/extattrctl.8
diff -u src/usr.sbin/extattrctl/extattrctl.8:1.5 src/usr.sbin/extattrctl/extattrctl.8:1.6
--- src/usr.sbin/extattrctl/extattrctl.8:1.5 Fri Jun 17 14:20:40 2011
+++ src/usr.sbin/extattrctl/extattrctl.8 Mon Mar 10 18:19:53 2025
@@ -1,4 +1,4 @@
-.\" $NetBSD: extattrctl.8,v 1.5 2011/06/17 18:20:40 wiz Exp $
+.\" $NetBSD: extattrctl.8,v 1.6 2025/03/10 22:19:53 christos Exp $
.\"
.\" Copyright (c) 2000-2001 Robert N. M. Watson
.\" All rights reserved.
@@ -31,7 +31,7 @@
.\" Developed by the TrustedBSD Project.
.\" Support for file system extended attribute.
.\"
-.Dd June 17, 2011
+.Dd March 10, 2025
.Dt EXTATTRCTL 8
.Os
.Sh NAME
@@ -185,7 +185,7 @@ sparse file used for storing the attribu
Enable an attribute named md5 on the root file system, backed from the file
.Pa /.attribute/system/md5 .
.Pp
-.Dl extattrctl disable / md5
+.Dl extattrctl disable / system md5
.Pp
Disable the attribute named md5 on the root file system.
.Pp
@@ -195,6 +195,7 @@ Stop extended attributes on the root fil
.Sh SEE ALSO
.Xr getextattr 1 ,
.Xr extattr_get_file 2 ,
+.Xr extattrctl 2 ,
.\" .Xr ffs 7 ,
.Xr extattr 9
.Sh HISTORY