From b4ebfdcb15d7daedf37d95268e7c83004f95ef20 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 19 Mar 2001 06:00:41 +0000 Subject: o Rename "namespace" argument to "attrnamespace" as namespace is a C++ reserved word. Submitted by: jkh Obtained from: TrustedBSD Project --- usr.sbin/extattrctl/extattrctl.8 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.sbin/extattrctl/extattrctl.8') diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8 index f2de3fd..0bc9da2 100644 --- a/usr.sbin/extattrctl/extattrctl.8 +++ b/usr.sbin/extattrctl/extattrctl.8 @@ -47,13 +47,13 @@ .Nm .Cm enable .Ar path -.Ar namespace +.Ar attrnamespace .Ar attrname .Ar attrfile .Nm .Cm disable .Ar path -.Ar namespace +.Ar attrnamespace .Ar attrname .Sh DESCRIPTION .Nm @@ -104,11 +104,11 @@ from denying attribute service. .Pp This file should not exist before running .Cm initattr . -.It Cm enable Ar path namespace attrname attrfile +.It Cm enable Ar path attrnamespace attrname attrfile Enable an attribute named .Ar attrname in the namespace -.Ar namespace +.Ar attrnamespace on the file system identified using .Ar path , and backed by initialized attribute file @@ -119,11 +119,11 @@ The backing file must have been initialized using before its first use. Attributes must have been started on the file system prior to the enabling of any attributes. -.It Cm disable Ar path namespace attrname +.It Cm disable Ar path attrnamespace attrname Disable the attributed named .Ar attrname in namespace -.Ar namespace +.Ar attrnamespace on the file system identified by .Ar path . Available namespaces are "user" and "system". -- cgit v1.1