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 | |
| parent | 7c0084bd3e3114326ae5e7336142439f1d2a10e1 (diff) | |
Remove workaround for ancient HTML generation code.
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/bioctl/bioctl.8 | 10 | ||||
| -rw-r--r-- | sbin/chown/chgrp.1 | 4 | ||||
| -rw-r--r-- | sbin/chown/chown.8 | 4 | ||||
| -rw-r--r-- | sbin/disklabel/disklabel.5 | 6 | ||||
| -rw-r--r-- | sbin/disklabel/disklabel.8 | 4 | ||||
| -rw-r--r-- | sbin/fsdb/fsdb.8 | 4 | ||||
| -rw-r--r-- | sbin/mknod/mknod.8 | 4 | ||||
| -rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 4 | ||||
| -rw-r--r-- | sbin/mount_portal/mount_portal.8 | 6 | ||||
| -rw-r--r-- | sbin/mount_procfs/mount_procfs.8 | 6 | ||||
| -rw-r--r-- | sbin/newbtconf/newbtconf.8 | 8 | ||||
| -rw-r--r-- | sbin/newfs/mount_mfs.8 | 20 | ||||
| -rw-r--r-- | sbin/newfs/newfs.8 | 26 | ||||
| -rw-r--r-- | sbin/newfs_ext2fs/newfs_ext2fs.8 | 6 | ||||
| -rw-r--r-- | sbin/raidctl/raidctl.8 | 4 | ||||
| -rw-r--r-- | sbin/restore/restore.8 | 12 | ||||
| -rw-r--r-- | sbin/route/route.8 | 4 | ||||
| -rw-r--r-- | sbin/routed/routed.8 | 10 | ||||
| -rw-r--r-- | sbin/veriexecctl/veriexecctl.8 | 6 |
19 files changed, 74 insertions, 74 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index 9af2cade774..752418c4ca1 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: bioctl.8,v 1.22 2016/09/11 01:03:15 sevan Exp $ +.\" $NetBSD: bioctl.8,v 1.23 2017/07/03 21:33:41 wiz Exp $ .\" $OpenBSD: bioctl.8,v 1.43 2007/03/20 06:12:11 jmc Exp $ .\" .\" Copyright (c) 2007, 2008 Juan Romero Pardines @@ -129,10 +129,10 @@ $ bioctl arcmsr0 show Volume Status Size Device/Label RAID Level Stripe ================================================================= 0 Building 468G sd0 ARC-1210-VOL#00 RAID 6 128KB 0% done - 0:0 Online 234G 0:0.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt] - 0:1 Online 234G 0:1.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt] - 0:2 Online 234G 0:2.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt] - 0:3 Online 234G 0:3.0 noencl \*[Lt]WDC WD2500YS-01SHB1 20.06C06\*[Gt] + 0:0 Online 234G 0:0.0 noencl <WDC WD2500YS-01SHB1 20.06C06> + 0:1 Online 234G 0:1.0 noencl <WDC WD2500YS-01SHB1 20.06C06> + 0:2 Online 234G 0:2.0 noencl <WDC WD2500YS-01SHB1 20.06C06> + 0:3 Online 234G 0:3.0 noencl <WDC WD2500YS-01SHB1 20.06C06> .Ed .Pp To create a RAID 5 volume on the SCSI 0:15.0 location on the disks diff --git a/sbin/chown/chgrp.1 b/sbin/chown/chgrp.1 index 4a7f418f9e3..58a5fdd8609 100644 --- a/sbin/chown/chgrp.1 +++ b/sbin/chown/chgrp.1 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)chgrp.1 8.3 (Berkeley) 3/31/94 -.\" $NetBSD: chgrp.1,v 1.6 2013/12/17 09:54:08 apb Exp $ +.\" $NetBSD: chgrp.1,v 1.7 2017/07/03 21:33:41 wiz Exp $ .\" .Dd October 22, 2012 .Dt CHGRP 1 @@ -145,7 +145,7 @@ programs. .Pp The .Nm -utility exits 0 on success, and \*[Gt]0 if an error occurs. +utility exits 0 on success, and >0 if an error occurs. .Sh FILES .Bl -tag -width /etc/group -compact .It Pa /etc/group diff --git a/sbin/chown/chown.8 b/sbin/chown/chown.8 index b6c2c9f2d1a..105d398e628 100644 --- a/sbin/chown/chown.8 +++ b/sbin/chown/chown.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)chown.8 8.3 (Berkeley) 3/31/94 -.\" $NetBSD: chown.8,v 1.10 2016/09/11 01:23:26 sevan Exp $ +.\" $NetBSD: chown.8,v 1.11 2017/07/03 21:33:41 wiz Exp $ .\" .Dd September 11, 2016 .Dt CHOWN 8 @@ -154,7 +154,7 @@ programs. .Pp The .Nm -utility exits 0 on success, and \*[Gt]0 if an error occurs. +utility exits 0 on success, and >0 if an error occurs. .Sh COMPATIBILITY Previous versions of the .Nm diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5 index fbfcb0b2916..eca2a25d3e4 100644 --- a/sbin/disklabel/disklabel.5 +++ b/sbin/disklabel/disklabel.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: disklabel.5,v 1.29 2016/10/15 06:23:28 snj Exp $ +.\" $NetBSD: disklabel.5,v 1.30 2017/07/03 21:33:41 wiz Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -116,7 +116,7 @@ is * label can describe and the number of the "whole disk" (raw) * partition are machine dependent. */ -#include \*[Lt]machine/disklabel.h\*[Gt] +#include <machine/disklabel.h> /* * The absolute maximum number of disk partitions allowed. @@ -124,7 +124,7 @@ is * is \*[Le] DEV_BSIZE bytes long. If MAXPARTITIONS is greater than this, beware. */ #define MAXMAXPARTITIONS 22 -#if MAXPARTITIONS \*[Gt] MAXMAXPARTITIONS +#if MAXPARTITIONS > MAXMAXPARTITIONS #warning beware: MAXPARTITIONS bigger than MAXMAXPARTITIONS #endif diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 9bc01a996af..c98b6182a26 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: disklabel.8,v 1.67 2016/09/11 02:10:31 sevan Exp $ +.\" $NetBSD: disklabel.8,v 1.68 2017/07/03 21:33:41 wiz Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -287,7 +287,7 @@ If you do not have an entry for your disk in you can use this style to put an initial label onto a new disk. Then dump the label to a file (using -.Ic disklabel sd0 \*[Gt] protofile ) , +.Ic disklabel sd0 > protofile ) , editing the file, and replacing the label with .Ic disklabel -R sd0 protofile . .Pp diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index c52bcc52f75..1e5cadc3c91 100644 --- a/sbin/fsdb/fsdb.8 +++ b/sbin/fsdb/fsdb.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: fsdb.8,v 1.23 2014/03/03 12:12:18 blymn Exp $ +.\" $NetBSD: fsdb.8,v 1.24 2017/07/03 21:33:41 wiz Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -44,7 +44,7 @@ opens (usually a raw disk partition) and runs a command loop allowing manipulation of the file system's inode data. You are prompted to enter a command with -.Dq "fsdb (inum X)\*[Gt]" +.Dq "fsdb (inum X)>" where .Va X is the currently selected i-number. diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index ef10d96a295..53b5db61822 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mknod.8,v 1.29 2016/09/11 23:02:54 sevan Exp $ +.\" $NetBSD: mknod.8,v 1.30 2017/07/03 21:33:41 wiz Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -177,7 +177,7 @@ check the file to see if the device is known, or check the system dependent device configuration file: .Bd -filled -offset indent -.Dq Pa /usr/src/sys/arch/\*[Lt]arch\*[Gt]/\*[Lt]arch\*[Gt]/conf.c +.Dq Pa /usr/src/sys/arch/<arch>/<arch>/conf.c .Ed .Pp .Po diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 3f2124da1e0..8c249aeef84 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_nfs.8,v 1.45 2016/09/12 02:06:16 sevan Exp $ +.\" $NetBSD: mount_nfs.8,v 1.46 2017/07/03 21:33:41 wiz Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 .\" The Regents of the University of California. All rights reserved. @@ -343,7 +343,7 @@ when mounting servers that do not support .Tn TCP mounts. .It Fl X -Perform 32 \*[Lt]-\*[Gt] 64 bit directory cookie translation for version 3 mounts. +Perform 32 <-> 64 bit directory cookie translation for version 3 mounts. This may be needed in the case of a server using the upper 32 bits of version 3 directory cookies, and when you are running emulated binaries that access such a filesystem. diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index 1dd153cf4ee..a4399541f9f 100644 --- a/sbin/mount_portal/mount_portal.8 +++ b/sbin/mount_portal/mount_portal.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_portal.8,v 1.21 2009/12/05 20:34:28 pooka Exp $ +.\" $NetBSD: mount_portal.8,v 1.22 2017/07/03 21:33:41 wiz Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -169,8 +169,8 @@ echo/ rfilter echo/ echo %s echo_nostrip/ rfilter nostrip echo %s echo_noslash rfilter echo_noslash echo %s gzcat/ rfilter gzcat/ gzcat %s -gzip/ wfilter gzip/ gzip \*[Gt] %s -gzip9/ wfilter gzip9/ gzip -9 \*[Gt] %s +gzip/ wfilter gzip/ gzip > %s +gzip9/ wfilter gzip9/ gzip -9 > %s ftp/ rfilter ftp/ ftp -Vo - %s ftp:// rfilter nostrip ftp -Vo - %s http:// rfilter nostrip ftp -Vo - %s 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. diff --git a/sbin/newbtconf/newbtconf.8 b/sbin/newbtconf/newbtconf.8 index 02efc2ec8d8..de535dd98df 100644 --- a/sbin/newbtconf/newbtconf.8 +++ b/sbin/newbtconf/newbtconf.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: newbtconf.8,v 1.19 2005/09/30 20:18:12 rpaulo Exp $ +.\" $NetBSD: newbtconf.8,v 1.20 2017/07/03 21:33:42 wiz Exp $ .\" .\" Copyright (c) 1999 Darren Reed. All rights reserved. .\" @@ -97,7 +97,7 @@ The following files are all moved into that directory and symbolic links put in their place, in .Pa /etc , pointing to -.Pa /etc/etc.current/\*[Lt]filename\*[Gt] : +.Pa /etc/etc.current/<filename> : .Bd -literal -offset indent /etc/defaultdomain /etc/fstab @@ -139,7 +139,7 @@ will use the current configuration files as the basis for this setup unless a second parameter is given - that of the configuration to use as the basis for the new one. Upon completion, a new directory, -.Pa /etc/etc.\*[Lt]newname\*[Gt] , +.Pa /etc/etc.<newname> , will have been created, priming the directory with the appropriate files for editing. For example, if we do @@ -214,7 +214,7 @@ and are also removed so upon rebooting no configuration selection menu is displayed. Note that the previously created configurations (in -.Pa /etc/etc.\*[Lt]name\*[Gt] ) +.Pa /etc/etc.<name> ) are not removed. .Sh FILES .Bl -tag -width /etc/mrouted.current -compact diff --git a/sbin/newfs/mount_mfs.8 b/sbin/newfs/mount_mfs.8 index 50055411626..947ca98d207 100644 --- a/sbin/newfs/mount_mfs.8 +++ b/sbin/newfs/mount_mfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_mfs.8,v 1.17 2016/09/12 04:50:48 sevan Exp $ +.\" $NetBSD: mount_mfs.8,v 1.18 2017/07/03 21:33:42 wiz Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -106,11 +106,11 @@ The default size depends upon the size of the file system: .Bl -tag -width "file system size" -compact -offset indent .It Sy "file system size" .Ar block-size -.It \&\*[Lt] 20 MB +.It \&< 20 MB 4 KB -.It \&\*[Lt] 1024 MB +.It \&< 1024 MB 8 KB -.It \&\*[Gt]\&= 1024 MB +.It \&>\&= 1024 MB 16 KB .El .It Fl d Ar rotdelay @@ -145,11 +145,11 @@ The default size depends upon the size of the file system: .Bl -tag -width "file system size" -compact -offset indent .It Sy "file system size" .Ar frag-size -.It \&\*[Lt] 20 MB +.It \&< 20 MB 0.5 KB -.It \&\*[Lt] 1024 MB +.It \&< 1024 MB 1 KB -.It \&\*[Gt]\&= 1024 MB +.It \&>\&= 1024 MB 2 KB .El .It Fl g Ar groupname @@ -166,11 +166,11 @@ bytes of data space: .Bl -tag -width "file system size" -compact -offset indent .It Sy "file system size" .Ar bytes-per-inode -.It \&\*[Lt] 20 MB +.It \&< 20 MB 2 KB -.It \&\*[Lt] 1024 MB +.It \&< 1024 MB 4 KB -.It \&\*[Gt]\&= 1024 MB +.It \&>\&= 1024 MB 8 KB .El .It Fl m Ar free-space diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index e89a2700c67..4b3c63680e9 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: newfs.8,v 1.83 2012/06/30 15:34:01 tsutsui Exp $ +.\" $NetBSD: newfs.8,v 1.84 2017/07/03 21:33:42 wiz Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -109,13 +109,13 @@ The default size depends upon the size of the file system: .Bl -tag -width "file system size" -compact -offset indent .It Sy "file system size" .Ar block-size -.It \*[Lt] 20 MB +.It < 20 MB 4 KB -.It \*[Lt] 1000 MB +.It < 1000 MB 8 KB -.It \*[Lt] 128 GB +.It < 128 GB 16 KB -.It \*[Gt]= 128 GB +.It >= 128 GB 32 KB .El .It Fl d Ar maxbsize @@ -151,13 +151,13 @@ The default size depends upon the size of the file system: .Bl -tag -width "file system size" -compact -offset indent .It Sy "file system size" .Ar frag-size -.It \*[Lt] 20 MB +.It < 20 MB 0.5 KB -.It \*[Lt] 1000 MB +.It < 1000 MB 1 KB -.It \*[Lt] 128 GB +.It < 128 GB 2 KB -.It \*[Gt]= 128 GB +.It >= 128 GB 4 KB .El .It Fl G @@ -184,13 +184,13 @@ bytes of data space: .Bl -tag -width "file system size" -compact -offset indent .It Sy "file system size" .Ar bytes-per-inode -.It \*[Lt] 20 MB +.It < 20 MB 2 KB -.It \*[Lt] 1000 MB +.It < 1000 MB 4 KB -.It \*[Lt] 128 GB +.It < 128 GB 8 KB -.It \*[Gt]= 128 GB +.It >= 128 GB 16 KB .El .It Fl m Ar free-space diff --git a/sbin/newfs_ext2fs/newfs_ext2fs.8 b/sbin/newfs_ext2fs/newfs_ext2fs.8 index 9d87ebc91d1..f46a2a0f63a 100644 --- a/sbin/newfs_ext2fs/newfs_ext2fs.8 +++ b/sbin/newfs_ext2fs/newfs_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: newfs_ext2fs.8,v 1.11 2010/02/25 13:09:17 tsutsui Exp $ +.\" $NetBSD: newfs_ext2fs.8,v 1.12 2017/07/03 21:33:42 wiz Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -89,9 +89,9 @@ The default size depends upon the size of the file system: .Bl -tag -width "file system size" -compact -offset indent .It Sy "file system size" .Ar block-size -.It \*[Lt]= 512 MB +.It <= 512 MB 1 KB -.It \*[Gt] 512 MB +.It > 512 MB 4 KB .El .It Fl D Ar inodesize diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8 index 2673520eb46..54469f86987 100644 --- a/sbin/raidctl/raidctl.8 +++ b/sbin/raidctl/raidctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: raidctl.8,v 1.71 2016/01/06 22:57:44 wiz Exp $ +.\" $NetBSD: raidctl.8,v 1.72 2017/07/03 21:33:42 wiz Exp $ .\" .\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -1508,7 +1508,7 @@ raidctl -i raid0 .It Get the default label for the RAID set: .Bd -literal -offset indent -disklabel raid0 \*[Gt] /tmp/label +disklabel raid0 > /tmp/label .Ed .It Edit the label: diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 05dfd70e4d6..fc19addd250 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: restore.8,v 1.53 2013/03/30 11:07:40 rodent Exp $ +.\" $NetBSD: restore.8,v 1.54 2017/07/03 21:33:42 wiz Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -469,13 +469,13 @@ Common errors are given below. A dump tape created from the old file system has been loaded. It is automatically converted to the new file system format. .Pp -.It \*[Lt]filename\*[Gt]: not found on tape +.It <filename>: not found on tape The specified file name was listed in the tape directory, but was not found on the tape. This is caused by tape read errors while looking for the file, and from using a dump tape created on an active file system. .Pp -.It expected next file \*[Lt]inumber\*[Gt], got \*[Lt]inumber\*[Gt] +.It expected next file <inumber>, got <inumber> A file that was not listed in the directory showed up. This can occur when using a dump created on an active file system. .Pp @@ -490,8 +490,8 @@ a dump that does not begin its coverage where the previous incremental dump left off, or that has too high an incremental level has been loaded. .Pp -.It Tape read error while restoring \*[Lt]filename\*[Gt] -.It Tape read error while skipping over inode \*[Lt]inumber\*[Gt] +.It Tape read error while restoring <filename> +.It Tape read error while skipping over inode <inumber> .It Tape read error while trying to resynchronize A tape (or other media) read error has occurred. If a file name is specified, @@ -500,7 +500,7 @@ If an inode is being skipped or the tape is trying to resynchronize, then no extracted files have been corrupted, though files may not be found on the tape. .Pp -.It resync restore, skipped \*[Lt]num\*[Gt] blocks +.It resync restore, skipped <num> blocks After a dump read error, .Nm may have to resynchronize itself. diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 2b9e1e264db..b7ecb05db11 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: route.8,v 1.58 2017/06/19 09:46:33 wiz Exp $ +.\" $NetBSD: route.8,v 1.59 2017/07/03 21:33:42 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -378,7 +378,7 @@ the routing tables. .Sh EXIT STATUS The .Nm -utility exits 0 on success, and \*[Gt]0 if an error occurs. +utility exits 0 on success, and >0 if an error occurs. This includes the use of the .Cm get command to look up a route that is incomplete. diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 39191640857..ef1649a9a8c 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: routed.8,v 1.44 2004/05/17 15:38:20 wiz Exp $ +.\" $NetBSD: routed.8,v 1.45 2017/07/03 21:33:42 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -446,9 +446,9 @@ Blank lines and lines starting with '#' are comments. .Ar Gname .Cm metric .Ar value -.Pf \*[Lt] Cm passive No \&| +.Pf < Cm passive No \&| .Cm active No \&| -.Cm extern Ns \*[Gt] +.Cm extern Ns > .Ed .Bd -ragged .Cm host @@ -457,9 +457,9 @@ Blank lines and lines starting with '#' are comments. .Ar Gname .Cm metric .Ar value -.Pf \*[Lt] Cm passive No \&| +.Pf < Cm passive No \&| .Cm active No \&| -.Cm extern Ns \*[Gt] +.Cm extern Ns > .Ed .Pp .Ar Nname diff --git a/sbin/veriexecctl/veriexecctl.8 b/sbin/veriexecctl/veriexecctl.8 index f95dcf6eeb2..26af60b3a1d 100644 --- a/sbin/veriexecctl/veriexecctl.8 +++ b/sbin/veriexecctl/veriexecctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: veriexecctl.8,v 1.39 2014/03/18 18:20:39 riastradh Exp $ +.\" $NetBSD: veriexecctl.8,v 1.40 2017/07/03 21:33:42 wiz Exp $ .\" .\" Copyright (c) 1999 .\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: veriexecctl.8,v 1.39 2014/03/18 18:20:39 riastradh Exp $ +.\" $Id: veriexecctl.8,v 1.40 2017/07/03 21:33:42 wiz Exp $ .\" .Dd August 31, 2008 .Dt VERIEXECCTL 8 @@ -92,7 +92,7 @@ Only entries that have the filename will be presented. .Pp This can be used to recover a lost database: .Bd -literal -offset indent -# veriexecctl dump \*[Gt] /etc/signatures +# veriexecctl dump > /etc/signatures .Ed .It Cm flush Delete all entries in the |
