From 631f23cb492479cf1ebade5cafbdb0847b82ecbc Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Thu, 10 Aug 2006 16:27:35 +0000 Subject: Fix a couple of typos: devices are declared with "device", not "define". ok miod@ --- share/man/man5/files.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/man') 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. -- cgit v1.2.3