Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2020 07:25:02 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r363120 - in stable: 11/sbin/shutdown 12/sbin/shutdown
Message-ID:  <202007120725.06C7P2gD036209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising (doc,ports committer)
Date: Sun Jul 12 07:25:02 2020
New Revision: 363120
URL: https://svnweb.freebsd.org/changeset/base/363120

Log:
  MFC r362942: shutdown.8: Fix typo
  
  Fix a typo in shutdown.8, use ',' instead of '.' when listing items.

Modified:
  stable/11/sbin/shutdown/shutdown.8
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/12/sbin/shutdown/shutdown.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/11/sbin/shutdown/shutdown.8
==============================================================================
--- stable/11/sbin/shutdown/shutdown.8	Sun Jul 12 04:29:39 2020	(r363119)
+++ stable/11/sbin/shutdown/shutdown.8	Sun Jul 12 07:25:02 2020	(r363120)
@@ -124,7 +124,7 @@ suffix:
 .Dq Li s ,
 .Dq Li sec ,
 .Dq Li m ,
-.Dq Li min .
+.Dq Li min ,
 .Dq Li h ,
 .Dq Li hour .
 .It Ar warning-message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007120725.06C7P2gD036209>