diff options
author | 2002-12-10 23:51:45 +0000 | |
---|---|---|
committer | 2002-12-10 23:51:45 +0000 | |
commit | b6407f16266ed2548f0e4c285d46fad4a9282ba9 (patch) | |
tree | 0948420fef9a3fdc7b3e5102dc6531aec3dfabfd | |
parent | Regen (diff) | |
download | wireguard-openbsd-b6407f16266ed2548f0e4c285d46fad4a9282ba9.tar.xz wireguard-openbsd-b6407f16266ed2548f0e4c285d46fad4a9282ba9.zip |
Fix display glitch.
-rw-r--r-- | share/man/man5/files.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/files.conf.5 b/share/man/man5/files.conf.5 index e0f66650c31..b4e36d23daa 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.1 2002/10/13 21:21:21 miod Exp $ +.\" $OpenBSD: files.conf.5,v 1.2 2002/12/10 23:51:45 miod Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat. .\" All rights reserved. @@ -92,7 +92,9 @@ such as cards not using interrupts .Pc , or which can autoconfigure themselves -.Pq such as Xr pci 4 devices . +.Pq such as +.Xr pci 4 +devices . .Pp Attachment lines in the kernel configuration file must match the locators of the device they are attaching to. |