about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-04-24 09:47:58 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-04-24 09:47:58 +0530
commitcda00831e39806a4d0ff1e1b2fcaf7fda9d2cfd2 (patch)
tree5452e7972d9a74886fbd0f0c213570fb44809b9e /src/doc/reference.md
parentbe260316725f55ad0e4236204b8ec2d6a7792272 (diff)
parent58b3b8bcfa0546cf571906df48185b7bfcf249b9 (diff)
downloadrust-cda00831e39806a4d0ff1e1b2fcaf7fda9d2cfd2.tar.gz
rust-cda00831e39806a4d0ff1e1b2fcaf7fda9d2cfd2.zip
Rollup merge of #24734 - vadimcn:patch-1, r=alexcrichton
 '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 af6db58c7e0..b74f1ff2139 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