Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8 rc.subr(8): Fix markup -- use .It to set off ...



details:   https://anonhg.NetBSD.org/src/rev/80ca5e621593
branches:  trunk
changeset: 949363:80ca5e621593
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Jan 10 19:26:31 2021 +0000

description:
rc.subr(8): Fix markup -- use .It to set off a new item.

diffstat:

 share/man/man8/rc.subr.8 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bb556e3c67fb -r 80ca5e621593 share/man/man8/rc.subr.8
--- a/share/man/man8/rc.subr.8  Sun Jan 10 19:20:16 2021 +0000
+++ b/share/man/man8/rc.subr.8  Sun Jan 10 19:26:31 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rc.subr.8,v 1.31 2012/12/18 13:14:34 wiz Exp $
+.\"    $NetBSD: rc.subr.8,v 1.32 2021/01/10 19:26:31 riastradh Exp $
 .\"
 .\" Copyright (c) 2002-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -161,7 +161,7 @@
 is moved to
 .Ar backup .
 .El
-.Ic basename Ar file Op Ar suffix
+.It Ic basename Ar file Op Ar suffix
 Just like
 .Xr basename 1 ,
 except implemented using shell built-in commands, and usable before the



Home | Main Index | Thread Index | Old Index