summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-02-13 20:13:28 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-02-13 20:13:28 +0000
commitd7a461b6b3c2df87d0cf31354d5b18e7de8cf6bf (patch)
tree2ec6ef1709177153c52dd181b3d23255e8f6e35d
parentcbee9fd7289cca7c6da1af0b7e2c2a7ec5bda7f6 (diff)
We have /bsd, not /kernel. Talked over with drahn@ some time ago.
-rw-r--r--usr.sbin/getextattr/getextattr.812
-rw-r--r--usr.sbin/setextattr/setextattr.88
2 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/getextattr/getextattr.8 b/usr.sbin/getextattr/getextattr.8
index 3e10991b2e5..2c9f990c123 100644
--- a/usr.sbin/getextattr/getextattr.8
+++ b/usr.sbin/getextattr/getextattr.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getextattr.8,v 1.2 2003/01/31 21:54:40 jmc Exp $
+.\" $OpenBSD: getextattr.8,v 1.3 2003/02/13 20:13:27 millert Exp $
.\"-
.\" Copyright (c) 2000, 2001, 2002 Robert N. M. Watson
.\" All rights reserved.
@@ -79,18 +79,18 @@ to succeed, the attribute service must be available on the file system,
and the attribute must be defined for the file queried.
.Sh EXAMPLES
.Bd -literal -offset indent
-# getextattr system md5 /kernel
-/kernel:
+# getextattr system md5 /bsd
+/bsd:
61 61 33 62 39 39 66 65 31 35 35 32 31 62 65 32
62 36 38 36 62 31 66 39 63 64 33 39 35 36 36 31
-# getextattr -s system md5 /kernel
-/kernel: "aa3b99fe15521be2b686b1f9cd395661"
+# getextattr -s system md5 /bsd
+/bsd: "aa3b99fe15521be2b686b1f9cd395661"
.Ed
.Pp
Retrieve the
.Dq md5
extended attribute for the file
-.Pa /kernel .
+.Pa /bsd .
.Sh SEE ALSO
.Xr extattr 2 ,
.Xr extattr 3 ,
diff --git a/usr.sbin/setextattr/setextattr.8 b/usr.sbin/setextattr/setextattr.8
index 2cc998335aa..9d167954eb7 100644
--- a/usr.sbin/setextattr/setextattr.8
+++ b/usr.sbin/setextattr/setextattr.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setextattr.8,v 1.2 2003/02/13 08:23:39 jmc Exp $
+.\" $OpenBSD: setextattr.8,v 1.3 2003/02/13 20:12:40 millert Exp $
.\"-
.\" Copyright (c) 2000, 2001 Robert N. M. Watson
.\" All rights reserved.
@@ -60,13 +60,13 @@ In order for
to succeed, the attribute service must be available on the file system,
and appropriate privilege may be required.
.Sh EXAMPLES
-.Dl # setextattr system md5 /kernel `md5 < /kernel`
+.Dl # setextattr system md5 /bsd `md5 < /bsd`
.Pp
Set the
.Dq md5
-extended attribute on the file /kernel to the string
+extended attribute on the file /bsd to the string
containing the output of
-.Dq md5 < /kernel .
+.Dq md5 < /bsd .
.Sh SEE ALSO
.Xr extattr 2 ,
.Xr extattr 3 ,