Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makemandb apropos(1): use proper -width



details:   https://anonhg.NetBSD.org/src/rev/27ad6e4c0e2e
branches:  trunk
changeset: 366175:27ad6e4c0e2e
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue May 17 08:35:46 2022 +0000

description:
apropos(1): use proper -width

diffstat:

 usr.sbin/makemandb/apropos.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fcdef05d79cf -r 27ad6e4c0e2e usr.sbin/makemandb/apropos.1
--- a/usr.sbin/makemandb/apropos.1      Tue May 17 05:05:20 2022 +0000
+++ b/usr.sbin/makemandb/apropos.1      Tue May 17 08:35:46 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: apropos.1,v 1.19 2022/05/17 01:22:14 gutteridge Exp $
+.\" $NetBSD: apropos.1,v 1.20 2022/05/17 08:35:46 uwe Exp $
 .\"
 .\" Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
 .\" All rights reserved.
@@ -110,7 +110,7 @@
 tag.
 .El
 .Sh ENVIRONMENT VARIABLES
-.Bl -tag -width APROPOSX
+.Bl -tag -width Ev
 .It Ev APROPOS
 This environment variable is white-space tokenized as an argument vector
 and the options in it are parsed and set.



Home | Main Index | Thread Index | Old Index