Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sbin/modstat Typo - for aliases, the REQUIRES colu...



details:   https://anonhg.NetBSD.org/src/rev/cc509ce92420
branches:  pgoyette-compat
changeset: 830443:cc509ce92420
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Mar 15 10:03:04 2018 +0000

description:
Typo - for aliases, the REQUIRES column contains the real _module_ name,
not the real alias name.

diffstat:

 sbin/modstat/modstat.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r db3f1073e9a2 -r cc509ce92420 sbin/modstat/modstat.8
--- a/sbin/modstat/modstat.8    Thu Mar 15 10:00:47 2018 +0000
+++ b/sbin/modstat/modstat.8    Thu Mar 15 10:03:04 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: modstat.8,v 1.22.12.1 2018/03/10 10:36:26 pgoyette Exp $
+.\" $NetBSD: modstat.8,v 1.22.12.2 2018/03/15 10:03:04 pgoyette Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -103,10 +103,10 @@
 .Fl f
 (force) to be loaded.
 .It Dv A
-Module is an alias for another module.
+The named module is an alias for another module.
 The REQUIRES column contains the
 .Dq real
-alias name.
+module name.
 .El
 .It Li REFS
 Number of references held on the module.



Home | Main Index | Thread Index | Old Index