Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/share/man/man9 Spell the macro name correctly: MO...
details: https://anonhg.NetBSD.org/src/rev/6628dc14bcdd
branches: pgoyette-compat
changeset: 321030:6628dc14bcdd
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Mar 15 10:00:47 2018 +0000
description:
Spell the macro name correctly: MODULE_WITH_ALIASES vs MODULE_WITH_ALIAS
diffstat:
share/man/man9/module.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b3c4b0e119e1 -r 6628dc14bcdd share/man/man9/module.9
--- a/share/man/man9/module.9 Thu Mar 15 09:11:52 2018 +0000
+++ b/share/man/man9/module.9 Thu Mar 15 10:00:47 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.42.2.4 2018/03/14 02:47:41 pgoyette Exp $
+.\" $NetBSD: module.9,v 1.42.2.5 2018/03/15 10:00:47 pgoyette Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -43,7 +43,7 @@
.Sh SYNOPSIS
.In sys/module.h
.Fn MODULE "class" "name" "required"
-.Fn MODULE_WITH_ALIAS "class" "name" "required" "aliases"
+.Fn MODULE_WITH_ALIASES "class" "name" "required" "aliases"
.Ft int
.Fn module_load "const char *name" "int flags" "prop_dictionary_t props" \
"modclass_t class"
Home |
Main Index |
Thread Index |
Old Index