summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorVadim Chugunov <vadimcn@gmail.com>2015-04-23 12:32:25 -0700
committerVadim Chugunov <vadimcn@gmail.com>2015-04-23 12:32:25 -0700
commit58b3b8bcfa0546cf571906df48185b7bfcf249b9 (patch)
tree892a69996f2ad804c1ecfee662e09b48df5a29b3 /src/doc/reference.md
parent65f889919d23f5050b09ad4b80b0235f3c882cc7 (diff)
downloadrust-58b3b8bcfa0546cf571906df48185b7bfcf249b9.tar.gz
rust-58b3b8bcfa0546cf571906df48185b7bfcf249b9.zip
Update supported values of target_os
'win32' -> 'windows', added 'ios'
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index d918a320e63..debfe31d982 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -2146,7 +2146,7 @@ The following configurations must be defined by the implementation:
   `"unix"` or `"windows"`. The value of this configuration option is defined
   as a configuration itself, like `unix` or `windows`.
 * `target_os = "..."`. Operating system of the target, examples include
-  `"win32"`, `"macos"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"`,
+  `"windows"`, `"macos"`, `"ios"`, `"linux"`, `"android"`, `"freebsd"`, `"dragonfly"`,
   `"bitrig"` or `"openbsd"`.
 * `target_pointer_width = "..."`. Target pointer width in bits. This is set
   to `"32"` for targets with 32-bit pointers, and likewise set to `"64"` for