Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b223e22d
Commit
b223e22d
authored
Mar 25, 2006
by
Karl Berry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
@copyright{}, no indentation in @copying{}
parent
4fccedb5
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
83 additions
and
60 deletions
+83
-60
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/elisp.texi
lispref/elisp.texi
+4
-3
man/ChangeLog
man/ChangeLog
+12
-0
man/ada-mode.texi
man/ada-mode.texi
+1
-1
man/autotype.texi
man/autotype.texi
+1
-1
man/calc.texi
man/calc.texi
+3
-3
man/cc-mode.texi
man/cc-mode.texi
+2
-2
man/cl.texi
man/cl.texi
+2
-1
man/dired-x.texi
man/dired-x.texi
+1
-1
man/ebrowse.texi
man/ebrowse.texi
+1
-1
man/ediff.texi
man/ediff.texi
+1
-1
man/emacs-mime.texi
man/emacs-mime.texi
+2
-2
man/emacs-xtra.texi
man/emacs-xtra.texi
+1
-1
man/emacs.texi
man/emacs.texi
+3
-2
man/erc.texi
man/erc.texi
+1
-1
man/eshell.texi
man/eshell.texi
+1
-1
man/eudc.texi
man/eudc.texi
+2
-2
man/faq.texi
man/faq.texi
+2
-1
man/forms.texi
man/forms.texi
+2
-2
man/gnu.texi
man/gnu.texi
+2
-2
man/gnus.texi
man/gnus.texi
+2
-2
man/idlwave.texi
man/idlwave.texi
+2
-2
man/info.texi
man/info.texi
+2
-2
man/message.texi
man/message.texi
+2
-2
man/mh-e.texi
man/mh-e.texi
+2
-2
man/pcl-cvs.texi
man/pcl-cvs.texi
+1
-1
man/pgg.texi
man/pgg.texi
+3
-3
man/rcirc.texi
man/rcirc.texi
+1
-1
man/reftex.texi
man/reftex.texi
+2
-1
man/sc.texi
man/sc.texi
+1
-1
man/ses.texi
man/ses.texi
+2
-2
man/sieve.texi
man/sieve.texi
+3
-2
man/speedbar.texi
man/speedbar.texi
+2
-2
man/url.texi
man/url.texi
+4
-4
man/vip.texi
man/vip.texi
+1
-1
man/viper.texi
man/viper.texi
+1
-1
man/widget.texi
man/widget.texi
+1
-1
man/woman.texi
man/woman.texi
+2
-2
No files found.
lispref/ChangeLog
View file @
b223e22d
2006
-
03
-
25
Karl
Berry
<
karl
@
gnu
.
org
>
*
elisp
.
texi
:
use
@
copyright
{}
instead
of
(
C
),
and
do
not
indent
the
year
list
.
2006
-
03
-
21
Nick
Roberts
<
nickrob
@
snap
.
net
.
nz
>
*
display
.
texi
(
Fringe
Indicators
):
Fix
typos
.
...
...
lispref/elisp.texi
View file @
b223e22d
...
...
@@ -11,7 +11,7 @@
@dircategory Emacs
@direntry
* Elisp: (elisp).
The Emacs Lisp Reference Manual.
* Elisp: (elisp).
The Emacs Lisp Reference Manual.
@end direntry
@smallbook
...
...
@@ -30,8 +30,9 @@
This is edition @value
{
VERSION
}
of the GNU Emacs Lisp
Reference Manual, corresponding to Emacs version @value
{
EMACSVER
}
.
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright @copyright
{}
1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
1999, 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/ChangeLog
View file @
b223e22d
2006-03-25 Karl Berry <karl@gnu.org>
* ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi,
emacs-xtra.texi, emacs.texi, erc.texi, eshell.texi, eudc.texi,
faq.texi, forms.texi, gnu.texi, gnus.texi, idlwave.texi,
info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
woman.texi: (1) use @copyright{} instead of (C) in typeset text;
(2) do not indent copyright year list (or anything else).
2006-03-21 Bill Wohler <wohler@newt.com>
* mh-e.texi (Folders): Various edits.
...
...
man/ada-mode.texi
View file @
b223e22d
...
...
@@ -9,7 +9,7 @@
@
copying
Copyright
@
copyright
{}
1999
,
2000
,
2001
,
2002
,
2003
,
2004
,
2005
,
2006
Free
Software
Foundation
,
Inc
.
2005
,
2006
Free
Software
Foundation
,
Inc
.
@
quotation
Permission
is
granted
to
copy
,
distribute
and
/
or
modify
this
document
...
...
man/autotype.texi
View file @
b223e22d
...
...
@@ -13,7 +13,7 @@
@copying
Copyright @copyright
{}
1994, 1995, 1999, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/calc.texi
View file @
b223e22d
...
...
@@ -83,8 +83,8 @@
@copying
This file documents Calc, the GNU Emacs calculator.
Copyright
(C)
1990, 1991, 2001, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
Copyright
@copyright{}
1990, 1991, 2001, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
@@ -102,7 +102,7 @@ Software Foundation raise funds for GNU development.''
@dircategory Emacs
@direntry
* Calc: (calc).
Advanced desk calculator and mathematical tool.
* Calc: (calc).
Advanced desk calculator and mathematical tool.
@end direntry
@titlepage
man/cc-mode.texi
View file @
b223e22d
...
...
@@ -160,7 +160,7 @@ CC Mode
This manual is for CC Mode in Emacs.
Copyright @copyright
{}
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
@@ -208,7 +208,7 @@ license to the document, as described in section 6 of the license.
@vskip 0pt plus 1filll
@insertcopying
This manual was generated from
$
Revision:
1
.
3
5
$
of
$
RCSfile: cc
-
mode.texi,v
$
, which can be
This manual was generated from
$
Revision:
1
.
3
6
$
of
$
RCSfile: cc
-
mode.texi,v
$
, which can be
downloaded from
@url
{
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/man/cc-mode.texi
}
.
@end titlepage
...
...
man/cl.texi
View file @
b223e22d
...
...
@@ -5,7 +5,8 @@
@
copying
This
file
documents
the
GNU
Emacs
Common
Lisp
emulation
package
.
Copyright
(
C
)
1993
,
2002
,
2003
,
2004
,
2005
,
2006
Free
Software
Foundation
,
Inc
.
Copyright
@
copyright
{}
1993
,
2002
,
2003
,
2004
,
2005
,
2006
Free
Software
Foundation
,
Inc
.
@
quotation
Permission
is
granted
to
copy
,
distribute
and
/
or
modify
this
document
...
...
man/dired-x.texi
View file @
b223e22d
...
...
@@ -29,7 +29,7 @@ This documents the ``extra'' features for Dired Mode for GNU Emacs found in
the file @file
{
dired-x.el
}
.
Copyright @copyright
{}
1993, 1994, 2001, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to make and distribute verbatim copies of this
...
...
man/ebrowse.texi
View file @
b223e22d
...
...
@@ -11,7 +11,7 @@
This
file
documents
Ebrowse
,
a
C
++
class
browser
for
GNU
Emacs
.
Copyright
@
copyright
{}
2000
,
2002
,
2003
,
2004
,
2005
,
2006
Free
Software
Foundation
,
Inc
.
2005
,
2006
Free
Software
Foundation
,
Inc
.
@
quotation
Permission
is
granted
to
copy
,
distribute
and
/
or
modify
this
document
...
...
man/ediff.texi
View file @
b223e22d
...
...
@@ -26,7 +26,7 @@ This file documents Ediff, a comprehensive visual interface to Unix diff
and patch utilities.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/emacs-mime.texi
View file @
b223e22d
...
...
@@ -9,8 +9,8 @@
@copying
This file documents the Emacs MIME interface functionality.
Copyright
(C)
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006
Free Software Foundation, Inc.
Copyright
@copyright
{}
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006
Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/emacs-xtra.texi
View file @
b223e22d
...
...
@@ -10,7 +10,7 @@
@copying
This manual describes specialized features of Emacs.
Copyright
(C)
2004, 2005, 2006 Free Software Foundation, Inc.
Copyright
@copyright
{}
2004, 2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/emacs.texi
View file @
b223e22d
...
...
@@ -11,8 +11,9 @@
This is the @value
{
EDITION
}
edition of the @cite
{
GNU Emacs Manual
}
,
updated for Emacs version @value
{
EMACSVER
}
.
Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright @copyright
{}
1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/erc.texi
View file @
b223e22d
...
...
@@ -6,7 +6,7 @@
@dircategory Emacs
@direntry
* ERC: (erc). Powerful, modular, and extensible IRC client for Emacs.
* ERC: (erc).
Powerful, modular, and extensible IRC client for Emacs.
@end direntry
@syncodeindex fn cp
...
...
man/eshell.texi
View file @
b223e22d
...
...
@@ -9,7 +9,7 @@
This
manual
is
for
Eshell
,
the
Emacs
shell
.
Copyright
@
copyright
{}
1999
,
2000
,
2001
,
2002
,
2003
,
2004
,
2005
,
2006
Free
Software
Foundation
,
Inc
.
2005
,
2006
Free
Software
Foundation
,
Inc
.
@
quotation
Permission
is
granted
to
copy
,
distribute
and
/
or
modify
this
document
...
...
man/eudc.texi
View file @
b223e22d
...
...
@@ -12,8 +12,8 @@ EUDC is the Emacs Unified Directory Client, a common interface to
directory servers using various protocols such as LDAP or the CCSO white
pages directory system (PH/QI)
Copyright
(C)
1998, 2000, 2001, 2002, 2003, 2004,
2005, 2006
Free Software Foundation, Inc.
Copyright
@copyright
{}
1998, 2000, 2001, 2002, 2003, 2004,
2005, 2006
Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/faq.texi
View file @
b223e22d
...
...
@@ -14,7 +14,8 @@
@c appreciate a notice if you do).
@copying
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006 Free
Software Foundation, Inc.@*
Copyright 1994,1995,1996,1997,1998,1999,2000 Reuven M. Lerner@*
Copyright 1992,1993 Steven Byrnes@*
Copyright 1990,1991,1992 Joseph Brian Wells@*
...
...
man/forms.texi
View file @
b223e22d
...
...
@@ -18,8 +18,8 @@
@copying
This file documents Forms mode, a form-editing major mode for GNU Emacs.
Copyright
(C)
1989, 1997, 2001, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
Copyright
@copyright
{}
1989, 1997, 2001, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/gnu.texi
View file @
b223e22d
...
...
@@ -6,8 +6,8 @@
@unnumbered The GNU Manifesto
@end ifclear
@ifset justgnu
Copyright
(C)
1985, 1993, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
Copyright
@copyright{}
1985, 1993, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
...
...
man/gnus.texi
View file @
b223e22d
...
...
@@ -7,8 +7,8 @@
@syncodeindex pg cp
@copying
Copyright
(C)
1995, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright
@copyright{}
1995, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/idlwave.texi
View file @
b223e22d
...
...
@@ -30,7 +30,7 @@ This is edition @value{EDITION} of the IDLWAVE User Manual for IDLWAVE
@value
{
VERSION
}
Copyright @copyright
{}
1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
2005, 2006 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
...
...
@@ -61,7 +61,7 @@ This is edition @value{EDITION} of the @cite{IDLWAVE User Manual} for
IDLWAVE version @value
{
VERSION
}
, @value
{
DATE
}
.
@sp 2
Copyright @copyright
{}
1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
2005, 2006 Free Software Foundation, Inc.
@sp 2
@cindex Copyright, of IDLWAVE
Permission is granted to copy, distribute and/or modify this document
...
...
man/info.texi
View file @
b223e22d
...
...
@@ -14,8 +14,8 @@
This file describes how to use Info, the on-line, menu-driven GNU
documentation system.
Copyright
(C)
1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
2002,
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright
@copyright
{}
1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
2002,
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/message.texi
View file @
b223e22d
...
...
@@ -8,8 +8,8 @@
@copying
This file documents Message, the Emacs message composition mode.
Copyright
(C)
1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004,
2005, 2006 Free Software Foundation, Inc.
Copyright
@copyright
{}
1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004,
2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/mh-e.texi
View file @
b223e22d
...
...
@@ -24,8 +24,8 @@
This is version @value{VERSION}@value{EDITION} of @cite{The MH-E
Manual}, last updated @value{UPDATED}.
Copyright @copyright{} 1995,
2001, 2002, 2003, 2005, 2006 Free
Software Foundation, Inc.
Copyright @copyright{} 1995,
2001, 2002, 2003, 2005, 2006 Free
Software Foundation, Inc.
@quotation
The MH-E manual is free documentation; you can redistribute it and/or
...
...
man/pcl-cvs.texi
View file @
b223e22d
...
...
@@ -7,7 +7,7 @@
@copying
Copyright @copyright
{}
1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1999, 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/pgg.texi
View file @
b223e22d
...
...
@@ -6,10 +6,10 @@
@copying
This file describes
the PGG
.
This file describes
PGG, an Emacs interface to various PGP implementations
.
Copyright
(C)
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright
(C)
2001 Daiki Ueno.
Copyright
@copyright
{}
2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright
@copyright
{}
2001 Daiki Ueno.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/rcirc.texi
View file @
b223e22d
...
...
@@ -5,7 +5,7 @@
@c
%**end of header
@copying
Copyright
(C)
2006 Free Software Foundation, Inc.
Copyright
@copyright
{}
2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/reftex.texi
View file @
b223e22d
...
...
@@ -25,7 +25,8 @@ citations and indices for LaTeX documents with Emacs.
This
is
edition
@
value
{
EDITION
}
of
the
@
b
{
Ref
@
TeX
{}}
User
Manual
for
@
b
{
Ref
@
TeX
{}}
@
value
{
VERSION
}
Copyright
(
c
)
1997
,
1998
,
1999
,
2000
,
2001
,
2002
,
2004
,
2005
Free
Software
Foundation
,
Inc
.
Copyright
@
copyright
{}
1997
,
1998
,
1999
,
2000
,
2001
,
2002
,
2004
,
2005
Free
Software
Foundation
,
Inc
.
@
quotation
Permission
is
granted
to
copy
,
distribute
and
/
or
modify
this
document
...
...
man/sc.texi
View file @
b223e22d
...
...
@@ -16,7 +16,7 @@ attributing the replies for various GNU Emacs mail and news reading
subsystems.
Copyright @copyright
{}
1993, 2001, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/ses.texi
View file @
b223e22d
...
...
@@ -11,8 +11,8 @@
@copying
This file documents SES: the Simple Emacs Spreadsheet.
Copyright @copyright
{}
2002, 2003, 2004, 2005,
2006 Free Software
Foundation, Inc.
Copyright @copyright
{}
2002, 2003, 2004, 2005,
2006 Free Software
Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/sieve.texi
View file @
b223e22d
...
...
@@ -7,9 +7,10 @@
@synindex pg cp
@copying
This file documents the Emacs Sieve package.
This file documents the Emacs Sieve package
, for server-side mail filtering
.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright @copyright
{}
2001, 2002, 2003, 2004, 2005, 2006 Free
Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/speedbar.texi
View file @
b223e22d
...
...
@@ -5,8 +5,8 @@
@syncodeindex fn cp
@copying
Copyright @copyright
{}
1999, 2000, 2002, 2003, 2004,
2005, 2006 Free
Software Foundation, Inc.
Copyright @copyright
{}
1999, 2000, 2002, 2003, 2004,
2005, 2006 Free
Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/url.texi
View file @
b223e22d
...
...
@@ -21,9 +21,9 @@
@ifnottex
This file documents the URL loading package.
Copyright
(C)
1996, 1997, 1998, 1999, 2002, 2004,
2005, 2006 Free Software Foundation, Inc.
Copyright
(C)
1993, 1994, 1995, 1996 William M. Perry
Copyright
@copyright
{}
1996, 1997, 1998, 1999, 2002, 2004,
2005, 2006 Free Software Foundation, Inc.
@*
Copyright
@copyright
{}
1993, 1994, 1995, 1996 William M. Perry
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
...
...
@@ -52,7 +52,7 @@ License.''
@vskip 0pt plus 1filll
Copyright @copyright
{}
1993, 1994, 1995, 1996 William M. Perry@*
Copyright @copyright
{}
1996, 1997, 1998, 1999, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
2005, 2006 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
...
...
man/vip.texi
View file @
b223e22d
...
...
@@ -5,7 +5,7 @@
@copying
Copyright @copyright
{}
1987, 2001, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
man/viper.texi
View file @
b223e22d
...
...
@@ -8,7 +8,7 @@
@
copying
Copyright
@
copyright
{}
1995
,
1996
,
1997
,
2001
,
2002
,
2003
,
2004
,
2005
,
2006
Free
Software
Foundation
,
Inc
.
2005
,
2006
Free
Software
Foundation
,
Inc
.
@
quotation
Permission
is
granted
to
copy
,
distribute
and
/
or
modify
this
document
...
...
man/widget.texi
View file @
b223e22d
...
...
@@ -11,7 +11,7 @@
@
copying
Copyright
@
copyright
{}
2000
,
2002
,
2003
,
2004
,
2005
,
2006
Free
Software
Foundation
,
Inc
.
2006
Free
Software
Foundation
,
Inc
.
@
quotation
Permission
is
granted
to
copy
,
distribute
and
/
or
modify
this
document
...
...
man/woman.texi
View file @
b223e22d
...
...
@@ -3,7 +3,7 @@
@setfilename ../info/woman
@settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
@c Manual last updated:
@set UPDATED Time-stamp: <2006-0
2-05 23:30:17 ttn
>
@set UPDATED Time-stamp: <2006-0
3-25 14:59:03 karl
>
@c Software version:
@set VERSION 0.54 (beta)
@afourpaper
...
...
@@ -18,7 +18,7 @@ This file documents WoMan: A program to browse Unix manual pages `W.O.
(without) man'.
Copyright @copyright
{}
2001, 2002, 2003, 2004,
2005, 2006 Free Software Foundation, Inc.
2005, 2006 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment