Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 21:10:26 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ivoras@FreeBSD.org
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: ata.4 changes
Message-ID:  <20140221.211026.115752007914804800.hrs@allbsd.org>
In-Reply-To: <le7em3$qiv$1@ger.gmane.org>
References:  <le7em3$qiv$1@ger.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Fri_Feb_21_21_10_26_2014_935)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Ivan Voras <ivoras@freebsd.org> wrote
  in <le7em3$qiv$1@ger.gmane.org>:

iv> Hello,
iv>
iv> Can someone who knows more about man pages take a look at this patch to
iv> ata.4:
iv>
iv> Index: ada.4
iv> ===================================================================
iv> --- ada.4    (revision 262293)
iv> +++ ada.4    (working copy)
iv> @@ -25,7 +25,7 @@
iv>  .\"
iv>  .\" $FreeBSD$
iv>  .\"
iv> -.Dd February 8, 2012
iv> +.Dd February 21, 2014
iv>  .Dt ADA 4
iv>  .Os
iv>  .Sh NAME
iv> @@ -129,8 +129,14 @@
iv>  These variables determines whether device write cache should be enabled
iv>  globally or per-device or disabled.
iv>  Set to 1 to enable write cache, 0 to disable, -1 to leave it as-is.
iv> -Values modified in runtime take effect only after device reset.
iv> -The global default is currently enabled.
iv> +Values modified in runtime take effect only after device reset (using
iv> +.Xr camcontrol 8
iv> +reset).

 .Pq should be used for ():

  Values modified in runtime take effect only after device reset
  .Pq using reset subcommand of Xr camcontrol 8 .

iv> +Because of that, this setting should be changed in a
iv> +.Xr loader 8
iv> +tunable, not in
iv> +.Pa /etc/sysctl.conf .

 I think /boot/loader.conf is easier to understand:

  Because of that, this setting should be changed in
  .Pa /boot/loader.conf ,
  not in
  .Pa /etc/sysctl.conf .

iv> +The global default is currently 1.
iv>  The per-device default is to leave it as-is (follow global setting).
iv>  .El
iv>  .Sh FILES
iv>
iv> - is it according to style and am I using the tags correctly?

-- Hiroki

----Security_Multipart(Fri_Feb_21_21_10_26_2014_935)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlMHQjIACgkQTyzT2CeTzy1vNQCgpK6rErNy8Vwvcd4Mo0hHhDGi
j9oAoN8CwQhHf1AiIKA2x72p9aaWfyJY
=Vogq
-----END PGP SIGNATURE-----

----Security_Multipart(Fri_Feb_21_21_10_26_2014_935)----



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