diff options
| author | wiz <wiz@NetBSD.org> | 2017-07-03 21:28:48 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2017-07-03 21:28:48 +0000 |
| commit | 56b14ee00121a3a960d2fbe103c85e147ac57103 (patch) | |
| tree | 05478e811140b3d30b452dcff8e4df8bdab6e3f8 /sbin/mount_procfs | |
| parent | 7c0084bd3e3114326ae5e7336142439f1d2a10e1 (diff) | |
Remove workaround for ancient HTML generation code.
Diffstat (limited to 'sbin/mount_procfs')
| -rw-r--r-- | sbin/mount_procfs/mount_procfs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 3256697ca9c..913ecec040a 100644 --- a/sbin/mount_procfs/mount_procfs.8 +++ b/sbin/mount_procfs/mount_procfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_procfs.8,v 1.34 2009/02/24 12:45:37 pooka Exp $ +.\" $NetBSD: mount_procfs.8,v 1.35 2017/07/03 21:33:41 wiz Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -162,14 +162,14 @@ Allows read and write access to the process' register set. This file contains a binary data structure .Dv "struct regs" defined in -.Pa \*[Lt]machine/reg.h\*[Gt] . +.Pa <machine/reg.h> . .Pa regs can only be written when the process is stopped. .It Pa fpregs The floating point registers as defined by .Dv "struct fpregs" in -.Pa \*[Lt]machine/reg.h\*[Gt] . +.Pa <machine/reg.h> . .Pa fpregs is only implemented on machines which have distinct general purpose and floating point register sets. |
