Here we use these directives to replace, extend, or clear values in torrc.defaults and in torrc.
@@ -0,0 +1 @@
+ORPort 1000
@@ -0,0 +1,2 @@
+Nickname Unnamed
@@ -0,0 +1,3 @@
+# We'll replace this option on the command line.
+
+ORPort 9999
+/ORPort
+# We'll remove this option on the command line, and not replace it.
++ORPort 1000
+# We will extend this option on the command line
+ORPort 9099
+# This value is unadorned, so replaces the one from defaults.torrc.
+ORPort 9000
+# This value has a plus, and so extends the one from defaults.torrc.
++ORPort 9099
+# This value has a slash, and so clears the one from defaults.torrc.