diff options
author | 2006-08-10 16:27:34 +0000 | |
---|---|---|
committer | 2006-08-10 16:27:34 +0000 | |
commit | 33e6cd540bb36100e1418810ab7bd7d567988a61 (patch) | |
tree | 4c12bfef9efd0d6d44ecdd56f4bd5aa133f3b36c | |
parent | - Use BUS_DMA_NOWAIT flag with bus_dmamap_create() in xge_attach() for the (diff) | |
download | wireguard-openbsd-33e6cd540bb36100e1418810ab7bd7d567988a61.tar.xz wireguard-openbsd-33e6cd540bb36100e1418810ab7bd7d567988a61.zip |
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. |