summaryrefslogtreecommitdiffstats
path: root/doc/Object.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-04 07:23:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-04 07:23:25 (GMT)
commit67805e59cef248f01fd68e0479ad848ac1f08485 (patch)
tree74da9f2b5899274f2be2187a2e77e4a9b2aad51e /doc/Object.3
parent33243cc1f9d89ae5e3ab90854bd7e3dfbe76773a (diff)
downloadtcl-67805e59cef248f01fd68e0479ad848ac1f08485.zip
tcl-67805e59cef248f01fd68e0479ad848ac1f08485.tar.gz
tcl-67805e59cef248f01fd68e0479ad848ac1f08485.tar.bz2
Remove unnecessary end-of-line spacing (preparing for some further documentation updates)
Diffstat (limited to 'doc/Object.3')
-rw-r--r--doc/Object.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Object.3 b/doc/Object.3
index 55451ab..bf80fe2 100644
--- a/doc/Object.3
+++ b/doc/Object.3
@@ -3,7 +3,7 @@
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\"
+'\"
.TH Tcl_Obj 3 8.5 Tcl "Tcl Library Procedures"
.so man.macros
.BS
@@ -94,7 +94,7 @@ Also, most Tcl values are only read and never modified.
This is especially true for procedure arguments,
which can be shared between the caller and the called procedure.
Assignment and argument binding is done by
-simply assigning a pointer to the value.
+simply assigning a pointer to the value.
Reference counting is used to determine when it is safe to
reclaim a value's storage.
.PP