diff options
| author | 2000-03-06 21:46:55 +0000 | |
|---|---|---|
| committer | 2000-03-06 21:46:55 +0000 | |
| commit | d301afafa851f98c3968c34dbd9ad25ce1ef5452 (patch) | |
| tree | 6807d599a3b218c2de0681163e4aea3b9d0b5610 /share/man/man4/options.4 | |
| parent | version 1.2.3 (diff) | |
| download | wireguard-openbsd-d301afafa851f98c3968c34dbd9ad25ce1ef5452.tar.xz wireguard-openbsd-d301afafa851f98c3968c34dbd9ad25ce1ef5452.zip | |
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.
Diffstat (limited to 'share/man/man4/options.4')
| -rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index a4ad59ca799..dcf15ceb612 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.48 2000/03/02 13:44:33 aaron Exp $ +.\" $OpenBSD: options.4,v 1.49 2000/03/06 21:46:57 aaron Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -749,8 +749,8 @@ objects (i.e. BSS pages)). .It Cd option DEVPAGER Support for mmap()ing of devices. (Specifically, this enables the virtual memory module responsible for handling page faults on mapped -devices ( -.Dq cdev +devices +.Pf ( Dq cdev vnodes)). .Em MANDATORY -- the system cannot actually run without this |
