diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2006-06-01 09:22:42 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2006-06-01 09:22:42 +0000 |
commit | b960e6991c1ca719eb947e74727133ac4f873468 (patch) | |
tree | 8a73b8dd20d871d7c000fcdb8a67cf46b9006ee0 /usr.sbin/hotplugd | |
parent | e5f99927e925884525b7f444226664c0a11ade7a (diff) |
simplify example, ok grange, jmc
Diffstat (limited to 'usr.sbin/hotplugd')
-rw-r--r-- | usr.sbin/hotplugd/hotplugd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hotplugd/hotplugd.8 b/usr.sbin/hotplugd/hotplugd.8 index 4ca83c7bfc3..c0af93bea51 100644 --- a/usr.sbin/hotplugd/hotplugd.8 +++ b/usr.sbin/hotplugd/hotplugd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hotplugd.8,v 1.4 2006/05/31 10:07:51 jmc Exp $ +.\" $OpenBSD: hotplugd.8,v 1.5 2006/06/01 09:22:41 markus Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -100,7 +100,7 @@ case $DEVCLASS in # disk devices disklabel=`/sbin/disklabel $DEVNAME 2\*(Gt&1 | \e - grep '^label:' | sed -e 's/^label: //'` + sed -n '/^label: /s/^label: //p'` case $disklabel in Sony*DSC*) # Sony DSC camera |