diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-11-13 14:34:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-11-13 14:34:48 +0000 |
commit | 36378a05d3cf962d599bf2b1fa50a050fe183290 (patch) | |
tree | 2645c36e9258c2c9b5481d5f211e8edfd2dc8ef0 /share/man | |
parent | 0d85c385c42f5ef924d8a6591721946d231a7b93 (diff) |
knock out a useless sentence, and reword another to make it read more nicely;
ok otto
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/malloc.conf.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man5/malloc.conf.5 b/share/man/man5/malloc.conf.5 index 07798a8a3a5..404aeb7c22c 100644 --- a/share/man/man5/malloc.conf.5 +++ b/share/man/man5/malloc.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.conf.5,v 1.18 2018/11/08 05:58:21 otto Exp $ +.\" $OpenBSD: malloc.conf.5,v 1.19 2018/11/13 14:34:47 jmc Exp $ .\" .\" Copyright (c) 2012 Damien Miller <djm@openbsd.org> .\" Copyright (c) 2008, 2009, 2010, 2011 Otto Moerbeek <otto@drijf.net> @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 8 2018 $ +.Dd $Mdocdate: November 13 2018 $ .Dt MALLOC.CONF 5 .Os .Sh NAME @@ -35,8 +35,7 @@ next checks the environment for a variable called and finally looks at the global variable .Va malloc_options in the program. -Each is scanned for the following flags. -Flags are single letters. +Each is scanned for the flags documented below. Unless otherwise noted uppercase means on, lowercase means off. .Bl -tag -width indent .It Cm C |