diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-08-10 16:27:35 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-08-10 16:27:35 +0000 |
commit | 631f23cb492479cf1ebade5cafbdb0847b82ecbc (patch) | |
tree | b3c4b3fb3ce6d3c5bf0c6475907605c6263bc629 | |
parent | 15d58e0a703a9ef7c05b3efda002502c27e70605 (diff) |
Fix a couple of typos: devices are declared with "device", not "define".
ok miod@
-rw-r--r-- | share/man/man5/files.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/files.conf.5 b/share/man/man5/files.conf.5 index b1abc97f9b7..3754569cdad 100644 --- a/share/man/man5/files.conf.5 +++ b/share/man/man5/files.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: files.conf.5,v 1.11 2005/11/21 22:40:01 aanriot Exp $ +.\" $OpenBSD: files.conf.5,v 1.12 2006/08/10 16:27:34 tom Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat. .\" All rights reserved. @@ -141,12 +141,12 @@ if locators are provided. .\" For simple device attachment, the syntax .Pp -.Dl define device {} +.Dl device devicename {} .Pp defines a simple device, with no locators. If locators are necessary, they are specified as: .Pp -.Dl define device {[locator1 = default1], [locator2 = default2]} +.Dl device devicename {[locator1 = default1], [locator2 = default2]} .Pp A device can also reference an attribute with locators. This is in fact a dependency rule. |