diff options
Diffstat (limited to 'share/man/man5/files.conf.5')
-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. |