From 0f7fed9253007ce5c491440300d70205a82d7906 Mon Sep 17 00:00:00 2001 From: stomar Date: Tue, 7 Nov 2017 20:08:34 +0000 Subject: etc.c: improve docs for sysconfdir * ext/etc/etc.c: [DOC] small language fixes for etc_sysconfdir docs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/etc/etc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext') diff --git a/ext/etc/etc.c b/ext/etc/etc.c index d5197eb566..2dd4ed673e 100644 --- a/ext/etc/etc.c +++ b/ext/etc/etc.c @@ -627,9 +627,9 @@ VALUE rb_w32_conv_from_wchar(const WCHAR *wstr, rb_encoding *enc); * Returns system configuration directory. * * This is typically "/etc", but is modified by the prefix used when Ruby was - * compiled. For example, if Ruby is built and installed in /usr/local, returns - * "/usr/local/etc" on other than Windows. On Windows, this returns system - * provided directory always. + * compiled. For example, if Ruby is built and installed in /usr/local, + * returns "/usr/local/etc" on other platforms than Windows. + * On Windows, this always returns the directory provided by the system. */ static VALUE etc_sysconfdir(VALUE obj) -- cgit v1.2.3