Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 18:31:26 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252817 - head/usr.sbin/bsdconfig
Message-ID:  <201307051831.r65IVQxM032572@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Fri Jul  5 18:31:26 2013
New Revision: 252817
URL: http://svnweb.freebsd.org/changeset/base/252817

Log:
  Adhere to 80-column width.

Modified:
  head/usr.sbin/bsdconfig/bsdconfig.8

Modified: head/usr.sbin/bsdconfig/bsdconfig.8
==============================================================================
--- head/usr.sbin/bsdconfig/bsdconfig.8	Fri Jul  5 18:30:43 2013	(r252816)
+++ head/usr.sbin/bsdconfig/bsdconfig.8	Fri Jul  5 18:31:26 2013	(r252817)
@@ -215,17 +215,17 @@ The following environment variables affe
 .Bl -tag -width ".Ev LC_ALL"
 .It Ev LANG
 If LANG is set, messages and index information will be read from files named
-messages.$LANG and INDEX.$LANG and fall back to files named messages and INDEX if
-messages.$LANG and INDEX.$LANG do not exist.
+messages.$LANG and INDEX.$LANG and fall back to files named messages and INDEX
+if messages.$LANG and INDEX.$LANG do not exist.
 LANG takes precedence over LC_ALL.
 .It Ev LC_ALL
 If LC_ALL is set, messages and index information will be read from files named
-messages.$LC_ALL and INDEX.$LC_ALL and fall back to files named messages and INDEX if
-messages.$LC_ALL and INDEX.$LC_ALL do not exist.
+messages.$LC_ALL and INDEX.$LC_ALL and fall back to files named messages and
+INDEX if messages.$LC_ALL and INDEX.$LC_ALL do not exist.
 .El
 .Sh FILES
-/usr/share/examples/bsdconfig/bsdconfigrc can be copied to $HOME/.bsdconfigrc and
-customized as needed.
+/usr/share/examples/bsdconfig/bsdconfigrc can be copied to $HOME/.bsdconfigrc
+and customized as needed.
 .Sh EXIT STATUS
 .Ex -std
 .Sh SEE ALSO



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