diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-19 10:25:34 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-19 10:25:34 (GMT) |
commit | 7026df1d6fd17a692886177cb07db2ad37a6d34f (patch) | |
tree | 844a6d039ec3b7134ecc5ae9a18552de324d1a8c /doc/string.n | |
parent | 167bf30c3f48c85743b0ec5de38f1f0f031415eb (diff) | |
download | tcl-7026df1d6fd17a692886177cb07db2ad37a6d34f.zip tcl-7026df1d6fd17a692886177cb07db2ad37a6d34f.tar.gz tcl-7026df1d6fd17a692886177cb07db2ad37a6d34f.tar.bz2 |
Replace with comment style recommended as "best practice"
Diffstat (limited to 'doc/string.n')
-rw-r--r-- | doc/string.n | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/string.n b/doc/string.n index 302f59e..9186df9 100644 --- a/doc/string.n +++ b/doc/string.n @@ -1,16 +1,16 @@ -'\" -'\" Copyright (c) 1993 The Regents of the University of California. -'\" Copyright (c) 1994-1996 Sun Microsystems, Inc. -'\" -'\" See the file "license.terms" for information on usage and redistribution -'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. -'\" -'\" RCS: @(#) $Id: string.n,v 1.33 2006/12/14 10:22:03 dkf Exp $ -'\" +.\" +.\" Copyright (c) 1993 The Regents of the University of California. +.\" Copyright (c) 1994-1996 Sun Microsystems, Inc. +.\" +.\" See the file "license.terms" for information on usage and redistribution +.\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. +.\" +.\" RCS: @(#) $Id: string.n,v 1.34 2006/12/19 10:25:34 dkf Exp $ +.\" .so man.macros .TH string n 8.1 Tcl "Tcl Built-In Commands" .BS -'\" Note: do not modify the .SH NAME line immediately below! +.\" Note: do not modify the .SH NAME line immediately below! .SH NAME string \- Manipulate strings .SH SYNOPSIS @@ -367,6 +367,6 @@ expr(n), list(n) case conversion, compare, index, match, pattern, string, word, equal, ctype, character, reverse -'\" Local Variables: -'\" mode: nroff -'\" End: +.\" Local Variables: +.\" mode: nroff +.\" End: |