Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall Fix tab/space inconsistency in comment.



details:   https://anonhg.NetBSD.org/src/rev/cdc934cb0b76
branches:  trunk
changeset: 333659:cdc934cb0b76
user:      apb <apb%NetBSD.org@localhost>
date:      Wed Nov 12 19:41:24 2014 +0000

description:
Fix tab/space inconsistency in comment.

diffstat:

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

diffs (20 lines):

diff -r 50b078eb39ff -r cdc934cb0b76 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Wed Nov 12 19:33:32 2014 +0000
+++ b/usr.sbin/postinstall/postinstall  Wed Nov 12 19:41:24 2014 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.182 2014/11/12 19:31:05 apb Exp $
+# $NetBSD: postinstall,v 1.183 2014/11/12 19:41:24 apb Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -226,7 +226,7 @@
 # check_ids op type file srcfile start id [...]
 #      Check if file of type "users" or "groups" contains the relevant IDs.
 #      Use srcfile as a reference for the expected contents.
-#       The specified "id" names should be given in numerical order,
+#      The specified "id" names should be given in numerical order,
 #      with the first name corresponding to numerical value "start",
 #      and with the special name "SKIP" being used to mark gaps in the
 #      sequence.



Home | Main Index | Thread Index | Old Index