Source-Changes-HG archive

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

[src/trunk]: src/sbin De-capitalize `.Nd' macro argument.



details:   https://anonhg.NetBSD.org/src/rev/83c2a75c16be
branches:  trunk
changeset: 787009:83c2a75c16be
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed May 29 14:56:19 2013 +0000

description:
De-capitalize `.Nd' macro argument.

>From Bug Hunting.

diffstat:

 sbin/mount_efs/mount_efs.8       |  4 ++--
 sbin/mount_ext2fs/mount_ext2fs.8 |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 7f629c191922 -r 83c2a75c16be sbin/mount_efs/mount_efs.8
--- a/sbin/mount_efs/mount_efs.8        Wed May 29 14:55:24 2013 +0000
+++ b/sbin/mount_efs/mount_efs.8        Wed May 29 14:56:19 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_efs.8,v 1.3 2009/01/05 16:36:04 pooka Exp $
+.\"    $NetBSD: mount_efs.8,v 1.4 2013/05/29 14:56:19 wiz Exp $
 .\"
 .\" Copyright (c) 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .Os
 .Sh NAME
 .Nm mount_efs
-.Nd Mount an SGI EFS file system
+.Nd mount an SGI EFS file system
 .Sh SYNOPSIS
 .Nm
 .Op Fl o Ar options
diff -r 7f629c191922 -r 83c2a75c16be sbin/mount_ext2fs/mount_ext2fs.8
--- a/sbin/mount_ext2fs/mount_ext2fs.8  Wed May 29 14:55:24 2013 +0000
+++ b/sbin/mount_ext2fs/mount_ext2fs.8  Wed May 29 14:56:19 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_ext2fs.8,v 1.15 2010/02/22 09:45:02 tsutsui Exp $
+.\"    $NetBSD: mount_ext2fs.8,v 1.16 2013/05/29 14:56:19 wiz Exp $
 .\"
 .\" Copyright (c) 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .Os
 .Sh NAME
 .Nm mount_ext2fs
-.Nd Mount an ext2 file system
+.Nd mount an ext2 file system
 .Sh SYNOPSIS
 .Nm
 .Op Fl o Ar options



Home | Main Index | Thread Index | Old Index