annotate doc/standards.texi @ 5301:7ba7e591498e

update
author Karl Berry <karl@freefriends.org>
date Sun, 03 Oct 2004 13:04:51 +0000
parents 93b3f9c4c71e
children 5fe0551f4ec2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1 \input texinfo @c -*-texinfo-*-
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2 @c %**start of header
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3 @setfilename standards.info
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
4 @settitle GNU Coding Standards
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
5 @c This date is automagically updated when you save this file:
5301
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
6 @set lastupdate October 1, 2004
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
7 @c %**end of header
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
8
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
9 @dircategory GNU organization
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
10 @direntry
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
11 * Standards: (standards). GNU coding standards.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
12 @end direntry
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
13
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
14 @c @setchapternewpage odd
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
15 @setchapternewpage off
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
16
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
17 @c Put everything in one index (arbitrarily chosen to be the concept index).
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
18 @syncodeindex fn cp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
19 @syncodeindex ky cp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
20 @syncodeindex pg cp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
21 @syncodeindex vr cp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
22
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
23 @c This is used by a cross ref in make-stds.texi
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
24 @set CODESTD 1
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
25 @iftex
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
26 @set CHAPTER chapter
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
27 @end iftex
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
28 @ifinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
29 @set CHAPTER node
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
30 @end ifinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
31
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
32 @copying
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
33 The GNU coding standards, last updated @value{lastupdate}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
34
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
35 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
36 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
37
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
38 Permission is granted to copy, distribute and/or modify this document
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
39 under the terms of the GNU Free Documentation License, Version 1.1
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
40 or any later version published by the Free Software Foundation;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
41 with no Invariant Sections, with no
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
42 Front-Cover Texts, and with no Back-Cover Texts.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
43 A copy of the license is included in the section entitled ``GNU
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
44 Free Documentation License''.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
45 @end copying
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
46
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
47 @titlepage
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
48 @title GNU Coding Standards
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
49 @author Richard Stallman, et al.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
50 @author last updated @value{lastupdate}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
51 @page
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
52 @vskip 0pt plus 1filll
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
53 @insertcopying
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
54 @end titlepage
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
55
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
56 @contents
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
57
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
58 @ifnottex
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
59 @node Top, Preface, (dir), (dir)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
60 @top Version
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
61
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
62 @insertcopying
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
63 @end ifnottex
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
64
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
65 @menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
66 * Preface:: About the GNU Coding Standards
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
67 * Legal Issues:: Keeping Free Software Free
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
68 * Design Advice:: General Program Design
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
69 * Program Behavior:: Program Behavior for All Programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
70 * Writing C:: Making The Best Use of C
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
71 * Documentation:: Documenting Programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
72 * Managing Releases:: The Release Process
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
73 * References:: References to Non-Free Software or Documentation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
74 * Copying This Manual:: How to Make Copies of This Manual
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
75 * Index::
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
76
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
77 @end menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
78
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
79 @node Preface
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
80 @chapter About the GNU Coding Standards
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
81
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
82 The GNU Coding Standards were written by Richard Stallman and other GNU
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
83 Project volunteers. Their purpose is to make the GNU system clean,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
84 consistent, and easy to install. This document can also be read as a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
85 guide to writing portable, robust and reliable programs. It focuses on
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
86 programs written in C, but many of the rules and principles are useful
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
87 even if you write in another programming language. The rules often
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
88 state reasons for writing in a certain way.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
89
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
90 This release of the GNU Coding Standards was last updated
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
91 @value{lastupdate}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
92
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
93 @cindex where to obtain @code{standards.texi}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
94 @cindex downloading this manual
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
95 If you did not obtain this file directly from the GNU project and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
96 recently, please check for a newer version. You can get the GNU
5301
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
97 Coding Standards from the GNU web server in many
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
98 different formats, including the Texinfo source, PDF, HTML, DVI, plain
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
99 text, and more, at: @uref{http://www.gnu.org/prep/standards/}.
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
100
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
101 Corrections or suggestions for this document should be sent to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
102 @email{bug-standards@@gnu.org}. If you make a suggestion, please include a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
103 suggested new wording for it; our time is limited. We prefer a context
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
104 diff to the @file{standards.texi} or @file{make-stds.texi} files, but if
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
105 you don't have those files, please mail your suggestion anyway.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
106
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
107 These standards cover the minimum of what is important when writing a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
108 GNU package. Likely, the needs for additional standards will come up.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
109 Sometimes, you might suggest that such standards be added to this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
110 document. If you think your standards would be generally useful, please
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
111 do suggest them.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
112
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
113 You should also set standards for your package on many questions not
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
114 addressed or not firmly specified here. The most important point is to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
115 be self-consistent---try to stick to the conventions you pick, and try
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
116 to document them as much as possible. That way, your program will be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
117 more maintainable by others.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
118
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
119 The GNU Hello program serves as an example of how to follow the GNU
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
120 coding standards for a trivial program which prints @samp{Hello,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
121 world!}. @uref{http://www.gnu.org/software/hello/hello.html}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
122
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
123 @node Legal Issues
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
124 @chapter Keeping Free Software Free
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
125 @cindex legal aspects
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
126
5301
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
127 This chapter discusses how you can make sure that GNU software
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
128 avoids legal difficulties, and other related issues.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
129
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
130 @menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
131 * Reading Non-Free Code:: Referring to Proprietary Programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
132 * Contributions:: Accepting Contributions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
133 * Trademarks:: How We Deal with Trademark Issues
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
134 @end menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
135
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
136 @node Reading Non-Free Code
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
137 @section Referring to Proprietary Programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
138 @cindex proprietary programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
139 @cindex avoiding proprietary code
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
140
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
141 Don't in any circumstances refer to Unix source code for or during
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
142 your work on GNU! (Or to any other proprietary programs.)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
143
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
144 If you have a vague recollection of the internals of a Unix program,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
145 this does not absolutely mean you can't write an imitation of it, but
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
146 do try to organize the imitation internally along different lines,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
147 because this is likely to make the details of the Unix version
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
148 irrelevant and dissimilar to your results.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
149
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
150 For example, Unix utilities were generally optimized to minimize
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
151 memory use; if you go for speed instead, your program will be very
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
152 different. You could keep the entire input file in core and scan it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
153 there instead of using stdio. Use a smarter algorithm discovered more
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
154 recently than the Unix program. Eliminate use of temporary files. Do
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
155 it in one pass instead of two (we did this in the assembler).
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
156
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
157 Or, on the contrary, emphasize simplicity instead of speed. For some
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
158 applications, the speed of today's computers makes simpler algorithms
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
159 adequate.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
160
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
161 Or go for generality. For example, Unix programs often have static
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
162 tables or fixed-size strings, which make for arbitrary limits; use
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
163 dynamic allocation instead. Make sure your program handles NULs and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
164 other funny characters in the input files. Add a programming language
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
165 for extensibility and write part of the program in that language.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
166
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
167 Or turn some parts of the program into independently usable libraries.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
168 Or use a simple garbage collector instead of tracking precisely when
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
169 to free memory, or use a new GNU facility such as obstacks.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
170
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
171 @node Contributions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
172 @section Accepting Contributions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
173 @cindex legal papers
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
174 @cindex accepting contributions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
175
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
176 If the program you are working on is copyrighted by the Free Software
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
177 Foundation, then when someone else sends you a piece of code to add to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
178 the program, we need legal papers to use it---just as we asked you to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
179 sign papers initially. @emph{Each} person who makes a nontrivial
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
180 contribution to a program must sign some sort of legal papers in order
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
181 for us to have clear title to the program; the main author alone is not
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
182 enough.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
183
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
184 So, before adding in any contributions from other people, please tell
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
185 us, so we can arrange to get the papers. Then wait until we tell you
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
186 that we have received the signed papers, before you actually use the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
187 contribution.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
188
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
189 This applies both before you release the program and afterward. If
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
190 you receive diffs to fix a bug, and they make significant changes, we
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
191 need legal papers for that change.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
192
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
193 This also applies to comments and documentation files. For copyright
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
194 law, comments and code are just text. Copyright applies to all kinds of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
195 text, so we need legal papers for all kinds.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
196
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
197 We know it is frustrating to ask for legal papers; it's frustrating for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
198 us as well. But if you don't wait, you are going out on a limb---for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
199 example, what if the contributor's employer won't sign a disclaimer?
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
200 You might have to take that code out again!
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
201
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
202 You don't need papers for changes of a few lines here or there, since
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
203 they are not significant for copyright purposes. Also, you don't need
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
204 papers if all you get from the suggestion is some ideas, not actual code
5301
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
205 which you use. For example, if someone sent you one implementation, but
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
206 you write a different implementation of the same idea, you don't need to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
207 get papers.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
208
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
209 The very worst thing is if you forget to tell us about the other
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
210 contributor. We could be very embarrassed in court some day as a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
211 result.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
212
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
213 We have more detailed advice for maintainers of programs; if you have
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
214 reached the stage of actually maintaining a program for GNU (whether
5301
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
215 released or not), please ask us for a copy. It is also available
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
216 online for your perusal: @uref{http://www.gnu.org/prep/maintain/}.
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
217
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
218 @node Trademarks
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
219 @section Trademarks
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
220 @cindex trademarks
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
221
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
222 Please do not include any trademark acknowledgements in GNU software
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
223 packages or documentation.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
224
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
225 Trademark acknowledgements are the statements that such-and-such is a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
226 trademark of so-and-so. The GNU Project has no objection to the basic
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
227 idea of trademarks, but these acknowledgements feel like kowtowing,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
228 and there is no legal requirement for them, so we don't use them.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
229
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
230 What is legally required, as regards other people's trademarks, is to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
231 avoid using them in ways which a reader might reasonably understand as
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
232 naming or labeling our own programs or activities. For example, since
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
233 ``Objective C'' is (or at least was) a trademark, we made sure to say
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
234 that we provide a ``compiler for the Objective C language'' rather
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
235 than an ``Objective C compiler''. The latter would have been meant as
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
236 a shorter way of saying the former, but it does not explicitly state
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
237 the relationship, so it could be misinterpreted as using ``Objective
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
238 C'' as a label for the compiler rather than for the language.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
239
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
240 Please don't use ``win'' as an abbreviation for Microsoft Windows in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
241 GNU software or documentation. In hacker terminology, calling
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
242 something a "win" is a form of praise. If you wish to praise
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
243 Microsoft Windows when speaking on your own, by all means do so, but
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
244 not in GNU software. Usually we write the word ``windows'' in full,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
245 but when brevity is very important (as in file names and sometimes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
246 symbol names), we abbreviate it to ``w''. For instance, the files and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
247 functions in Emacs that deal with Windows start with @samp{w32}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
248
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
249 @node Design Advice
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
250 @chapter General Program Design
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
251 @cindex program design
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
252
5301
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
253 This chapter discusses some of the issues you should take into
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
254 account when designing your program.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
255
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
256 @c Standard or ANSI C
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
257 @c
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
258 @c In 1989 the American National Standards Institute (ANSI) standardized
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
259 @c C as standard X3.159-1989. In December of that year the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
260 @c International Standards Organization ISO adopted the ANSI C standard
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
261 @c making minor changes. In 1990 ANSI then re-adopted ISO standard
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
262 @c C. This version of C is known as either ANSI C or Standard C.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
263
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
264 @c A major revision of the C Standard appeared in 1999.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
265
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
266 @menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
267 * Source Language:: Which languges to use.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
268 * Compatibility:: Compatibility with other implementations
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
269 * Using Extensions:: Using non-standard features
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
270 * Standard C:: Using Standard C features
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
271 * Conditional Compilation:: Compiling Code Only If A Conditional is True
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
272 @end menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
273
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
274 @node Source Language
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
275 @section Which Languages to Use
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
276 @cindex programming languges
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
277
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
278 When you want to use a language that gets compiled and runs at high
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
279 speed, the best language to use is C. Using another language is like
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
280 using a non-standard feature: it will cause trouble for users. Even if
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
281 GCC supports the other language, users may find it inconvenient to have
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
282 to install the compiler for that other language in order to build your
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
283 program. For example, if you write your program in C++, people will
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
284 have to install the GNU C++ compiler in order to compile your program.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
285
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
286 C has one other advantage over C++ and other compiled languages: more
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
287 people know C, so more people will find it easy to read and modify the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
288 program if it is written in C.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
289
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
290 So in general it is much better to use C, rather than the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
291 comparable alternatives.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
292
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
293 But there are two exceptions to that conclusion:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
294
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
295 @itemize @bullet
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
296 @item
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
297 It is no problem to use another language to write a tool specifically
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
298 intended for use with that language. That is because the only people
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
299 who want to build the tool will be those who have installed the other
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
300 language anyway.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
301
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
302 @item
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
303 If an application is of interest only to a narrow part of the community,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
304 then the question of which language it is written in has less effect on
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
305 other people, so you may as well please yourself.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
306 @end itemize
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
307
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
308 Many programs are designed to be extensible: they include an interpreter
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
309 for a language that is higher level than C. Often much of the program
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
310 is written in that language, too. The Emacs editor pioneered this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
311 technique.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
312
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
313 @cindex GUILE
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
314 The standard extensibility interpreter for GNU software is GUILE, which
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
315 implements the language Scheme (an especially clean and simple dialect
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
316 of Lisp). @uref{http://www.gnu.org/software/guile/}. We don't reject
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
317 programs written in other ``scripting languages'' such as Perl and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
318 Python, but using GUILE is very important for the overall consistency of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
319 the GNU system.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
320
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
321 @node Compatibility
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
322 @section Compatibility with Other Implementations
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
323 @cindex compatibility with C and @sc{posix} standards
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
324 @cindex @sc{posix} compatibility
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
325
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
326 With occasional exceptions, utility programs and libraries for GNU
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
327 should be upward compatible with those in Berkeley Unix, and upward
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
328 compatible with Standard C if Standard C specifies their
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
329 behavior, and upward compatible with @sc{posix} if @sc{posix} specifies
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
330 their behavior.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
331
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
332 When these standards conflict, it is useful to offer compatibility
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
333 modes for each of them.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
334
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
335 @cindex options for compatibility
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
336 Standard C and @sc{posix} prohibit many kinds of extensions. Feel
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
337 free to make the extensions anyway, and include a @samp{--ansi},
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
338 @samp{--posix}, or @samp{--compatible} option to turn them off.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
339 However, if the extension has a significant chance of breaking any real
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
340 programs or scripts, then it is not really upward compatible. So you
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
341 should try to redesign its interface to make it upward compatible.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
342
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
343 @cindex @code{POSIXLY_CORRECT}, environment variable
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
344 Many GNU programs suppress extensions that conflict with @sc{posix} if the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
345 environment variable @code{POSIXLY_CORRECT} is defined (even if it is
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
346 defined with a null value). Please make your program recognize this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
347 variable if appropriate.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
348
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
349 When a feature is used only by users (not by programs or command
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
350 files), and it is done poorly in Unix, feel free to replace it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
351 completely with something totally different and better. (For example,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
352 @code{vi} is replaced with Emacs.) But it is nice to offer a compatible
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
353 feature as well. (There is a free @code{vi} clone, so we offer it.)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
354
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
355 Additional useful features are welcome regardless of whether
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
356 there is any precedent for them.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
357
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
358 @node Using Extensions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
359 @section Using Non-standard Features
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
360 @cindex non-standard extensions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
361
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
362 Many GNU facilities that already exist support a number of convenient
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
363 extensions over the comparable Unix facilities. Whether to use these
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
364 extensions in implementing your program is a difficult question.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
365
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
366 On the one hand, using the extensions can make a cleaner program.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
367 On the other hand, people will not be able to build the program
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
368 unless the other GNU tools are available. This might cause the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
369 program to work on fewer kinds of machines.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
370
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
371 With some extensions, it might be easy to provide both alternatives.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
372 For example, you can define functions with a ``keyword'' @code{INLINE}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
373 and define that as a macro to expand into either @code{inline} or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
374 nothing, depending on the compiler.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
375
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
376 In general, perhaps it is best not to use the extensions if you can
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
377 straightforwardly do without them, but to use the extensions if they
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
378 are a big improvement.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
379
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
380 An exception to this rule are the large, established programs (such as
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
381 Emacs) which run on a great variety of systems. Using GNU extensions in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
382 such programs would make many users unhappy, so we don't do that.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
383
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
384 Another exception is for programs that are used as part of compilation:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
385 anything that must be compiled with other compilers in order to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
386 bootstrap the GNU compilation facilities. If these require the GNU
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
387 compiler, then no one can compile them without having them installed
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
388 already. That would be extremely troublesome in certain cases.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
389
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
390 @node Standard C
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
391 @section Standard C and Pre-Standard C
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
392 @cindex @sc{ansi} C standard
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
393
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
394 1989 Standard C is widespread enough now that it is ok to use its
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
395 features in new programs. There is one exception: do not ever use the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
396 ``trigraph'' feature of Standard C.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
397
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
398 1999 Standard C is not widespread yet, so please do not require its
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
399 features in programs. It is ok to use its features if they are present.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
400
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
401 However, it is easy to support pre-standard compilers in most programs,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
402 so if you know how to do that, feel free. If a program you are
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
403 maintaining has such support, you should try to keep it working.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
404
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
405 @cindex function prototypes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
406 To support pre-standard C, instead of writing function definitions in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
407 standard prototype form,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
408
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
409 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
410 int
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
411 foo (int x, int y)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
412 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
413 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
414
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
415 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
416 write the definition in pre-standard style like this,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
417
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
418 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
419 int
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
420 foo (x, y)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
421 int x, y;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
422 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
423 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
424
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
425 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
426 and use a separate declaration to specify the argument prototype:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
427
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
428 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
429 int foo (int, int);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
430 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
431
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
432 You need such a declaration anyway, in a header file, to get the benefit
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
433 of prototypes in all the files where the function is called. And once
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
434 you have the declaration, you normally lose nothing by writing the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
435 function definition in the pre-standard style.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
436
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
437 This technique does not work for integer types narrower than @code{int}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
438 If you think of an argument as being of a type narrower than @code{int},
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
439 declare it as @code{int} instead.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
440
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
441 There are a few special cases where this technique is hard to use. For
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
442 example, if a function argument needs to hold the system type
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
443 @code{dev_t}, you run into trouble, because @code{dev_t} is shorter than
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
444 @code{int} on some machines; but you cannot use @code{int} instead,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
445 because @code{dev_t} is wider than @code{int} on some machines. There
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
446 is no type you can safely use on all machines in a non-standard
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
447 definition. The only way to support non-standard C and pass such an
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
448 argument is to check the width of @code{dev_t} using Autoconf and choose
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
449 the argument type accordingly. This may not be worth the trouble.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
450
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
451 In order to support pre-standard compilers that do not recognize
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
452 prototypes, you may want to use a preprocessor macro like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
453
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
454 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
455 /* Declare the prototype for a general external function. */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
456 #if defined (__STDC__) || defined (WINDOWSNT)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
457 #define P_(proto) proto
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
458 #else
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
459 #define P_(proto) ()
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
460 #endif
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
461 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
462
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
463 @node Conditional Compilation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
464 @section Conditional Compilation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
465
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
466 When supporting configuration options already known when building your
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
467 program we prefer using @code{if (... )} over conditional compilation,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
468 as in the former case the compiler is able to perform more extensive
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
469 checking of all possible code paths.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
470
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
471 For example, please write
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
472
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
473 @smallexample
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
474 if (HAS_FOO)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
475 ...
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
476 else
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
477 ...
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
478 @end smallexample
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
479
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
480 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
481 instead of:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
482
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
483 @smallexample
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
484 #ifdef HAS_FOO
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
485 ...
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
486 #else
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
487 ...
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
488 #endif
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
489 @end smallexample
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
490
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
491 A modern compiler such as GCC will generate exactly the same code in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
492 both cases, and we have been using similar techniques with good success
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
493 in several projects. Of course, the former method assumes that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
494 @code{HAS_FOO} is defined as either 0 or 1.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
495
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
496 While this is not a silver bullet solving all portability problems,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
497 and is not always appropriate, following this policy would have saved
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
498 GCC developers many hours, or even days, per year.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
499
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
500 In the case of function-like macros like @code{REVERSIBLE_CC_MODE} in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
501 GCC which cannot be simply used in @code{if( ...)} statements, there is
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
502 an easy workaround. Simply introduce another macro
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
503 @code{HAS_REVERSIBLE_CC_MODE} as in the following example:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
504
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
505 @smallexample
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
506 #ifdef REVERSIBLE_CC_MODE
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
507 #define HAS_REVERSIBLE_CC_MODE 1
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
508 #else
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
509 #define HAS_REVERSIBLE_CC_MODE 0
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
510 #endif
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
511 @end smallexample
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
512
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
513 @node Program Behavior
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
514 @chapter Program Behavior for All Programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
515
5301
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
516 This chapter describes conventions for writing robust
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
517 software. It also describes general standards for error messages, the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
518 command line interface, and how libraries should behave.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
519
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
520 @menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
521 * Semantics:: Writing robust programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
522 * Libraries:: Library behavior
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
523 * Errors:: Formatting error messages
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
524 * User Interfaces:: Standards about interfaces generally
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
525 * Graphical Interfaces:: Standards for graphical interfaces
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
526 * Command-Line Interfaces:: Standards for command line interfaces
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
527 * Option Table:: Table of long options
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
528 * Memory Usage:: When and how to care about memory needs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
529 * File Usage:: Which files to use, and where
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
530 @end menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
531
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
532 @node Semantics
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
533 @section Writing Robust Programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
534
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
535 @cindex arbitrary limits on data
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
536 Avoid arbitrary limits on the length or number of @emph{any} data
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
537 structure, including file names, lines, files, and symbols, by allocating
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
538 all data structures dynamically. In most Unix utilities, ``long lines
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
539 are silently truncated''. This is not acceptable in a GNU utility.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
540
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
541 @cindex @code{NUL} characters
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
542 Utilities reading files should not drop NUL characters, or any other
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
543 nonprinting characters @emph{including those with codes above 0177}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
544 The only sensible exceptions would be utilities specifically intended
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
545 for interface to certain types of terminals or printers
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
546 that can't handle those characters.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
547 Whenever possible, try to make programs work properly with
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
548 sequences of bytes that represent multibyte characters, using encodings
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
549 such as UTF-8 and others.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
550
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
551 @cindex error messages
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
552 Check every system call for an error return, unless you know you wish to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
553 ignore errors. Include the system error text (from @code{perror} or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
554 equivalent) in @emph{every} error message resulting from a failing
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
555 system call, as well as the name of the file if any and the name of the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
556 utility. Just ``cannot open foo.c'' or ``stat failed'' is not
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
557 sufficient.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
558
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
559 @cindex @code{malloc} return value
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
560 @cindex memory allocation failure
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
561 Check every call to @code{malloc} or @code{realloc} to see if it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
562 returned zero. Check @code{realloc} even if you are making the block
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
563 smaller; in a system that rounds block sizes to a power of 2,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
564 @code{realloc} may get a different block if you ask for less space.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
565
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
566 In Unix, @code{realloc} can destroy the storage block if it returns
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
567 zero. GNU @code{realloc} does not have this bug: if it fails, the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
568 original block is unchanged. Feel free to assume the bug is fixed. If
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
569 you wish to run your program on Unix, and wish to avoid lossage in this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
570 case, you can use the GNU @code{malloc}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
571
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
572 You must expect @code{free} to alter the contents of the block that was
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
573 freed. Anything you want to fetch from the block, you must fetch before
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
574 calling @code{free}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
575
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
576 If @code{malloc} fails in a noninteractive program, make that a fatal
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
577 error. In an interactive program (one that reads commands from the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
578 user), it is better to abort the command and return to the command
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
579 reader loop. This allows the user to kill other processes to free up
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
580 virtual memory, and then try the command again.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
581
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
582 @cindex command-line arguments, decoding
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
583 Use @code{getopt_long} to decode arguments, unless the argument syntax
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
584 makes this unreasonable.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
585
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
586 When static storage is to be written in during program execution, use
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
587 explicit C code to initialize it. Reserve C initialized declarations
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
588 for data that will not be changed.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
589 @c ADR: why?
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
590
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
591 Try to avoid low-level interfaces to obscure Unix data structures (such
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
592 as file directories, utmp, or the layout of kernel memory), since these
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
593 are less likely to work compatibly. If you need to find all the files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
594 in a directory, use @code{readdir} or some other high-level interface.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
595 These are supported compatibly by GNU.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
596
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
597 @cindex signal handling
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
598 The preferred signal handling facilities are the BSD variant of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
599 @code{signal}, and the @sc{posix} @code{sigaction} function; the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
600 alternative USG @code{signal} interface is an inferior design.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
601
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
602 Nowadays, using the @sc{posix} signal functions may be the easiest way
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
603 to make a program portable. If you use @code{signal}, then on GNU/Linux
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
604 systems running GNU libc version 1, you should include
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
605 @file{bsd/signal.h} instead of @file{signal.h}, so as to get BSD
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
606 behavior. It is up to you whether to support systems where
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
607 @code{signal} has only the USG behavior, or give up on them.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
608
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
609 @cindex impossible conditions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
610 In error checks that detect ``impossible'' conditions, just abort.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
611 There is usually no point in printing any message. These checks
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
612 indicate the existence of bugs. Whoever wants to fix the bugs will have
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
613 to read the source code and run a debugger. So explain the problem with
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
614 comments in the source. The relevant data will be in variables, which
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
615 are easy to examine with the debugger, so there is no point moving them
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
616 elsewhere.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
617
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
618 Do not use a count of errors as the exit status for a program.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
619 @emph{That does not work}, because exit status values are limited to 8
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
620 bits (0 through 255). A single run of the program might have 256
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
621 errors; if you try to return 256 as the exit status, the parent process
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
622 will see 0 as the status, and it will appear that the program succeeded.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
623
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
624 @cindex temporary files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
625 @cindex @code{TMPDIR} environment variable
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
626 If you make temporary files, check the @code{TMPDIR} environment
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
627 variable; if that variable is defined, use the specified directory
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
628 instead of @file{/tmp}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
629
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
630 In addition, be aware that there is a possible security problem when
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
631 creating temporary files in world-writable directories. In C, you can
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
632 avoid this problem by creating temporary files in this manner:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
633
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
634 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
635 fd = open(filename, O_WRONLY | O_CREAT | O_EXCL, 0600);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
636 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
637
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
638 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
639 or by using the @code{mkstemps} function from libiberty.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
640
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
641 In bash, use @code{set -C} to avoid this problem.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
642
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
643 @node Libraries
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
644 @section Library Behavior
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
645 @cindex libraries
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
646
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
647 Try to make library functions reentrant. If they need to do dynamic
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
648 storage allocation, at least try to avoid any nonreentrancy aside from
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
649 that of @code{malloc} itself.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
650
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
651 Here are certain name conventions for libraries, to avoid name
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
652 conflicts.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
653
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
654 Choose a name prefix for the library, more than two characters long.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
655 All external function and variable names should start with this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
656 prefix. In addition, there should only be one of these in any given
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
657 library member. This usually means putting each one in a separate
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
658 source file.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
659
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
660 An exception can be made when two external symbols are always used
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
661 together, so that no reasonable program could use one without the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
662 other; then they can both go in the same file.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
663
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
664 External symbols that are not documented entry points for the user
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
665 should have names beginning with @samp{_}. The @samp{_} should be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
666 followed by the chosen name prefix for the library, to prevent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
667 collisions with other libraries. These can go in the same files with
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
668 user entry points if you like.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
669
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
670 Static functions and variables can be used as you like and need not
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
671 fit any naming convention.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
672
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
673 @node Errors
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
674 @section Formatting Error Messages
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
675 @cindex formatting error messages
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
676 @cindex error messages, formatting
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
677
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
678 Error messages from compilers should look like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
679
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
680 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
681 @var{source-file-name}:@var{lineno}: @var{message}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
682 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
683
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
684 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
685 If you want to mention the column number, use one of these formats:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
686
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
687 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
688 @var{source-file-name}:@var{lineno}:@var{column}: @var{message}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
689 @var{source-file-name}:@var{lineno}.@var{column}: @var{message}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
690
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
691 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
692
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
693 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
694 Line numbers should start from 1 at the beginning of the file, and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
695 column numbers should start from 1 at the beginning of the line. (Both
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
696 of these conventions are chosen for compatibility.) Calculate column
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
697 numbers assuming that space and all ASCII printing characters have
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
698 equal width, and assuming tab stops every 8 columns.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
699
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
700 The error message can also give both the starting and ending positions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
701 of the erroneous text. There are several formats so that you can
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
702 avoid redundant information such as a duplicate line number.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
703 Here are the possible formats:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
704
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
705 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
706 @var{source-file-name}:@var{lineno-1}.@var{column-1}-@var{lineno-2}.@var{column-2}: @var{message}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
707 @var{source-file-name}:@var{lineno-1}.@var{column-1}-@var{column-2}: @var{message}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
708 @var{source-file-name}:@var{lineno-1}-@var{lineno-2}: @var{message}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
709 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
710
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
711 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
712 When an error is spread over several files, you can use this format:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
713
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
714 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
715 @var{file-1}:@var{lineno-1}.@var{column-1}-@var{file-2}:@var{lineno-2}.@var{column-2}: @var{message}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
716 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
717
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
718 Error messages from other noninteractive programs should look like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
719
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
720 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
721 @var{program}:@var{source-file-name}:@var{lineno}: @var{message}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
722 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
723
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
724 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
725 when there is an appropriate source file, or like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
726
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
727 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
728 @var{program}: @var{message}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
729 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
730
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
731 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
732 when there is no relevant source file.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
733
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
734 If you want to mention the column number, use this format:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
735
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
736 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
737 @var{program}:@var{source-file-name}:@var{lineno}:@var{column}: @var{message}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
738 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
739
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
740 In an interactive program (one that is reading commands from a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
741 terminal), it is better not to include the program name in an error
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
742 message. The place to indicate which program is running is in the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
743 prompt or with the screen layout. (When the same program runs with
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
744 input from a source other than a terminal, it is not interactive and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
745 would do best to print error messages using the noninteractive style.)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
746
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
747 The string @var{message} should not begin with a capital letter when
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
748 it follows a program name and/or file name, because that isn't the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
749 beginning of a sentence. (The sentence conceptually starts at the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
750 beginning of the line.) Also, it should not end with a period.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
751
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
752 Error messages from interactive programs, and other messages such as
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
753 usage messages, should start with a capital letter. But they should not
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
754 end with a period.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
755
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
756 @node User Interfaces
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
757 @section Standards for Interfaces Generally
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
758
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
759 @cindex program name and its behavior
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
760 @cindex behavior, dependent on program's name
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
761 Please don't make the behavior of a utility depend on the name used
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
762 to invoke it. It is useful sometimes to make a link to a utility
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
763 with a different name, and that should not change what it does.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
764
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
765 Instead, use a run time option or a compilation switch or both
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
766 to select among the alternate behaviors.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
767
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
768 @cindex output device and program's behavior
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
769 Likewise, please don't make the behavior of the program depend on the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
770 type of output device it is used with. Device independence is an
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
771 important principle of the system's design; do not compromise it merely
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
772 to save someone from typing an option now and then. (Variation in error
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
773 message syntax when using a terminal is ok, because that is a side issue
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
774 that people do not depend on.)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
775
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
776 If you think one behavior is most useful when the output is to a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
777 terminal, and another is most useful when the output is a file or a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
778 pipe, then it is usually best to make the default behavior the one that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
779 is useful with output to a terminal, and have an option for the other
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
780 behavior.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
781
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
782 Compatibility requires certain programs to depend on the type of output
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
783 device. It would be disastrous if @code{ls} or @code{sh} did not do so
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
784 in the way all users expect. In some of these cases, we supplement the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
785 program with a preferred alternate version that does not depend on the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
786 output device type. For example, we provide a @code{dir} program much
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
787 like @code{ls} except that its default output format is always
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
788 multi-column format.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
789
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
790 @node Graphical Interfaces
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
791 @section Standards for Graphical Interfaces
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
792 @cindex graphical user interface
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
793
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
794 @cindex gtk+
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
795 When you write a program that provides a graphical user interface,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
796 please make it work with X Windows and the GTK+ toolkit unless the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
797 functionality specifically requires some alternative (for example,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
798 ``displaying jpeg images while in console mode'').
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
799
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
800 In addition, please provide a command-line interface to control the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
801 functionality. (In many cases, the graphical user interface can be a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
802 separate program which invokes the command-line program.) This is
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
803 so that the same jobs can be done from scripts.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
804
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
805 @cindex corba
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
806 @cindex gnome
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
807 Please also consider providing a CORBA interface (for use from GNOME), a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
808 library interface (for use from C), and perhaps a keyboard-driven
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
809 console interface (for use by users from console mode). Once you are
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
810 doing the work to provide the functionality and the graphical interface,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
811 these won't be much extra work.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
812
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
813 @node Command-Line Interfaces
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
814 @section Standards for Command Line Interfaces
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
815 @cindex command-line interface
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
816
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
817 @findex getopt
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
818 It is a good idea to follow the @sc{posix} guidelines for the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
819 command-line options of a program. The easiest way to do this is to use
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
820 @code{getopt} to parse them. Note that the GNU version of @code{getopt}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
821 will normally permit options anywhere among the arguments unless the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
822 special argument @samp{--} is used. This is not what @sc{posix}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
823 specifies; it is a GNU extension.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
824
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
825 @cindex long-named options
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
826 Please define long-named options that are equivalent to the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
827 single-letter Unix-style options. We hope to make GNU more user
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
828 friendly this way. This is easy to do with the GNU function
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
829 @code{getopt_long}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
830
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
831 One of the advantages of long-named options is that they can be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
832 consistent from program to program. For example, users should be able
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
833 to expect the ``verbose'' option of any GNU program which has one, to be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
834 spelled precisely @samp{--verbose}. To achieve this uniformity, look at
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
835 the table of common long-option names when you choose the option names
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
836 for your program (@pxref{Option Table}).
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
837
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
838 It is usually a good idea for file names given as ordinary arguments to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
839 be input files only; any output files would be specified using options
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
840 (preferably @samp{-o} or @samp{--output}). Even if you allow an output
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
841 file name as an ordinary argument for compatibility, try to provide an
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
842 option as another way to specify it. This will lead to more consistency
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
843 among GNU utilities, and fewer idiosyncracies for users to remember.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
844
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
845 @cindex standard command-line options
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
846 @cindex options, standard command-line
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
847 @cindex CGI programs, standard options for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
848 @cindex PATH_INFO, specifying standard options as
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
849 All programs should support two standard options: @samp{--version}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
850 and @samp{--help}. CGI programs should accept these as command-line
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
851 options, and also if given as the @env{PATH_INFO}; for instance,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
852 visiting @url{http://example.org/p.cgi/--help} in a browser should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
853 output the same information as inokving @samp{p.cgi --help} from the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
854 command line.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
855
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
856 @table @code
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
857 @cindex @samp{--version} option
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
858 @item --version
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
859 This option should direct the program to print information about its name,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
860 version, origin and legal status, all on standard output, and then exit
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
861 successfully. Other options and arguments should be ignored once this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
862 is seen, and the program should not perform its normal function.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
863
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
864 @cindex canonical name of a program
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
865 @cindex program's canonical name
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
866 The first line is meant to be easy for a program to parse; the version
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
867 number proper starts after the last space. In addition, it contains
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
868 the canonical name for this program, in this format:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
869
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
870 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
871 GNU Emacs 19.30
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
872 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
873
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
874 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
875 The program's name should be a constant string; @emph{don't} compute it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
876 from @code{argv[0]}. The idea is to state the standard or canonical
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
877 name for the program, not its file name. There are other ways to find
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
878 out the precise file name where a command is found in @code{PATH}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
879
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
880 If the program is a subsidiary part of a larger package, mention the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
881 package name in parentheses, like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
882
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
883 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
884 emacsserver (GNU Emacs) 19.30
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
885 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
886
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
887 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
888 If the package has a version number which is different from this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
889 program's version number, you can mention the package version number
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
890 just before the close-parenthesis.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
891
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
892 If you @strong{need} to mention the version numbers of libraries which
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
893 are distributed separately from the package which contains this program,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
894 you can do so by printing an additional line of version info for each
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
895 library you want to mention. Use the same format for these lines as for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
896 the first line.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
897
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
898 Please do not mention all of the libraries that the program uses ``just
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
899 for completeness''---that would produce a lot of unhelpful clutter.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
900 Please mention library version numbers only if you find in practice that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
901 they are very important to you in debugging.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
902
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
903 The following line, after the version number line or lines, should be a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
904 copyright notice. If more than one copyright notice is called for, put
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
905 each on a separate line.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
906
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
907 Next should follow a brief statement that the program is free software,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
908 and that users are free to copy and change it on certain conditions. If
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
909 the program is covered by the GNU GPL, say so here. Also mention that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
910 there is no warranty, to the extent permitted by law.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
911
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
912 It is ok to finish the output with a list of the major authors of the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
913 program, as a way of giving credit.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
914
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
915 Here's an example of output that follows these rules:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
916
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
917 @smallexample
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
918 GNU Emacs 19.34.5
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
919 Copyright (C) 1996 Free Software Foundation, Inc.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
920 GNU Emacs comes with NO WARRANTY,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
921 to the extent permitted by law.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
922 You may redistribute copies of GNU Emacs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
923 under the terms of the GNU General Public License.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
924 For more information about these matters,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
925 see the files named COPYING.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
926 @end smallexample
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
927
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
928 You should adapt this to your program, of course, filling in the proper
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
929 year, copyright holder, name of program, and the references to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
930 distribution terms, and changing the rest of the wording as necessary.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
931
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
932 This copyright notice only needs to mention the most recent year in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
933 which changes were made---there's no need to list the years for previous
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
934 versions' changes. You don't have to mention the name of the program in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
935 these notices, if that is inconvenient, since it appeared in the first
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
936 line.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
937
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
938 Translations of the above lines must preserve the validity of the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
939 copyright notices (@pxref{Internationalization}). If the translation's
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
940 character set supports it, the @samp{(C)} should be replaced with the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
941 copyright symbol, as follows:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
942
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
943 @ifinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
944 (the official copyright symbol, which is the letter C in a circle);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
945 @end ifinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
946 @ifnotinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
947 @copyright{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
948 @end ifnotinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
949
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
950 Write the word ``Copyright'' exactly like that, in English. Do not
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
951 translate it into another language. International treaties recognize
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
952 the English word ``Copyright''; translations into other languages do not
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
953 have legal significance.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
954
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
955
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
956 @cindex @samp{--help} option
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
957 @item --help
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
958 This option should output brief documentation for how to invoke the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
959 program, on standard output, then exit successfully. Other options and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
960 arguments should be ignored once this is seen, and the program should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
961 not perform its normal function.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
962
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
963 @cindex address for bug reports
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
964 @cindex bug reports
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
965 Near the end of the @samp{--help} option's output there should be a line
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
966 that says where to mail bug reports. It should have this format:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
967
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
968 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
969 Report bugs to @var{mailing-address}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
970 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
971 @end table
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
972
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
973 @node Option Table
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
974 @section Table of Long Options
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
975 @cindex long option names
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
976 @cindex table of long options
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
977
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
978 Here is a table of long options used by GNU programs. It is surely
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
979 incomplete, but we aim to list all the options that a new program might
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
980 want to be compatible with. If you use names not already in the table,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
981 please send @email{bug-standards@@gnu.org} a list of them, with their
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
982 meanings, so we can update the table.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
983
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
984 @c Please leave newlines between items in this table; it's much easier
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
985 @c to update when it isn't completely squashed together and unreadable.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
986 @c When there is more than one short option for a long option name, put
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
987 @c a semicolon between the lists of the programs that use them, not a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
988 @c period. --friedman
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
989
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
990 @table @samp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
991 @item after-date
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
992 @samp{-N} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
993
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
994 @item all
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
995 @samp{-a} in @code{du}, @code{ls}, @code{nm}, @code{stty}, @code{uname},
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
996 and @code{unexpand}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
997
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
998 @item all-text
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
999 @samp{-a} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1000
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1001 @item almost-all
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1002 @samp{-A} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1003
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1004 @item append
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1005 @samp{-a} in @code{etags}, @code{tee}, @code{time};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1006 @samp{-r} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1007
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1008 @item archive
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1009 @samp{-a} in @code{cp}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1010
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1011 @item archive-name
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1012 @samp{-n} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1013
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1014 @item arglength
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1015 @samp{-l} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1016
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1017 @item ascii
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1018 @samp{-a} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1019
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1020 @item assign
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1021 @samp{-v} in @code{gawk}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1022
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1023 @item assume-new
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1024 @samp{-W} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1025
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1026 @item assume-old
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1027 @samp{-o} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1028
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1029 @item auto-check
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1030 @samp{-a} in @code{recode}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1031
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1032 @item auto-pager
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1033 @samp{-a} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1034
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1035 @item auto-reference
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1036 @samp{-A} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1037
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1038 @item avoid-wraps
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1039 @samp{-n} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1040
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1041 @item background
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1042 For server programs, run in the background.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1043
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1044 @item backward-search
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1045 @samp{-B} in @code{ctags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1046
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1047 @item basename
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1048 @samp{-f} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1049
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1050 @item batch
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1051 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1052
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1053 @item baud
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1054 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1055
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1056 @item before
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1057 @samp{-b} in @code{tac}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1058
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1059 @item binary
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1060 @samp{-b} in @code{cpio} and @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1061
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1062 @item bits-per-code
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1063 @samp{-b} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1064
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1065 @item block-size
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1066 Used in @code{cpio} and @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1067
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1068 @item blocks
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1069 @samp{-b} in @code{head} and @code{tail}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1070
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1071 @item break-file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1072 @samp{-b} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1073
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1074 @item brief
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1075 Used in various programs to make output shorter.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1076
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1077 @item bytes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1078 @samp{-c} in @code{head}, @code{split}, and @code{tail}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1079
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1080 @item c@t{++}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1081 @samp{-C} in @code{etags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1082
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1083 @item catenate
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1084 @samp{-A} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1085
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1086 @item cd
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1087 Used in various programs to specify the directory to use.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1088
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1089 @item changes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1090 @samp{-c} in @code{chgrp} and @code{chown}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1091
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1092 @item classify
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1093 @samp{-F} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1094
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1095 @item colons
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1096 @samp{-c} in @code{recode}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1097
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1098 @item command
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1099 @samp{-c} in @code{su};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1100 @samp{-x} in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1101
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1102 @item compare
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1103 @samp{-d} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1104
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1105 @item compat
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1106 Used in @code{gawk}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1107
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1108 @item compress
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1109 @samp{-Z} in @code{tar} and @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1110
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1111 @item concatenate
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1112 @samp{-A} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1113
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1114 @item confirmation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1115 @samp{-w} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1116
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1117 @item context
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1118 Used in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1119
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1120 @item copyleft
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1121 @samp{-W copyleft} in @code{gawk}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1122
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1123 @item copyright
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1124 @samp{-C} in @code{ptx}, @code{recode}, and @code{wdiff};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1125 @samp{-W copyright} in @code{gawk}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1126
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1127 @item core
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1128 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1129
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1130 @item count
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1131 @samp{-q} in @code{who}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1132
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1133 @item count-links
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1134 @samp{-l} in @code{du}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1135
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1136 @item create
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1137 Used in @code{tar} and @code{cpio}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1138
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1139 @item cut-mark
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1140 @samp{-c} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1141
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1142 @item cxref
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1143 @samp{-x} in @code{ctags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1144
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1145 @item date
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1146 @samp{-d} in @code{touch}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1147
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1148 @item debug
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1149 @samp{-d} in Make and @code{m4};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1150 @samp{-t} in Bison.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1151
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1152 @item define
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1153 @samp{-D} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1154
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1155 @item defines
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1156 @samp{-d} in Bison and @code{ctags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1157
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1158 @item delete
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1159 @samp{-D} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1160
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1161 @item dereference
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1162 @samp{-L} in @code{chgrp}, @code{chown}, @code{cpio}, @code{du},
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1163 @code{ls}, and @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1164
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1165 @item dereference-args
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1166 @samp{-D} in @code{du}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1167
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1168 @item device
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1169 Specify an I/O device (special file name).
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1170
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1171 @item diacritics
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1172 @samp{-d} in @code{recode}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1173
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1174 @item dictionary-order
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1175 @samp{-d} in @code{look}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1176
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1177 @item diff
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1178 @samp{-d} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1179
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1180 @item digits
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1181 @samp{-n} in @code{csplit}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1182
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1183 @item directory
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1184 Specify the directory to use, in various programs. In @code{ls}, it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1185 means to show directories themselves rather than their contents. In
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1186 @code{rm} and @code{ln}, it means to not treat links to directories
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1187 specially.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1188
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1189 @item discard-all
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1190 @samp{-x} in @code{strip}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1191
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1192 @item discard-locals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1193 @samp{-X} in @code{strip}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1194
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1195 @item dry-run
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1196 @samp{-n} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1197
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1198 @item ed
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1199 @samp{-e} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1200
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1201 @item elide-empty-files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1202 @samp{-z} in @code{csplit}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1203
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1204 @item end-delete
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1205 @samp{-x} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1206
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1207 @item end-insert
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1208 @samp{-z} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1209
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1210 @item entire-new-file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1211 @samp{-N} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1212
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1213 @item environment-overrides
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1214 @samp{-e} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1215
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1216 @item eof
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1217 @samp{-e} in @code{xargs}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1218
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1219 @item epoch
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1220 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1221
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1222 @item error-limit
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1223 Used in @code{makeinfo}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1224
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1225 @item error-output
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1226 @samp{-o} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1227
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1228 @item escape
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1229 @samp{-b} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1230
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1231 @item exclude-from
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1232 @samp{-X} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1233
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1234 @item exec
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1235 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1236
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1237 @item exit
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1238 @samp{-x} in @code{xargs}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1239
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1240 @item exit-0
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1241 @samp{-e} in @code{unshar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1242
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1243 @item expand-tabs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1244 @samp{-t} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1245
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1246 @item expression
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1247 @samp{-e} in @code{sed}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1248
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1249 @item extern-only
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1250 @samp{-g} in @code{nm}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1251
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1252 @item extract
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1253 @samp{-i} in @code{cpio};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1254 @samp{-x} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1255
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1256 @item faces
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1257 @samp{-f} in @code{finger}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1258
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1259 @item fast
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1260 @samp{-f} in @code{su}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1261
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1262 @item fatal-warnings
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1263 @samp{-E} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1264
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1265 @item file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1266 @samp{-f} in @code{info}, @code{gawk}, Make, @code{mt}, and @code{tar};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1267 @samp{-n} in @code{sed};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1268 @samp{-r} in @code{touch}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1269
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1270 @item field-separator
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1271 @samp{-F} in @code{gawk}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1272
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1273 @item file-prefix
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1274 @samp{-b} in Bison.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1275
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1276 @item file-type
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1277 @samp{-F} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1278
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1279 @item files-from
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1280 @samp{-T} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1281
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1282 @item fill-column
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1283 Used in @code{makeinfo}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1284
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1285 @item flag-truncation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1286 @samp{-F} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1287
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1288 @item fixed-output-files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1289 @samp{-y} in Bison.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1290
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1291 @item follow
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1292 @samp{-f} in @code{tail}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1293
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1294 @item footnote-style
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1295 Used in @code{makeinfo}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1296
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1297 @item force
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1298 @samp{-f} in @code{cp}, @code{ln}, @code{mv}, and @code{rm}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1299
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1300 @item force-prefix
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1301 @samp{-F} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1302
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1303 @item foreground
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1304 For server programs, run in the foreground;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1305 in other words, don't do anything special to run the server
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1306 in the background.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1307
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1308 @item format
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1309 Used in @code{ls}, @code{time}, and @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1310
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1311 @item freeze-state
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1312 @samp{-F} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1313
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1314 @item fullname
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1315 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1316
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1317 @item gap-size
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1318 @samp{-g} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1319
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1320 @item get
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1321 @samp{-x} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1322
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1323 @item graphic
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1324 @samp{-i} in @code{ul}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1325
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1326 @item graphics
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1327 @samp{-g} in @code{recode}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1328
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1329 @item group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1330 @samp{-g} in @code{install}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1331
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1332 @item gzip
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1333 @samp{-z} in @code{tar} and @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1334
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1335 @item hashsize
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1336 @samp{-H} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1337
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1338 @item header
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1339 @samp{-h} in @code{objdump} and @code{recode}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1340
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1341 @item heading
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1342 @samp{-H} in @code{who}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1343
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1344 @item help
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1345 Used to ask for brief usage information.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1346
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1347 @item here-delimiter
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1348 @samp{-d} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1349
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1350 @item hide-control-chars
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1351 @samp{-q} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1352
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1353 @item html
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1354 In @code{makeinfo}, output HTML.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1355
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1356 @item idle
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1357 @samp{-u} in @code{who}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1358
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1359 @item ifdef
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1360 @samp{-D} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1361
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1362 @item ignore
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1363 @samp{-I} in @code{ls};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1364 @samp{-x} in @code{recode}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1365
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1366 @item ignore-all-space
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1367 @samp{-w} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1368
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1369 @item ignore-backups
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1370 @samp{-B} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1371
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1372 @item ignore-blank-lines
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1373 @samp{-B} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1374
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1375 @item ignore-case
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1376 @samp{-f} in @code{look} and @code{ptx};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1377 @samp{-i} in @code{diff} and @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1378
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1379 @item ignore-errors
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1380 @samp{-i} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1381
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1382 @item ignore-file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1383 @samp{-i} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1384
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1385 @item ignore-indentation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1386 @samp{-I} in @code{etags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1387
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1388 @item ignore-init-file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1389 @samp{-f} in Oleo.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1390
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1391 @item ignore-interrupts
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1392 @samp{-i} in @code{tee}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1393
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1394 @item ignore-matching-lines
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1395 @samp{-I} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1396
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1397 @item ignore-space-change
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1398 @samp{-b} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1399
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1400 @item ignore-zeros
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1401 @samp{-i} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1402
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1403 @item include
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1404 @samp{-i} in @code{etags};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1405 @samp{-I} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1406
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1407 @item include-dir
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1408 @samp{-I} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1409
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1410 @item incremental
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1411 @samp{-G} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1412
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1413 @item info
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1414 @samp{-i}, @samp{-l}, and @samp{-m} in Finger.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1415
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1416 @item init-file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1417 In some programs, specify the name of the file to read as the user's
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1418 init file.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1419
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1420 @item initial
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1421 @samp{-i} in @code{expand}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1422
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1423 @item initial-tab
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1424 @samp{-T} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1425
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1426 @item inode
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1427 @samp{-i} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1428
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1429 @item interactive
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1430 @samp{-i} in @code{cp}, @code{ln}, @code{mv}, @code{rm};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1431 @samp{-e} in @code{m4};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1432 @samp{-p} in @code{xargs};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1433 @samp{-w} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1434
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1435 @item intermix-type
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1436 @samp{-p} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1437
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1438 @item iso-8601
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1439 Used in @code{date}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1440
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1441 @item jobs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1442 @samp{-j} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1443
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1444 @item just-print
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1445 @samp{-n} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1446
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1447 @item keep-going
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1448 @samp{-k} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1449
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1450 @item keep-files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1451 @samp{-k} in @code{csplit}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1452
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1453 @item kilobytes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1454 @samp{-k} in @code{du} and @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1455
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1456 @item language
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1457 @samp{-l} in @code{etags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1458
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1459 @item less-mode
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1460 @samp{-l} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1461
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1462 @item level-for-gzip
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1463 @samp{-g} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1464
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1465 @item line-bytes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1466 @samp{-C} in @code{split}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1467
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1468 @item lines
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1469 Used in @code{split}, @code{head}, and @code{tail}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1470
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1471 @item link
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1472 @samp{-l} in @code{cpio}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1473
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1474 @item lint
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1475 @itemx lint-old
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1476 Used in @code{gawk}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1477
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1478 @item list
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1479 @samp{-t} in @code{cpio};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1480 @samp{-l} in @code{recode}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1481
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1482 @item list
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1483 @samp{-t} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1484
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1485 @item literal
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1486 @samp{-N} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1487
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1488 @item load-average
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1489 @samp{-l} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1490
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1491 @item login
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1492 Used in @code{su}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1493
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1494 @item machine
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1495 No listing of which programs already use this;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1496 someone should check to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1497 see if any actually do, and tell @email{gnu@@gnu.org}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1498
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1499 @item macro-name
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1500 @samp{-M} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1501
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1502 @item mail
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1503 @samp{-m} in @code{hello} and @code{uname}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1504
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1505 @item make-directories
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1506 @samp{-d} in @code{cpio}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1507
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1508 @item makefile
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1509 @samp{-f} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1510
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1511 @item mapped
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1512 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1513
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1514 @item max-args
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1515 @samp{-n} in @code{xargs}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1516
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1517 @item max-chars
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1518 @samp{-n} in @code{xargs}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1519
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1520 @item max-lines
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1521 @samp{-l} in @code{xargs}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1522
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1523 @item max-load
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1524 @samp{-l} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1525
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1526 @item max-procs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1527 @samp{-P} in @code{xargs}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1528
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1529 @item mesg
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1530 @samp{-T} in @code{who}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1531
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1532 @item message
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1533 @samp{-T} in @code{who}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1534
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1535 @item minimal
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1536 @samp{-d} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1537
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1538 @item mixed-uuencode
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1539 @samp{-M} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1540
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1541 @item mode
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1542 @samp{-m} in @code{install}, @code{mkdir}, and @code{mkfifo}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1543
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1544 @item modification-time
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1545 @samp{-m} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1546
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1547 @item multi-volume
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1548 @samp{-M} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1549
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1550 @item name-prefix
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1551 @samp{-a} in Bison.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1552
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1553 @item nesting-limit
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1554 @samp{-L} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1555
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1556 @item net-headers
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1557 @samp{-a} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1558
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1559 @item new-file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1560 @samp{-W} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1561
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1562 @item no-builtin-rules
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1563 @samp{-r} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1564
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1565 @item no-character-count
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1566 @samp{-w} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1567
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1568 @item no-check-existing
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1569 @samp{-x} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1570
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1571 @item no-common
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1572 @samp{-3} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1573
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1574 @item no-create
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1575 @samp{-c} in @code{touch}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1576
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1577 @item no-defines
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1578 @samp{-D} in @code{etags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1579
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1580 @item no-deleted
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1581 @samp{-1} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1582
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1583 @item no-dereference
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1584 @samp{-d} in @code{cp}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1585
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1586 @item no-inserted
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1587 @samp{-2} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1588
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1589 @item no-keep-going
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1590 @samp{-S} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1591
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1592 @item no-lines
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1593 @samp{-l} in Bison.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1594
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1595 @item no-piping
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1596 @samp{-P} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1597
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1598 @item no-prof
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1599 @samp{-e} in @code{gprof}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1600
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1601 @item no-regex
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1602 @samp{-R} in @code{etags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1603
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1604 @item no-sort
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1605 @samp{-p} in @code{nm}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1606
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1607 @item no-splash
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1608 Don't print a startup splash screen.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1609
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1610 @item no-split
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1611 Used in @code{makeinfo}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1612
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1613 @item no-static
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1614 @samp{-a} in @code{gprof}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1615
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1616 @item no-time
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1617 @samp{-E} in @code{gprof}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1618
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1619 @item no-timestamp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1620 @samp{-m} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1621
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1622 @item no-validate
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1623 Used in @code{makeinfo}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1624
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1625 @item no-wait
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1626 Used in @code{emacsclient}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1627
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1628 @item no-warn
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1629 Used in various programs to inhibit warnings.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1630
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1631 @item node
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1632 @samp{-n} in @code{info}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1633
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1634 @item nodename
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1635 @samp{-n} in @code{uname}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1636
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1637 @item nonmatching
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1638 @samp{-f} in @code{cpio}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1639
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1640 @item nstuff
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1641 @samp{-n} in @code{objdump}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1642
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1643 @item null
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1644 @samp{-0} in @code{xargs}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1645
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1646 @item number
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1647 @samp{-n} in @code{cat}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1648
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1649 @item number-nonblank
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1650 @samp{-b} in @code{cat}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1651
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1652 @item numeric-sort
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1653 @samp{-n} in @code{nm}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1654
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1655 @item numeric-uid-gid
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1656 @samp{-n} in @code{cpio} and @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1657
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1658 @item nx
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1659 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1660
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1661 @item old-archive
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1662 @samp{-o} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1663
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1664 @item old-file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1665 @samp{-o} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1666
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1667 @item one-file-system
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1668 @samp{-l} in @code{tar}, @code{cp}, and @code{du}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1669
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1670 @item only-file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1671 @samp{-o} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1672
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1673 @item only-prof
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1674 @samp{-f} in @code{gprof}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1675
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1676 @item only-time
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1677 @samp{-F} in @code{gprof}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1678
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1679 @item options
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1680 @samp{-o} in @code{getopt}, @code{fdlist}, @code{fdmount},
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1681 @code{fdmountd}, and @code{fdumount}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1682
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1683 @item output
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1684 In various programs, specify the output file name.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1685
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1686 @item output-prefix
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1687 @samp{-o} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1688
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1689 @item override
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1690 @samp{-o} in @code{rm}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1691
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1692 @item overwrite
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1693 @samp{-c} in @code{unshar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1694
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1695 @item owner
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1696 @samp{-o} in @code{install}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1697
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1698 @item paginate
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1699 @samp{-l} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1700
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1701 @item paragraph-indent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1702 Used in @code{makeinfo}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1703
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1704 @item parents
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1705 @samp{-p} in @code{mkdir} and @code{rmdir}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1706
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1707 @item pass-all
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1708 @samp{-p} in @code{ul}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1709
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1710 @item pass-through
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1711 @samp{-p} in @code{cpio}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1712
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1713 @item port
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1714 @samp{-P} in @code{finger}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1715
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1716 @item portability
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1717 @samp{-c} in @code{cpio} and @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1718
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1719 @item posix
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1720 Used in @code{gawk}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1721
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1722 @item prefix-builtins
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1723 @samp{-P} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1724
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1725 @item prefix
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1726 @samp{-f} in @code{csplit}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1727
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1728 @item preserve
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1729 Used in @code{tar} and @code{cp}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1730
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1731 @item preserve-environment
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1732 @samp{-p} in @code{su}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1733
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1734 @item preserve-modification-time
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1735 @samp{-m} in @code{cpio}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1736
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1737 @item preserve-order
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1738 @samp{-s} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1739
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1740 @item preserve-permissions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1741 @samp{-p} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1742
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1743 @item print
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1744 @samp{-l} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1745
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1746 @item print-chars
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1747 @samp{-L} in @code{cmp}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1748
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1749 @item print-data-base
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1750 @samp{-p} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1751
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1752 @item print-directory
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1753 @samp{-w} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1754
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1755 @item print-file-name
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1756 @samp{-o} in @code{nm}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1757
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1758 @item print-symdefs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1759 @samp{-s} in @code{nm}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1760
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1761 @item printer
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1762 @samp{-p} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1763
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1764 @item prompt
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1765 @samp{-p} in @code{ed}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1766
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1767 @item proxy
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1768 Specify an HTTP proxy.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1769
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1770 @item query-user
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1771 @samp{-X} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1772
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1773 @item question
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1774 @samp{-q} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1775
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1776 @item quiet
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1777 Used in many programs to inhibit the usual output. Every
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1778 program accepting @samp{--quiet} should accept @samp{--silent} as a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1779 synonym.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1780
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1781 @item quiet-unshar
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1782 @samp{-Q} in @code{shar}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1783
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1784 @item quote-name
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1785 @samp{-Q} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1786
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1787 @item rcs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1788 @samp{-n} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1789
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1790 @item re-interval
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1791 Used in @code{gawk}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1792
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1793 @item read-full-blocks
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1794 @samp{-B} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1795
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1796 @item readnow
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1797 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1798
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1799 @item recon
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1800 @samp{-n} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1801
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1802 @item record-number
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1803 @samp{-R} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1804
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1805 @item recursive
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1806 Used in @code{chgrp}, @code{chown}, @code{cp}, @code{ls}, @code{diff},
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1807 and @code{rm}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1808
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1809 @item reference-limit
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1810 Used in @code{makeinfo}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1811
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1812 @item references
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1813 @samp{-r} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1814
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1815 @item regex
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1816 @samp{-r} in @code{tac} and @code{etags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1817
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1818 @item release
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1819 @samp{-r} in @code{uname}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1820
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1821 @item reload-state
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1822 @samp{-R} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1823
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1824 @item relocation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1825 @samp{-r} in @code{objdump}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1826
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1827 @item rename
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1828 @samp{-r} in @code{cpio}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1829
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1830 @item replace
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1831 @samp{-i} in @code{xargs}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1832
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1833 @item report-identical-files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1834 @samp{-s} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1835
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1836 @item reset-access-time
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1837 @samp{-a} in @code{cpio}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1838
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1839 @item reverse
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1840 @samp{-r} in @code{ls} and @code{nm}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1841
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1842 @item reversed-ed
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1843 @samp{-f} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1844
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1845 @item right-side-defs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1846 @samp{-R} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1847
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1848 @item same-order
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1849 @samp{-s} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1850
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1851 @item same-permissions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1852 @samp{-p} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1853
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1854 @item save
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1855 @samp{-g} in @code{stty}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1856
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1857 @item se
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1858 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1859
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1860 @item sentence-regexp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1861 @samp{-S} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1862
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1863 @item separate-dirs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1864 @samp{-S} in @code{du}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1865
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1866 @item separator
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1867 @samp{-s} in @code{tac}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1868
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1869 @item sequence
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1870 Used by @code{recode} to chose files or pipes for sequencing passes.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1871
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1872 @item shell
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1873 @samp{-s} in @code{su}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1874
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1875 @item show-all
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1876 @samp{-A} in @code{cat}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1877
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1878 @item show-c-function
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1879 @samp{-p} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1880
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1881 @item show-ends
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1882 @samp{-E} in @code{cat}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1883
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1884 @item show-function-line
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1885 @samp{-F} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1886
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1887 @item show-tabs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1888 @samp{-T} in @code{cat}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1889
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1890 @item silent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1891 Used in many programs to inhibit the usual output.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1892 Every program accepting
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1893 @samp{--silent} should accept @samp{--quiet} as a synonym.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1894
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1895 @item size
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1896 @samp{-s} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1897
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1898 @item socket
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1899 Specify a file descriptor for a network server to use for its socket,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1900 instead of opening and binding a new socket. This provides a way to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1901 run, in a nonpriveledged process, a server that normally needs a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1902 reserved port number.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1903
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1904 @item sort
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1905 Used in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1906
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1907 @item source
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1908 @samp{-W source} in @code{gawk}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1909
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1910 @item sparse
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1911 @samp{-S} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1912
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1913 @item speed-large-files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1914 @samp{-H} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1915
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1916 @item split-at
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1917 @samp{-E} in @code{unshar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1918
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1919 @item split-size-limit
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1920 @samp{-L} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1921
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1922 @item squeeze-blank
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1923 @samp{-s} in @code{cat}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1924
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1925 @item start-delete
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1926 @samp{-w} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1927
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1928 @item start-insert
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1929 @samp{-y} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1930
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1931 @item starting-file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1932 Used in @code{tar} and @code{diff} to specify which file within
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1933 a directory to start processing with.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1934
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1935 @item statistics
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1936 @samp{-s} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1937
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1938 @item stdin-file-list
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1939 @samp{-S} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1940
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1941 @item stop
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1942 @samp{-S} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1943
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1944 @item strict
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1945 @samp{-s} in @code{recode}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1946
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1947 @item strip
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1948 @samp{-s} in @code{install}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1949
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1950 @item strip-all
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1951 @samp{-s} in @code{strip}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1952
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1953 @item strip-debug
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1954 @samp{-S} in @code{strip}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1955
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1956 @item submitter
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1957 @samp{-s} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1959 @item suffix
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1960 @samp{-S} in @code{cp}, @code{ln}, @code{mv}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1961
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1962 @item suffix-format
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1963 @samp{-b} in @code{csplit}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1964
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1965 @item sum
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1966 @samp{-s} in @code{gprof}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1967
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1968 @item summarize
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1969 @samp{-s} in @code{du}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1970
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1971 @item symbolic
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1972 @samp{-s} in @code{ln}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1973
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1974 @item symbols
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1975 Used in GDB and @code{objdump}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1976
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1977 @item synclines
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1978 @samp{-s} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1979
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1980 @item sysname
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1981 @samp{-s} in @code{uname}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1982
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1983 @item tabs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1984 @samp{-t} in @code{expand} and @code{unexpand}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1985
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1986 @item tabsize
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1987 @samp{-T} in @code{ls}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1988
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1989 @item terminal
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1990 @samp{-T} in @code{tput} and @code{ul}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1991 @samp{-t} in @code{wdiff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1992
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1993 @item text
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1994 @samp{-a} in @code{diff}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1995
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1996 @item text-files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1997 @samp{-T} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1998
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
1999 @item time
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2000 Used in @code{ls} and @code{touch}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2001
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2002 @item timeout
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2003 Specify how long to wait before giving up on some operation.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2004
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2005 @item to-stdout
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2006 @samp{-O} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2007
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2008 @item total
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2009 @samp{-c} in @code{du}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2010
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2011 @item touch
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2012 @samp{-t} in Make, @code{ranlib}, and @code{recode}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2013
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2014 @item trace
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2015 @samp{-t} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2016
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2017 @item traditional
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2018 @samp{-t} in @code{hello};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2019 @samp{-W traditional} in @code{gawk};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2020 @samp{-G} in @code{ed}, @code{m4}, and @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2021
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2022 @item tty
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2023 Used in GDB.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2024
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2025 @item typedefs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2026 @samp{-t} in @code{ctags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2027
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2028 @item typedefs-and-c++
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2029 @samp{-T} in @code{ctags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2030
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2031 @item typeset-mode
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2032 @samp{-t} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2033
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2034 @item uncompress
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2035 @samp{-z} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2036
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2037 @item unconditional
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2038 @samp{-u} in @code{cpio}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2039
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2040 @item undefine
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2041 @samp{-U} in @code{m4}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2042
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2043 @item undefined-only
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2044 @samp{-u} in @code{nm}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2045
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2046 @item update
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2047 @samp{-u} in @code{cp}, @code{ctags}, @code{mv}, @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2048
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2049 @item usage
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2050 Used in @code{gawk}; same as @samp{--help}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2051
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2052 @item uuencode
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2053 @samp{-B} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2054
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2055 @item vanilla-operation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2056 @samp{-V} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2057
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2058 @item verbose
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2059 Print more information about progress. Many programs support this.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2060
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2061 @item verify
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2062 @samp{-W} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2063
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2064 @item version
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2065 Print the version number.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2066
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2067 @item version-control
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2068 @samp{-V} in @code{cp}, @code{ln}, @code{mv}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2069
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2070 @item vgrind
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2071 @samp{-v} in @code{ctags}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2072
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2073 @item volume
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2074 @samp{-V} in @code{tar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2075
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2076 @item what-if
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2077 @samp{-W} in Make.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2078
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2079 @item whole-size-limit
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2080 @samp{-l} in @code{shar}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2081
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2082 @item width
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2083 @samp{-w} in @code{ls} and @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2084
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2085 @item word-regexp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2086 @samp{-W} in @code{ptx}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2087
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2088 @item writable
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2089 @samp{-T} in @code{who}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2090
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2091 @item zeros
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2092 @samp{-z} in @code{gprof}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2093 @end table
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2094
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2095 @node Memory Usage
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2096 @section Memory Usage
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2097 @cindex memory usage
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2098
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2099 If a program typically uses just a few meg of memory, don't bother making any
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2100 effort to reduce memory usage. For example, if it is impractical for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2101 other reasons to operate on files more than a few meg long, it is
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2102 reasonable to read entire input files into core to operate on them.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2103
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2104 However, for programs such as @code{cat} or @code{tail}, that can
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2105 usefully operate on very large files, it is important to avoid using a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2106 technique that would artificially limit the size of files it can handle.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2107 If a program works by lines and could be applied to arbitrary
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2108 user-supplied input files, it should keep only a line in memory, because
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2109 this is not very hard and users will want to be able to operate on input
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2110 files that are bigger than will fit in core all at once.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2111
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2112 If your program creates complicated data structures, just make them in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2113 core and give a fatal error if @code{malloc} returns zero.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2114
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2115 @node File Usage
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2116 @section File Usage
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2117 @cindex file usage
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2118
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2119 Programs should be prepared to operate when @file{/usr} and @file{/etc}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2120 are read-only file systems. Thus, if the program manages log files,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2121 lock files, backup files, score files, or any other files which are
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2122 modified for internal purposes, these files should not be stored in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2123 @file{/usr} or @file{/etc}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2124
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2125 There are two exceptions. @file{/etc} is used to store system
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2126 configuration information; it is reasonable for a program to modify
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2127 files in @file{/etc} when its job is to update the system configuration.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2128 Also, if the user explicitly asks to modify one file in a directory, it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2129 is reasonable for the program to store other files in the same
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2130 directory.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2131
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2132 @node Writing C
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2133 @chapter Making The Best Use of C
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2134
5301
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
2135 This chapter provides advice on how best to use the C language
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2136 when writing GNU software.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2137
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2138 @menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2139 * Formatting:: Formatting Your Source Code
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2140 * Comments:: Commenting Your Work
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2141 * Syntactic Conventions:: Clean Use of C Constructs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2142 * Names:: Naming Variables, Functions, and Files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2143 * System Portability:: Portability between different operating systems
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2144 * CPU Portability:: Supporting the range of CPU types
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2145 * System Functions:: Portability and ``standard'' library functions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2146 * Internationalization:: Techniques for internationalization
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2147 * Mmap:: How you can safely use @code{mmap}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2148 @end menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2149
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2150 @node Formatting
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2151 @section Formatting Your Source Code
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2152 @cindex formatting source code
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2153
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2154 @cindex open brace
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2155 @cindex braces, in C source
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2156 It is important to put the open-brace that starts the body of a C
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2157 function in column zero, and avoid putting any other open-brace or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2158 open-parenthesis or open-bracket in column zero. Several tools look
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2159 for open-braces in column zero to find the beginnings of C functions.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2160 These tools will not work on code not formatted that way.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2161
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2162 It is also important for function definitions to start the name of the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2163 function in column zero. This helps people to search for function
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2164 definitions, and may also help certain tools recognize them. Thus,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2165 the proper format is this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2166
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2167 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2168 static char *
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2169 concat (s1, s2) /* Name starts in column zero here */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2170 char *s1, *s2;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2171 @{ /* Open brace in column zero here */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2172 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2173 @}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2174 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2175
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2176 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2177 or, if you want to use Standard C syntax, format the definition like
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2178 this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2179
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2180 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2181 static char *
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2182 concat (char *s1, char *s2)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2183 @{
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2184 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2185 @}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2186 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2187
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2188 In Standard C, if the arguments don't fit nicely on one line,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2189 split it like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2190
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2191 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2192 int
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2193 lots_of_args (int an_integer, long a_long, short a_short,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2194 double a_double, float a_float)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2195 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2196 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2197
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2198 The rest of this section gives our recommendations for other aspects of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2199 C formatting style, which is also the default style of the @code{indent}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2200 program in version 1.2 and newer. It corresponds to the options
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2201
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2202 @smallexample
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2203 -nbad -bap -nbc -bbo -bl -bli2 -bls -ncdb -nce -cp1 -cs -di2
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2204 -ndj -nfc1 -nfca -hnl -i2 -ip5 -lp -pcs -psl -nsc -nsob
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2205 @end smallexample
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2206
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2207 We don't think of these recommendations as requirements, because it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2208 causes no problems for users if two different programs have different
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2209 formatting styles.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2210
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2211 But whatever style you use, please use it consistently, since a mixture
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2212 of styles within one program tends to look ugly. If you are
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2213 contributing changes to an existing program, please follow the style of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2214 that program.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2215
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2216 For the body of the function, our recommended style looks like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2217
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2218 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2219 if (x < foo (y, z))
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2220 haha = bar[4] + 5;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2221 else
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2222 @{
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2223 while (z)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2224 @{
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2225 haha += foo (z, z);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2226 z--;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2227 @}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2228 return ++x + bar ();
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2229 @}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2230 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2231
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2232 @cindex spaces before open-paren
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2233 We find it easier to read a program when it has spaces before the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2234 open-parentheses and after the commas. Especially after the commas.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2235
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2236 When you split an expression into multiple lines, split it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2237 before an operator, not after one. Here is the right way:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2238
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2239 @cindex expressions, splitting
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2240 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2241 if (foo_this_is_long && bar > win (x, y, z)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2242 && remaining_condition)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2243 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2244
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2245 Try to avoid having two operators of different precedence at the same
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2246 level of indentation. For example, don't write this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2247
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2248 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2249 mode = (inmode[j] == VOIDmode
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2250 || GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j])
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2251 ? outmode[j] : inmode[j]);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2252 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2253
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2254 Instead, use extra parentheses so that the indentation shows the nesting:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2255
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2256 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2257 mode = ((inmode[j] == VOIDmode
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2258 || (GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j])))
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2259 ? outmode[j] : inmode[j]);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2260 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2261
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2262 Insert extra parentheses so that Emacs will indent the code properly.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2263 For example, the following indentation looks nice if you do it by hand,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2264
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2265 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2266 v = rup->ru_utime.tv_sec*1000 + rup->ru_utime.tv_usec/1000
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2267 + rup->ru_stime.tv_sec*1000 + rup->ru_stime.tv_usec/1000;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2268 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2269
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2270 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2271 but Emacs would alter it. Adding a set of parentheses produces
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2272 something that looks equally nice, and which Emacs will preserve:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2273
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2274 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2275 v = (rup->ru_utime.tv_sec*1000 + rup->ru_utime.tv_usec/1000
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2276 + rup->ru_stime.tv_sec*1000 + rup->ru_stime.tv_usec/1000);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2277 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2278
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2279 Format do-while statements like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2280
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2281 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2282 do
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2283 @{
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2284 a = foo (a);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2285 @}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2286 while (a > 0);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2287 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2288
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2289 @cindex formfeed
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2290 @cindex control-L
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2291 Please use formfeed characters (control-L) to divide the program into
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2292 pages at logical places (but not within a function). It does not matter
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2293 just how long the pages are, since they do not have to fit on a printed
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2294 page. The formfeeds should appear alone on lines by themselves.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2295
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2296 @node Comments
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2297 @section Commenting Your Work
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2298 @cindex commenting
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2299
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2300 Every program should start with a comment saying briefly what it is for.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2301 Example: @samp{fmt - filter for simple filling of text}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2302
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2303 Please write the comments in a GNU program in English, because English
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2304 is the one language that nearly all programmers in all countries can
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2305 read. If you do not write English well, please write comments in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2306 English as well as you can, then ask other people to help rewrite them.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2307 If you can't write comments in English, please find someone to work with
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2308 you and translate your comments into English.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2309
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2310 Please put a comment on each function saying what the function does,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2311 what sorts of arguments it gets, and what the possible values of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2312 arguments mean and are used for. It is not necessary to duplicate in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2313 words the meaning of the C argument declarations, if a C type is being
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2314 used in its customary fashion. If there is anything nonstandard about
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2315 its use (such as an argument of type @code{char *} which is really the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2316 address of the second character of a string, not the first), or any
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2317 possible values that would not work the way one would expect (such as,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2318 that strings containing newlines are not guaranteed to work), be sure
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2319 to say so.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2320
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2321 Also explain the significance of the return value, if there is one.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2322
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2323 Please put two spaces after the end of a sentence in your comments, so
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2324 that the Emacs sentence commands will work. Also, please write
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2325 complete sentences and capitalize the first word. If a lower-case
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2326 identifier comes at the beginning of a sentence, don't capitalize it!
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2327 Changing the spelling makes it a different identifier. If you don't
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2328 like starting a sentence with a lower case letter, write the sentence
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2329 differently (e.g., ``The identifier lower-case is @dots{}'').
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2330
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2331 The comment on a function is much clearer if you use the argument
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2332 names to speak about the argument values. The variable name itself
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2333 should be lower case, but write it in upper case when you are speaking
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2334 about the value rather than the variable itself. Thus, ``the inode
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2335 number NODE_NUM'' rather than ``an inode''.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2336
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2337 There is usually no purpose in restating the name of the function in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2338 the comment before it, because the reader can see that for himself.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2339 There might be an exception when the comment is so long that the function
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2340 itself would be off the bottom of the screen.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2341
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2342 There should be a comment on each static variable as well, like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2343
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2344 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2345 /* Nonzero means truncate lines in the display;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2346 zero means continue them. */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2347 int truncate_lines;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2348 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2349
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2350 @cindex conditionals, comments for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2351 @cindex @code{#endif}, commenting
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2352 Every @samp{#endif} should have a comment, except in the case of short
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2353 conditionals (just a few lines) that are not nested. The comment should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2354 state the condition of the conditional that is ending, @emph{including
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2355 its sense}. @samp{#else} should have a comment describing the condition
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2356 @emph{and sense} of the code that follows. For example:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2357
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2358 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2359 @group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2360 #ifdef foo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2361 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2362 #else /* not foo */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2363 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2364 #endif /* not foo */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2365 @end group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2366 @group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2367 #ifdef foo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2368 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2369 #endif /* foo */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2370 @end group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2371 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2372
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2373 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2374 but, by contrast, write the comments this way for a @samp{#ifndef}:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2375
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2376 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2377 @group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2378 #ifndef foo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2379 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2380 #else /* foo */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2381 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2382 #endif /* foo */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2383 @end group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2384 @group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2385 #ifndef foo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2386 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2387 #endif /* not foo */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2388 @end group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2389 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2390
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2391 @node Syntactic Conventions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2392 @section Clean Use of C Constructs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2393 @cindex syntactic conventions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2394
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2395 @cindex implicit @code{int}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2396 @cindex function argument, declaring
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2397 Please explicitly declare the types of all objects. For example, you
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2398 should explicitly declare all arguments to functions, and you should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2399 declare functions to return @code{int} rather than omitting the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2400 @code{int}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2401
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2402 @cindex compiler warnings
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2403 @cindex @samp{-Wall} compiler option
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2404 Some programmers like to use the GCC @samp{-Wall} option, and change the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2405 code whenever it issues a warning. If you want to do this, then do.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2406 Other programmers prefer not to use @samp{-Wall}, because it gives
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2407 warnings for valid and legitimate code which they do not want to change.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2408 If you want to do this, then do. The compiler should be your servant,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2409 not your master.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2410
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2411 Declarations of external functions and functions to appear later in the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2412 source file should all go in one place near the beginning of the file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2413 (somewhere before the first function definition in the file), or else
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2414 should go in a header file. Don't put @code{extern} declarations inside
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2415 functions.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2416
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2417 @cindex temporary variables
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2418 It used to be common practice to use the same local variables (with
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2419 names like @code{tem}) over and over for different values within one
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2420 function. Instead of doing this, it is better to declare a separate local
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2421 variable for each distinct purpose, and give it a name which is
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2422 meaningful. This not only makes programs easier to understand, it also
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2423 facilitates optimization by good compilers. You can also move the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2424 declaration of each local variable into the smallest scope that includes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2425 all its uses. This makes the program even cleaner.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2426
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2427 Don't use local variables or parameters that shadow global identifiers.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2428
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2429 @cindex multiple variables in a line
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2430 Don't declare multiple variables in one declaration that spans lines.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2431 Start a new declaration on each line, instead. For example, instead
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2432 of this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2433
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2434 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2435 @group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2436 int foo,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2437 bar;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2438 @end group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2439 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2440
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2441 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2442 write either this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2443
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2444 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2445 int foo, bar;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2446 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2447
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2448 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2449 or this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2450
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2451 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2452 int foo;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2453 int bar;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2454 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2455
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2456 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2457 (If they are global variables, each should have a comment preceding it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2458 anyway.)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2459
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2460 When you have an @code{if}-@code{else} statement nested in another
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2461 @code{if} statement, always put braces around the @code{if}-@code{else}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2462 Thus, never write like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2463
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2464 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2465 if (foo)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2466 if (bar)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2467 win ();
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2468 else
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2469 lose ();
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2470 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2471
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2472 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2473 always like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2474
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2475 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2476 if (foo)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2477 @{
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2478 if (bar)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2479 win ();
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2480 else
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2481 lose ();
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2482 @}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2483 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2484
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2485 If you have an @code{if} statement nested inside of an @code{else}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2486 statement, either write @code{else if} on one line, like this,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2487
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2488 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2489 if (foo)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2490 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2491 else if (bar)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2492 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2493 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2494
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2495 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2496 with its @code{then}-part indented like the preceding @code{then}-part,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2497 or write the nested @code{if} within braces like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2498
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2499 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2500 if (foo)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2501 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2502 else
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2503 @{
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2504 if (bar)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2505 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2506 @}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2507 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2508
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2509 Don't declare both a structure tag and variables or typedefs in the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2510 same declaration. Instead, declare the structure tag separately
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2511 and then use it to declare the variables or typedefs.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2512
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2513 Try to avoid assignments inside @code{if}-conditions. For example,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2514 don't write this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2515
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2516 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2517 if ((foo = (char *) malloc (sizeof *foo)) == 0)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2518 fatal ("virtual memory exhausted");
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2519 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2520
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2521 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2522 instead, write this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2523
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2524 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2525 foo = (char *) malloc (sizeof *foo);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2526 if (foo == 0)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2527 fatal ("virtual memory exhausted");
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2528 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2529
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2530 @pindex lint
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2531 Don't make the program ugly to placate @code{lint}. Please don't insert any
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2532 casts to @code{void}. Zero without a cast is perfectly fine as a null
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2533 pointer constant, except when calling a varargs function.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2534
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2535 @node Names
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2536 @section Naming Variables, Functions, and Files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2537
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2538 @cindex names of variables, functions, and files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2539 The names of global variables and functions in a program serve as
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2540 comments of a sort. So don't choose terse names---instead, look for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2541 names that give useful information about the meaning of the variable or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2542 function. In a GNU program, names should be English, like other
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2543 comments.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2544
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2545 Local variable names can be shorter, because they are used only within
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2546 one context, where (presumably) comments explain their purpose.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2547
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2548 Try to limit your use of abbreviations in symbol names. It is ok to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2549 make a few abbreviations, explain what they mean, and then use them
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2550 frequently, but don't use lots of obscure abbreviations.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2551
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2552 Please use underscores to separate words in a name, so that the Emacs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2553 word commands can be useful within them. Stick to lower case; reserve
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2554 upper case for macros and @code{enum} constants, and for name-prefixes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2555 that follow a uniform convention.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2556
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2557 For example, you should use names like @code{ignore_space_change_flag};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2558 don't use names like @code{iCantReadThis}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2559
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2560 Variables that indicate whether command-line options have been
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2561 specified should be named after the meaning of the option, not after
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2562 the option-letter. A comment should state both the exact meaning of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2563 the option and its letter. For example,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2564
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2565 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2566 @group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2567 /* Ignore changes in horizontal whitespace (-b). */
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2568 int ignore_space_change_flag;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2569 @end group
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2570 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2571
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2572 When you want to define names with constant integer values, use
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2573 @code{enum} rather than @samp{#define}. GDB knows about enumeration
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2574 constants.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2575
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2576 @cindex file-name limitations
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2577 @pindex doschk
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2578 You might want to make sure that none of the file names would conflict
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2579 the files were loaded onto an MS-DOS file system which shortens the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2580 names. You can use the program @code{doschk} to test for this.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2581
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2582 Some GNU programs were designed to limit themselves to file names of 14
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2583 characters or less, to avoid file name conflicts if they are read into
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2584 older System V systems. Please preserve this feature in the existing
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2585 GNU programs that have it, but there is no need to do this in new GNU
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2586 programs. @code{doschk} also reports file names longer than 14
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2587 characters.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2588
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2589 @node System Portability
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2590 @section Portability between System Types
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2591 @cindex portability, between system types
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2592
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2593 In the Unix world, ``portability'' refers to porting to different Unix
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2594 versions. For a GNU program, this kind of portability is desirable, but
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2595 not paramount.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2596
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2597 The primary purpose of GNU software is to run on top of the GNU kernel,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2598 compiled with the GNU C compiler, on various types of @sc{cpu}. So the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2599 kinds of portability that are absolutely necessary are quite limited.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2600 But it is important to support Linux-based GNU systems, since they
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2601 are the form of GNU that is popular.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2602
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2603 Beyond that, it is good to support the other free operating systems
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2604 (*BSD), and it is nice to support other Unix-like systems if you want
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2605 to. Supporting a variety of Unix-like systems is desirable, although
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2606 not paramount. It is usually not too hard, so you may as well do it.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2607 But you don't have to consider it an obligation, if it does turn out to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2608 be hard.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2609
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2610 @pindex autoconf
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2611 The easiest way to achieve portability to most Unix-like systems is to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2612 use Autoconf. It's unlikely that your program needs to know more
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2613 information about the host platform than Autoconf can provide, simply
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2614 because most of the programs that need such knowledge have already been
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2615 written.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2616
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2617 Avoid using the format of semi-internal data bases (e.g., directories)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2618 when there is a higher-level alternative (@code{readdir}).
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2619
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2620 @cindex non-@sc{posix} systems, and portability
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2621 As for systems that are not like Unix, such as MSDOS, Windows, the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2622 Macintosh, VMS, and MVS, supporting them is often a lot of work. When
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2623 that is the case, it is better to spend your time adding features that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2624 will be useful on GNU and GNU/Linux, rather than on supporting other
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2625 incompatible systems.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2626
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2627 If you do support Windows, please do not abbreviate it as ``win''. In
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2628 hacker terminology, calling something a ``win'' is a form of praise.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2629 You're free to praise Microsoft Windows on your own if you want, but
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2630 please don't do this in GNU packages. Instead of abbreviating
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2631 ``Windows'' to ``un'', you can write it in full or abbreviate it to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2632 ``woe'' or ``w''. In GNU Emacs, for instance, we use @samp{w32} in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2633 file names of Windows-specific files, but the macro for Windows
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2634 conditionals is called @code{WINDOWSNT}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2635
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2636 It is a good idea to define the ``feature test macro''
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2637 @code{_GNU_SOURCE} when compiling your C files. When you compile on GNU
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2638 or GNU/Linux, this will enable the declarations of GNU library extension
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2639 functions, and that will usually give you a compiler error message if
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2640 you define the same function names in some other way in your program.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2641 (You don't have to actually @emph{use} these functions, if you prefer
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2642 to make the program more portable to other systems.)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2643
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2644 But whether or not you use these GNU extensions, you should avoid
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2645 using their names for any other meanings. Doing so would make it hard
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2646 to move your code into other GNU programs.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2647
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2648 @node CPU Portability
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2649 @section Portability between @sc{cpu}s
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2650
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2651 @cindex data types, and portability
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2652 @cindex portability, and data types
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2653 Even GNU systems will differ because of differences among @sc{cpu}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2654 types---for example, difference in byte ordering and alignment
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2655 requirements. It is absolutely essential to handle these differences.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2656 However, don't make any effort to cater to the possibility that an
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2657 @code{int} will be less than 32 bits. We don't support 16-bit machines
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2658 in GNU.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2659
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2660 Similarly, don't make any effort to cater to the possibility that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2661 @code{long} will be smaller than predefined types like @code{size_t}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2662 For example, the following code is ok:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2663
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2664 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2665 printf ("size = %lu\n", (unsigned long) sizeof array);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2666 printf ("diff = %ld\n", (long) (pointer2 - pointer1));
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2667 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2668
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2669 1989 Standard C requires this to work, and we know of only one
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2670 counterexample: 64-bit programs on Microsoft Windows IA-64. We will
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2671 leave it to those who want to port GNU programs to that environment
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2672 to figure out how to do it.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2673
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2674 Predefined file-size types like @code{off_t} are an exception: they are
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2675 longer than @code{long} on many platforms, so code like the above won't
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2676 work with them. One way to print an @code{off_t} value portably is to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2677 print its digits yourself, one by one.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2678
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2679 Don't assume that the address of an @code{int} object is also the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2680 address of its least-significant byte. This is false on big-endian
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2681 machines. Thus, don't make the following mistake:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2682
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2683 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2684 int c;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2685 @dots{}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2686 while ((c = getchar()) != EOF)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2687 write(file_descriptor, &c, 1);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2688 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2689
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2690 When calling functions, you need not worry about the difference between
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2691 pointers of various types, or between pointers and integers. On most
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2692 machines, there's no difference anyway. As for the few machines where
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2693 there is a difference, all of them support Standard C prototypes, so you can
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2694 use prototypes (perhaps conditionalized to be active only in Standard C)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2695 to make the code work on those systems.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2696
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2697 In certain cases, it is ok to pass integer and pointer arguments
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2698 indiscriminately to the same function, and use no prototype on any
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2699 system. For example, many GNU programs have error-reporting functions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2700 that pass their arguments along to @code{printf} and friends:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2701
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2702 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2703 error (s, a1, a2, a3)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2704 char *s;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2705 char *a1, *a2, *a3;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2706 @{
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2707 fprintf (stderr, "error: ");
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2708 fprintf (stderr, s, a1, a2, a3);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2709 @}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2710 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2711
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2712 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2713 In practice, this works on all machines, since a pointer is generally
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2714 the widest possible kind of argument; it is much simpler than any
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2715 ``correct'' alternative. Be sure @emph{not} to use a prototype for such
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2716 functions.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2717
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2718 If you have decided to use Standard C, then you can instead define
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2719 @code{error} using @file{stdarg.h}, and pass the arguments along to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2720 @code{vfprintf}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2721
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2722 @cindex casting pointers to integers
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2723 Avoid casting pointers to integers if you can. Such casts greatly
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2724 reduce portability, and in most programs they are easy to avoid. In the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2725 cases where casting pointers to integers is essential---such as, a Lisp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2726 interpreter which stores type information as well as an address in one
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2727 word---you'll have to make explicit provisions to handle different word
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2728 sizes. You will also need to make provision for systems in which the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2729 normal range of addresses you can get from @code{malloc} starts far away
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2730 from zero.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2731
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2732 @node System Functions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2733 @section Calling System Functions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2734 @cindex library functions, and portability
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2735 @cindex portability, and library functions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2736
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2737 C implementations differ substantially. Standard C reduces but does
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2738 not eliminate the incompatibilities; meanwhile, many GNU packages still
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2739 support pre-standard compilers because this is not hard to do. This
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2740 chapter gives recommendations for how to use the more-or-less standard C
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2741 library functions to avoid unnecessary loss of portability.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2742
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2743 @itemize @bullet
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2744 @item
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2745 Don't use the return value of @code{sprintf}. It returns the number of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2746 characters written on some systems, but not on all systems.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2747
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2748 @item
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2749 Be aware that @code{vfprintf} is not always available.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2750
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2751 @item
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2752 @code{main} should be declared to return type @code{int}. It should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2753 terminate either by calling @code{exit} or by returning the integer
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2754 status code; make sure it cannot ever return an undefined value.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2755
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2756 @cindex declaration for system functions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2757 @item
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2758 Don't declare system functions explicitly.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2759
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2760 Almost any declaration for a system function is wrong on some system.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2761 To minimize conflicts, leave it to the system header files to declare
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2762 system functions. If the headers don't declare a function, let it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2763 remain undeclared.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2764
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2765 While it may seem unclean to use a function without declaring it, in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2766 practice this works fine for most system library functions on the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2767 systems where this really happens; thus, the disadvantage is only
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2768 theoretical. By contrast, actual declarations have frequently caused
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2769 actual conflicts.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2770
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2771 @item
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2772 If you must declare a system function, don't specify the argument types.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2773 Use an old-style declaration, not a Standard C prototype. The more you
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2774 specify about the function, the more likely a conflict.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2775
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2776 @item
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2777 In particular, don't unconditionally declare @code{malloc} or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2778 @code{realloc}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2779
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2780 Most GNU programs use those functions just once, in functions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2781 conventionally named @code{xmalloc} and @code{xrealloc}. These
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2782 functions call @code{malloc} and @code{realloc}, respectively, and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2783 check the results.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2784
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2785 Because @code{xmalloc} and @code{xrealloc} are defined in your program,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2786 you can declare them in other files without any risk of type conflict.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2787
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2788 On most systems, @code{int} is the same length as a pointer; thus, the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2789 calls to @code{malloc} and @code{realloc} work fine. For the few
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2790 exceptional systems (mostly 64-bit machines), you can use
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2791 @strong{conditionalized} declarations of @code{malloc} and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2792 @code{realloc}---or put these declarations in configuration files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2793 specific to those systems.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2794
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2795 @cindex string library functions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2796 @item
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2797 The string functions require special treatment. Some Unix systems have
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2798 a header file @file{string.h}; others have @file{strings.h}. Neither
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2799 file name is portable. There are two things you can do: use Autoconf to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2800 figure out which file to include, or don't include either file.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2801
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2802 @item
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2803 If you don't include either strings file, you can't get declarations for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2804 the string functions from the header file in the usual way.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2805
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2806 That causes less of a problem than you might think. The newer standard
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2807 string functions should be avoided anyway because many systems still
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2808 don't support them. The string functions you can use are these:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2809
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2810 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2811 strcpy strncpy strcat strncat
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2812 strlen strcmp strncmp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2813 strchr strrchr
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2814 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2815
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2816 The copy and concatenate functions work fine without a declaration as
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2817 long as you don't use their values. Using their values without a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2818 declaration fails on systems where the width of a pointer differs from
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2819 the width of @code{int}, and perhaps in other cases. It is trivial to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2820 avoid using their values, so do that.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2821
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2822 The compare functions and @code{strlen} work fine without a declaration
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2823 on most systems, possibly all the ones that GNU software runs on.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2824 You may find it necessary to declare them @strong{conditionally} on a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2825 few systems.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2826
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2827 The search functions must be declared to return @code{char *}. Luckily,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2828 there is no variation in the data type they return. But there is
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2829 variation in their names. Some systems give these functions the names
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2830 @code{index} and @code{rindex}; other systems use the names
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2831 @code{strchr} and @code{strrchr}. Some systems support both pairs of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2832 names, but neither pair works on all systems.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2833
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2834 You should pick a single pair of names and use it throughout your
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2835 program. (Nowadays, it is better to choose @code{strchr} and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2836 @code{strrchr} for new programs, since those are the standard
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2837 names.) Declare both of those names as functions returning @code{char
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2838 *}. On systems which don't support those names, define them as macros
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2839 in terms of the other pair. For example, here is what to put at the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2840 beginning of your file (or in a header) if you want to use the names
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2841 @code{strchr} and @code{strrchr} throughout:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2842
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2843 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2844 #ifndef HAVE_STRCHR
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2845 #define strchr index
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2846 #endif
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2847 #ifndef HAVE_STRRCHR
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2848 #define strrchr rindex
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2849 #endif
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2850
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2851 char *strchr ();
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2852 char *strrchr ();
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2853 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2854 @end itemize
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2855
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2856 Here we assume that @code{HAVE_STRCHR} and @code{HAVE_STRRCHR} are
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2857 macros defined in systems where the corresponding functions exist.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2858 One way to get them properly defined is to use Autoconf.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2859
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2860 @node Internationalization
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2861 @section Internationalization
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2862 @cindex internationalization
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2863
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2864 @pindex gettext
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2865 GNU has a library called GNU gettext that makes it easy to translate the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2866 messages in a program into various languages. You should use this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2867 library in every program. Use English for the messages as they appear
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2868 in the program, and let gettext provide the way to translate them into
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2869 other languages.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2870
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2871 Using GNU gettext involves putting a call to the @code{gettext} macro
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2872 around each string that might need translation---like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2873
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2874 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2875 printf (gettext ("Processing file `%s'..."));
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2876 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2877
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2878 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2879 This permits GNU gettext to replace the string @code{"Processing file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2880 `%s'..."} with a translated version.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2881
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2882 Once a program uses gettext, please make a point of writing calls to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2883 @code{gettext} when you add new strings that call for translation.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2884
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2885 Using GNU gettext in a package involves specifying a @dfn{text domain
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2886 name} for the package. The text domain name is used to separate the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2887 translations for this package from the translations for other packages.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2888 Normally, the text domain name should be the same as the name of the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2889 package---for example, @samp{fileutils} for the GNU file utilities.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2890
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2891 @cindex message text, and internationalization
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2892 To enable gettext to work well, avoid writing code that makes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2893 assumptions about the structure of words or sentences. When you want
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2894 the precise text of a sentence to vary depending on the data, use two or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2895 more alternative string constants each containing a complete sentences,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2896 rather than inserting conditionalized words or phrases into a single
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2897 sentence framework.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2898
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2899 Here is an example of what not to do:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2900
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2901 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2902 printf ("%d file%s processed", nfiles,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2903 nfiles != 1 ? "s" : "");
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2904 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2905
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2906 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2907 The problem with that example is that it assumes that plurals are made
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2908 by adding `s'. If you apply gettext to the format string, like this,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2909
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2910 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2911 printf (gettext ("%d file%s processed"), nfiles,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2912 nfiles != 1 ? "s" : "");
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2913 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2914
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2915 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2916 the message can use different words, but it will still be forced to use
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2917 `s' for the plural. Here is a better way:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2918
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2919 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2920 printf ((nfiles != 1 ? "%d files processed"
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2921 : "%d file processed"),
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2922 nfiles);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2923 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2924
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2925 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2926 This way, you can apply gettext to each of the two strings
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2927 independently:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2928
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2929 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2930 printf ((nfiles != 1 ? gettext ("%d files processed")
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2931 : gettext ("%d file processed")),
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2932 nfiles);
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2933 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2934
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2935 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2936 This can be any method of forming the plural of the word for ``file'', and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2937 also handles languages that require agreement in the word for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2938 ``processed''.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2939
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2940 A similar problem appears at the level of sentence structure with this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2941 code:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2942
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2943 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2944 printf ("# Implicit rule search has%s been done.\n",
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2945 f->tried_implicit ? "" : " not");
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2946 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2947
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2948 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2949 Adding @code{gettext} calls to this code cannot give correct results for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2950 all languages, because negation in some languages requires adding words
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2951 at more than one place in the sentence. By contrast, adding
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2952 @code{gettext} calls does the job straightfowardly if the code starts
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2953 out like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2954
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2955 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2956 printf (f->tried_implicit
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2957 ? "# Implicit rule search has been done.\n",
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2958 : "# Implicit rule search has not been done.\n");
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2959 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2960
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2961 @node Mmap
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2962 @section Mmap
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2963 @findex mmap
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2964
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2965 Don't assume that @code{mmap} either works on all files or fails
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2966 for all files. It may work on some files and fail on others.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2967
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2968 The proper way to use @code{mmap} is to try it on the specific file for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2969 which you want to use it---and if @code{mmap} doesn't work, fall back on
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2970 doing the job in another way using @code{read} and @code{write}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2971
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2972 The reason this precaution is needed is that the GNU kernel (the HURD)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2973 provides a user-extensible file system, in which there can be many
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2974 different kinds of ``ordinary files.'' Many of them support
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2975 @code{mmap}, but some do not. It is important to make programs handle
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2976 all these kinds of files.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2977
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2978 @node Documentation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2979 @chapter Documenting Programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2980 @cindex documentation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2981
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2982 A GNU program should ideally come with full free documentation, adequate
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2983 for both reference and tutorial purposes. If the package can be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2984 programmed or extended, the documentation should cover programming or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2985 extending it, as well as just using it.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2986
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2987 @menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2988 * GNU Manuals:: Writing proper manuals.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2989 * Doc Strings and Manuals:: Compiling doc strings doesn't make a manual.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2990 * Manual Structure Details:: Specific structure conventions.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2991 * License for Manuals:: Writing the distribution terms for a manual.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2992 * Manual Credits:: Giving credit to documentation contributors.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2993 * Printed Manuals:: Mentioning the printed manual.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2994 * NEWS File:: NEWS files supplement manuals.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2995 * Change Logs:: Recording Changes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2996 * Man Pages:: Man pages are secondary.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2997 * Reading other Manuals:: How far you can go in learning
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2998 from other manuals.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
2999 @end menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3000
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3001 @node GNU Manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3002 @section GNU Manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3003
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3004 The preferred document format for the GNU system is the Texinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3005 formatting language. Every GNU package should (ideally) have
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3006 documentation in Texinfo both for reference and for learners. Texinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3007 makes it possible to produce a good quality formatted book, using
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3008 @TeX{}, and to generate an Info file. It is also possible to generate
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3009 HTML output from Texinfo source. See the Texinfo manual, either the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3010 hardcopy, or the on-line version available through @code{info} or the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3011 Emacs Info subsystem (@kbd{C-h i}).
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3012
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3013 Nowadays some other formats such as Docbook and Sgmltexi can be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3014 converted automatically into Texinfo. It is ok to produce the Texinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3015 documentation by conversion this way, as long as it gives good results.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3016
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3017 Programmers often find it most natural to structure the documentation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3018 following the structure of the implementation, which they know. But
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3019 this structure is not necessarily good for explaining how to use the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3020 program; it may be irrelevant and confusing for a user.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3021
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3022 At every level, from the sentences in a paragraph to the grouping of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3023 topics into separate manuals, the right way to structure documentation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3024 is according to the concepts and questions that a user will have in mind
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3025 when reading it. Sometimes this structure of ideas matches the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3026 structure of the implementation of the software being documented---but
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3027 often they are different. Often the most important part of learning to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3028 write good documentation is learning to notice when you are structuring
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3029 the documentation like the implementation, and think about better
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3030 alternatives.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3031
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3032 For example, each program in the GNU system probably ought to be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3033 documented in one manual; but this does not mean each program should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3034 have its own manual. That would be following the structure of the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3035 implementation, rather than the structure that helps the user
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3036 understand.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3037
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3038 Instead, each manual should cover a coherent @emph{topic}. For example,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3039 instead of a manual for @code{diff} and a manual for @code{diff3}, we
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3040 have one manual for ``comparison of files'' which covers both of those
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3041 programs, as well as @code{cmp}. By documenting these programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3042 together, we can make the whole subject clearer.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3043
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3044 The manual which discusses a program should certainly document all of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3045 the program's command-line options and all of its commands. It should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3046 give examples of their use. But don't organize the manual as a list
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3047 of features. Instead, organize it logically, by subtopics. Address
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3048 the questions that a user will ask when thinking about the job that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3049 the program does. Don't just tell the reader what each feature can
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3050 do---say what jobs it is good for, and show how to use it for those
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3051 jobs. Explain what is recommended usage, and what kinds of usage
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3052 users should avoid.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3053
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3054 In general, a GNU manual should serve both as tutorial and reference.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3055 It should be set up for convenient access to each topic through Info,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3056 and for reading straight through (appendixes aside). A GNU manual
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3057 should give a good introduction to a beginner reading through from the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3058 start, and should also provide all the details that hackers want.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3059 The Bison manual is a good example of this---please take a look at it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3060 to see what we mean.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3061
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3062 That is not as hard as it first sounds. Arrange each chapter as a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3063 logical breakdown of its topic, but order the sections, and write their
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3064 text, so that reading the chapter straight through makes sense. Do
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3065 likewise when structuring the book into chapters, and when structuring a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3066 section into paragraphs. The watchword is, @emph{at each point, address
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3067 the most fundamental and important issue raised by the preceding text.}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3068
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3069 If necessary, add extra chapters at the beginning of the manual which
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3070 are purely tutorial and cover the basics of the subject. These provide
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3071 the framework for a beginner to understand the rest of the manual. The
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3072 Bison manual provides a good example of how to do this.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3073
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3074 To serve as a reference, a manual should have an Index that list all the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3075 functions, variables, options, and important concepts that are part of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3076 the program. One combined Index should do for a short manual, but
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3077 sometimes for a complex package it is better to use multiple indices.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3078 The Texinfo manual includes advice on preparing good index entries, see
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3079 @ref{Index Entries, , Making Index Entries, texinfo, The GNU Texinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3080 Manual}, and see @ref{Indexing Commands, , Defining the Entries of an
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3081 Index, texinfo, The GNU Texinfo manual}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3082
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3083 Don't use Unix man pages as a model for how to write GNU documentation;
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3084 most of them are terse, badly structured, and give inadequate
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3085 explanation of the underlying concepts. (There are, of course, some
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3086 exceptions.) Also, Unix man pages use a particular format which is
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3087 different from what we use in GNU manuals.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3088
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3089 Please include an email address in the manual for where to report
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3090 bugs @emph{in the text of the manual}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3091
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3092 Please do not use the term ``pathname'' that is used in Unix
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3093 documentation; use ``file name'' (two words) instead. We use the term
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3094 ``path'' only for search paths, which are lists of directory names.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3095
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3096 Please do not use the term ``illegal'' to refer to erroneous input to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3097 a computer program. Please use ``invalid'' for this, and reserve the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3098 term ``illegal'' for activities prohibited by law.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3099
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3100 @node Doc Strings and Manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3101 @section Doc Strings and Manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3102
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3103 Some programming systems, such as Emacs, provide a documentation string
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3104 for each function, command or variable. You may be tempted to write a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3105 reference manual by compiling the documentation strings and writing a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3106 little additional text to go around them---but you must not do it. That
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3107 approach is a fundamental mistake. The text of well-written
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3108 documentation strings will be entirely wrong for a manual.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3109
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3110 A documentation string needs to stand alone---when it appears on the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3111 screen, there will be no other text to introduce or explain it.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3112 Meanwhile, it can be rather informal in style.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3113
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3114 The text describing a function or variable in a manual must not stand
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3115 alone; it appears in the context of a section or subsection. Other text
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3116 at the beginning of the section should explain some of the concepts, and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3117 should often make some general points that apply to several functions or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3118 variables. The previous descriptions of functions and variables in the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3119 section will also have given information about the topic. A description
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3120 written to stand alone would repeat some of that information; this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3121 redundance looks bad. Meanwhile, the informality that is acceptable in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3122 a documentation string is totally unacceptable in a manual.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3123
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3124 The only good way to use documentation strings in writing a good manual
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3125 is to use them as a source of information for writing good text.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3126
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3127 @node Manual Structure Details
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3128 @section Manual Structure Details
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3129 @cindex manual structure
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3130
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3131 The title page of the manual should state the version of the programs or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3132 packages documented in the manual. The Top node of the manual should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3133 also contain this information. If the manual is changing more
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3134 frequently than or independent of the program, also state a version
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3135 number for the manual in both of these places.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3136
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3137 Each program documented in the manual should have a node named
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3138 @samp{@var{program} Invocation} or @samp{Invoking @var{program}}. This
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3139 node (together with its subnodes, if any) should describe the program's
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3140 command line arguments and how to run it (the sort of information people
5301
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
3141 would look for in a man page). Start with an @samp{@@example}
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3142 containing a template for all the options and arguments that the program
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3143 uses.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3144
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3145 Alternatively, put a menu item in some menu whose item name fits one of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3146 the above patterns. This identifies the node which that item points to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3147 as the node for this purpose, regardless of the node's actual name.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3148
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3149 The @samp{--usage} feature of the Info reader looks for such a node
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3150 or menu item in order to find the relevant text, so it is essential
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3151 for every Texinfo file to have one.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3152
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3153 If one manual describes several programs, it should have such a node for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3154 each program described in the manual.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3155
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3156 @node License for Manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3157 @section License for Manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3158 @cindex license for manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3159
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3160 Please use the GNU Free Documentation License for all GNU manuals that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3161 are more than a few pages long. Likewise for a collection of short
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3162 documents---you only need one copy of the GNU FDL for the whole
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3163 collection. For a single short document, you can use a very permissive
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3164 non-copyleft license, to avoid taking up space with a long license.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3165
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3166 See @uref{http://www.gnu.org/copyleft/fdl-howto.html} for more explanation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3167 of how to employ the GFDL.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3168
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3169 Note that it is not obligatory to include a copy of the GNU GPL or GNU
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3170 LGPL in a manual whose license is neither the GPL nor the LGPL. It can
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3171 be a good idea to include the program's license in a large manual; in a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3172 short manual, whose size would be increased considerably by including
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3173 the program's license, it is probably better not to include it.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3174
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3175 @node Manual Credits
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3176 @section Manual Credits
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3177 @cindex credits for manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3178
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3179 Please credit the principal human writers of the manual as the authors,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3180 on the title page of the manual. If a company sponsored the work, thank
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3181 the company in a suitable place in the manual, but do not cite the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3182 company as an author.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3183
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3184 @node Printed Manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3185 @section Printed Manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3186
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3187 The FSF publishes some GNU manuals in printed form. To encourage sales
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3188 of these manuals, the on-line versions of the manual should mention at
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3189 the very start that the printed manual is available and should point at
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3190 information for getting it---for instance, with a link to the page
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3191 @url{http://www.gnu.org/order/order.html}. This should not be included
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3192 in the printed manual, though, because there it is redundant.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3193
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3194 It is also useful to explain in the on-line forms of the manual how the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3195 user can print out the manual from the sources.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3196
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3197 @node NEWS File
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3198 @section The NEWS File
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3199 @cindex @file{NEWS} file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3200
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3201 In addition to its manual, the package should have a file named
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3202 @file{NEWS} which contains a list of user-visible changes worth
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3203 mentioning. In each new release, add items to the front of the file and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3204 identify the version they pertain to. Don't discard old items; leave
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3205 them in the file after the newer items. This way, a user upgrading from
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3206 any previous version can see what is new.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3207
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3208 If the @file{NEWS} file gets very long, move some of the older items
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3209 into a file named @file{ONEWS} and put a note at the end referring the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3210 user to that file.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3211
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3212 @node Change Logs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3213 @section Change Logs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3214 @cindex change logs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3215
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3216 Keep a change log to describe all the changes made to program source
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3217 files. The purpose of this is so that people investigating bugs in the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3218 future will know about the changes that might have introduced the bug.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3219 Often a new bug can be found by looking at what was recently changed.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3220 More importantly, change logs can help you eliminate conceptual
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3221 inconsistencies between different parts of a program, by giving you a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3222 history of how the conflicting concepts arose and who they came from.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3223
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3224 @menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3225 * Change Log Concepts::
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3226 * Style of Change Logs::
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3227 * Simple Changes::
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3228 * Conditional Changes::
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3229 * Indicating the Part Changed::
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3230 @end menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3231
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3232 @node Change Log Concepts
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3233 @subsection Change Log Concepts
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3234
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3235 You can think of the change log as a conceptual ``undo list'' which
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3236 explains how earlier versions were different from the current version.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3237 People can see the current version; they don't need the change log
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3238 to tell them what is in it. What they want from a change log is a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3239 clear explanation of how the earlier version differed.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3240
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3241 The change log file is normally called @file{ChangeLog} and covers an
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3242 entire directory. Each directory can have its own change log, or a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3243 directory can use the change log of its parent directory--it's up to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3244 you.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3245
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3246 Another alternative is to record change log information with a version
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3247 control system such as RCS or CVS. This can be converted automatically
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3248 to a @file{ChangeLog} file using @code{rcs2log}; in Emacs, the command
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3249 @kbd{C-x v a} (@code{vc-update-change-log}) does the job.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3250
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3251 There's no need to describe the full purpose of the changes or how they
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3252 work together. If you think that a change calls for explanation, you're
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3253 probably right. Please do explain it---but please put the explanation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3254 in comments in the code, where people will see it whenever they see the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3255 code. For example, ``New function'' is enough for the change log when
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3256 you add a function, because there should be a comment before the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3257 function definition to explain what it does.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3258
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3259 In the past, we recommended not mentioning changes in non-software
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3260 files (manuals, help files, etc.) in change logs. However, we've been
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3261 advised that it is a good idea to include them, for the sake of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3262 copyright records.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3263
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3264 However, sometimes it is useful to write one line to describe the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3265 overall purpose of a batch of changes.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3266
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3267 The easiest way to add an entry to @file{ChangeLog} is with the Emacs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3268 command @kbd{M-x add-change-log-entry}. An entry should have an
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3269 asterisk, the name of the changed file, and then in parentheses the name
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3270 of the changed functions, variables or whatever, followed by a colon.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3271 Then describe the changes you made to that function or variable.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3272
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3273 @node Style of Change Logs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3274 @subsection Style of Change Logs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3275 @cindex change logs, style
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3276
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3277 Here are some simple examples of change log entries, starting with the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3278 header line that says who made the change and when it was installed,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3279 followed by descriptions of specific changes. (These examples are
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3280 drawn from Emacs and GCC.)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3281
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3282 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3283 1998-08-17 Richard Stallman <rms@@gnu.org>
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3284
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3285 * register.el (insert-register): Return nil.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3286 (jump-to-register): Likewise.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3287
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3288 * sort.el (sort-subr): Return nil.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3289
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3290 * tex-mode.el (tex-bibtex-file, tex-file, tex-region):
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3291 Restart the tex shell if process is gone or stopped.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3292 (tex-shell-running): New function.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3293
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3294 * expr.c (store_one_arg): Round size up for move_block_to_reg.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3295 (expand_call): Round up when emitting USE insns.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3296 * stmt.c (assign_parms): Round size up for move_block_from_reg.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3297 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3298
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3299 It's important to name the changed function or variable in full. Don't
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3300 abbreviate function or variable names, and don't combine them.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3301 Subsequent maintainers will often search for a function name to find all
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3302 the change log entries that pertain to it; if you abbreviate the name,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3303 they won't find it when they search.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3304
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3305 For example, some people are tempted to abbreviate groups of function
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3306 names by writing @samp{* register.el (@{insert,jump-to@}-register)};
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3307 this is not a good idea, since searching for @code{jump-to-register} or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3308 @code{insert-register} would not find that entry.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3309
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3310 Separate unrelated change log entries with blank lines. When two
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3311 entries represent parts of the same change, so that they work together,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3312 then don't put blank lines between them. Then you can omit the file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3313 name and the asterisk when successive entries are in the same file.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3314
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3315 Break long lists of function names by closing continued lines with
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3316 @samp{)}, rather than @samp{,}, and opening the continuation with
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3317 @samp{(} as in this example:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3318
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3319 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3320 * keyboard.c (menu_bar_items, tool_bar_items)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3321 (Fexecute_extended_command): Deal with `keymap' property.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3322 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3323
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3324 When you install someone else's changes, put the contributor's name in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3325 the change log entry rather than in the text of the entry. In other
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3326 words, write this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3327
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3328 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3329 2002-07-14 John Doe <jdoe@@gnu.org>
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3330
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3331 * sewing.c: Make it sew.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3332 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3333
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3334 @noindent
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3335 rather than this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3336
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3337 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3338 2002-07-14 Usual Maintainer <usual@@gnu.org>
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3339
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3340 * sewing.c: Make it sew. Patch by jdoe@@gnu.org.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3341 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3342
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3343 As for the date, that should be the date you applied the change.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3344
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3345 @node Simple Changes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3346 @subsection Simple Changes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3347
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3348 Certain simple kinds of changes don't need much detail in the change
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3349 log.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3350
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3351 When you change the calling sequence of a function in a simple fashion,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3352 and you change all the callers of the function to use the new calling
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3353 sequence, there is no need to make individual entries for all the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3354 callers that you changed. Just write in the entry for the function
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3355 being called, ``All callers changed''---like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3356
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3357 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3358 * keyboard.c (Fcommand_execute): New arg SPECIAL.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3359 All callers changed.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3360 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3361
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3362 When you change just comments or doc strings, it is enough to write an
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3363 entry for the file, without mentioning the functions. Just ``Doc
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3364 fixes'' is enough for the change log.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3365
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3366 There's no technical need to make change log entries for documentation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3367 files. This is because documentation is not susceptible to bugs that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3368 are hard to fix. Documentation does not consist of parts that must
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3369 interact in a precisely engineered fashion. To correct an error, you
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3370 need not know the history of the erroneous passage; it is enough to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3371 compare what the documentation says with the way the program actually
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3372 works.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3373
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3374 However, you should keep change logs for documentation files when the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3375 project gets copyright assignments from its contributors, so as to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3376 make the records of authorship more accurate.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3377
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3378 @node Conditional Changes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3379 @subsection Conditional Changes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3380 @cindex conditional changes, and change logs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3381 @cindex change logs, conditional changes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3382
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3383 C programs often contain compile-time @code{#if} conditionals. Many
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3384 changes are conditional; sometimes you add a new definition which is
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3385 entirely contained in a conditional. It is very useful to indicate in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3386 the change log the conditions for which the change applies.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3387
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3388 Our convention for indicating conditional changes is to use square
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3389 brackets around the name of the condition.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3390
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3391 Here is a simple example, describing a change which is conditional but
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3392 does not have a function or entity name associated with it:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3393
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3394 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3395 * xterm.c [SOLARIS2]: Include string.h.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3396 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3397
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3398 Here is an entry describing a new definition which is entirely
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3399 conditional. This new definition for the macro @code{FRAME_WINDOW_P} is
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3400 used only when @code{HAVE_X_WINDOWS} is defined:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3401
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3402 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3403 * frame.h [HAVE_X_WINDOWS] (FRAME_WINDOW_P): Macro defined.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3404 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3405
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3406 Here is an entry for a change within the function @code{init_display},
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3407 whose definition as a whole is unconditional, but the changes themselves
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3408 are contained in a @samp{#ifdef HAVE_LIBNCURSES} conditional:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3409
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3410 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3411 * dispnew.c (init_display) [HAVE_LIBNCURSES]: If X, call tgetent.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3412 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3413
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3414 Here is an entry for a change that takes affect only when
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3415 a certain macro is @emph{not} defined:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3416
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3417 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3418 (gethostname) [!HAVE_SOCKETS]: Replace with winsock version.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3419 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3420
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3421 @node Indicating the Part Changed
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3422 @subsection Indicating the Part Changed
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3423
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3424 Indicate the part of a function which changed by using angle brackets
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3425 enclosing an indication of what the changed part does. Here is an entry
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3426 for a change in the part of the function @code{sh-while-getopts} that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3427 deals with @code{sh} commands:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3428
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3429 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3430 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3431 user-specified option string is empty.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3432 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3433
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3434
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3435 @node Man Pages
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3436 @section Man Pages
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3437 @cindex man pages
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3438
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3439 In the GNU project, man pages are secondary. It is not necessary or
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3440 expected for every GNU program to have a man page, but some of them do.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3441 It's your choice whether to include a man page in your program.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3442
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3443 When you make this decision, consider that supporting a man page
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3444 requires continual effort each time the program is changed. The time
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3445 you spend on the man page is time taken away from more useful work.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3446
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3447 For a simple program which changes little, updating the man page may be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3448 a small job. Then there is little reason not to include a man page, if
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3449 you have one.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3450
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3451 For a large program that changes a great deal, updating a man page may
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3452 be a substantial burden. If a user offers to donate a man page, you may
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3453 find this gift costly to accept. It may be better to refuse the man
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3454 page unless the same person agrees to take full responsibility for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3455 maintaining it---so that you can wash your hands of it entirely. If
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3456 this volunteer later ceases to do the job, then don't feel obliged to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3457 pick it up yourself; it may be better to withdraw the man page from the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3458 distribution until someone else agrees to update it.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3459
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3460 When a program changes only a little, you may feel that the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3461 discrepancies are small enough that the man page remains useful without
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3462 updating. If so, put a prominent note near the beginning of the man
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3463 page explaining that you don't maintain it and that the Texinfo manual
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3464 is more authoritative. The note should say how to access the Texinfo
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3465 documentation.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3466
5301
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
3467 Finally, the GNU help2man program
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
3468 (@uref{http://www.gnu.org/software/help2man/}) is one way to automate
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
3469 generation of a man page, in this case from @option{--help} output.
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
3470 This is sufficient in many cases.
Karl Berry <karl@freefriends.org>
parents: 4958
diff changeset
3471
4958
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3472 @node Reading other Manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3473 @section Reading other Manuals
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3474
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3475 There may be non-free books or documentation files that describe the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3476 program you are documenting.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3477
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3478 It is ok to use these documents for reference, just as the author of a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3479 new algebra textbook can read other books on algebra. A large portion
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3480 of any non-fiction book consists of facts, in this case facts about how
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3481 a certain program works, and these facts are necessarily the same for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3482 everyone who writes about the subject. But be careful not to copy your
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3483 outline structure, wording, tables or examples from preexisting non-free
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3484 documentation. Copying from free documentation may be ok; please check
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3485 with the FSF about the individual case.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3486
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3487 @node Managing Releases
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3488 @chapter The Release Process
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3489 @cindex releasing
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3490
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3491 Making a release is more than just bundling up your source files in a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3492 tar file and putting it up for FTP. You should set up your software so
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3493 that it can be configured to run on a variety of systems. Your Makefile
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3494 should conform to the GNU standards described below, and your directory
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3495 layout should also conform to the standards discussed below. Doing so
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3496 makes it easy to include your package into the larger framework of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3497 all GNU software.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3498
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3499 @menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3500 * Configuration:: How Configuration Should Work
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3501 * Makefile Conventions:: Makefile Conventions
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3502 * Releases:: Making Releases
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3503 @end menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3504
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3505 @node Configuration
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3506 @section How Configuration Should Work
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3507 @cindex program configuration
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3508
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3509 @pindex configure
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3510 Each GNU distribution should come with a shell script named
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3511 @code{configure}. This script is given arguments which describe the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3512 kind of machine and system you want to compile the program for.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3513
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3514 The @code{configure} script must record the configuration options so
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3515 that they affect compilation.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3516
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3517 One way to do this is to make a link from a standard name such as
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3518 @file{config.h} to the proper configuration file for the chosen system.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3519 If you use this technique, the distribution should @emph{not} contain a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3520 file named @file{config.h}. This is so that people won't be able to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3521 build the program without configuring it first.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3522
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3523 Another thing that @code{configure} can do is to edit the Makefile. If
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3524 you do this, the distribution should @emph{not} contain a file named
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3525 @file{Makefile}. Instead, it should include a file @file{Makefile.in} which
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3526 contains the input used for editing. Once again, this is so that people
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3527 won't be able to build the program without configuring it first.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3528
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3529 If @code{configure} does write the @file{Makefile}, then @file{Makefile}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3530 should have a target named @file{Makefile} which causes @code{configure}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3531 to be rerun, setting up the same configuration that was set up last
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3532 time. The files that @code{configure} reads should be listed as
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3533 dependencies of @file{Makefile}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3534
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3535 All the files which are output from the @code{configure} script should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3536 have comments at the beginning explaining that they were generated
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3537 automatically using @code{configure}. This is so that users won't think
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3538 of trying to edit them by hand.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3539
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3540 The @code{configure} script should write a file named @file{config.status}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3541 which describes which configuration options were specified when the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3542 program was last configured. This file should be a shell script which,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3543 if run, will recreate the same configuration.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3544
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3545 The @code{configure} script should accept an option of the form
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3546 @samp{--srcdir=@var{dirname}} to specify the directory where sources are found
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3547 (if it is not the current directory). This makes it possible to build
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3548 the program in a separate directory, so that the actual source directory
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3549 is not modified.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3550
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3551 If the user does not specify @samp{--srcdir}, then @code{configure} should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3552 check both @file{.} and @file{..} to see if it can find the sources. If
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3553 it finds the sources in one of these places, it should use them from
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3554 there. Otherwise, it should report that it cannot find the sources, and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3555 should exit with nonzero status.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3556
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3557 Usually the easy way to support @samp{--srcdir} is by editing a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3558 definition of @code{VPATH} into the Makefile. Some rules may need to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3559 refer explicitly to the specified source directory. To make this
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3560 possible, @code{configure} can add to the Makefile a variable named
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3561 @code{srcdir} whose value is precisely the specified directory.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3562
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3563 The @code{configure} script should also take an argument which specifies the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3564 type of system to build the program for. This argument should look like
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3565 this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3566
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3567 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3568 @var{cpu}-@var{company}-@var{system}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3569 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3570
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3571 For example, an Athlon-based GNU/Linux system might be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3572 @samp{i686-pc-linux-gnu}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3573
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3574 The @code{configure} script needs to be able to decode all plausible
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3575 alternatives for how to describe a machine. Thus,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3576 @samp{athlon-pc-gnu/linux} would be a valid alias.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3577 There is a shell script called
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3578 @uref{ftp://ftp.gnu.org/gnu/config/config.sub, @file{config.sub}}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3579 that you can use
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3580 as a subroutine to validate system types and canonicalize aliases.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3581
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3582 The @code{configure} script should also take the option
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3583 @option{--build=@var{buildtype}}, which should be equivalent to a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3584 plain @var{buildtype} argument. For example, @samp{configure
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3585 --build=i686-pc-linux-gnu} is equivalent to @samp{configure
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3586 i686-pc-linux-gnu}. When the build type is not specified by an option
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3587 or argument, the @code{configure} script should normally guess it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3588 using the shell script
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3589 @uref{ftp://ftp.gnu.org/gnu/config/config.guess, @file{config.guess}}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3590
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3591 @cindex optional features, configure-time
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3592 Other options are permitted to specify in more detail the software
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3593 or hardware present on the machine, and include or exclude optional
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3594 parts of the package:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3595
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3596 @table @samp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3597 @item --enable-@var{feature}@r{[}=@var{parameter}@r{]}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3598 Configure the package to build and install an optional user-level
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3599 facility called @var{feature}. This allows users to choose which
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3600 optional features to include. Giving an optional @var{parameter} of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3601 @samp{no} should omit @var{feature}, if it is built by default.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3602
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3603 No @samp{--enable} option should @strong{ever} cause one feature to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3604 replace another. No @samp{--enable} option should ever substitute one
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3605 useful behavior for another useful behavior. The only proper use for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3606 @samp{--enable} is for questions of whether to build part of the program
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3607 or exclude it.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3608
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3609 @item --with-@var{package}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3610 @c @r{[}=@var{parameter}@r{]}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3611 The package @var{package} will be installed, so configure this package
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3612 to work with @var{package}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3613
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3614 @c Giving an optional @var{parameter} of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3615 @c @samp{no} should omit @var{package}, if it is used by default.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3616
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3617 Possible values of @var{package} include
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3618 @samp{gnu-as} (or @samp{gas}), @samp{gnu-ld}, @samp{gnu-libc},
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3619 @samp{gdb},
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3620 @samp{x},
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3621 and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3622 @samp{x-toolkit}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3623
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3624 Do not use a @samp{--with} option to specify the file name to use to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3625 find certain files. That is outside the scope of what @samp{--with}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3626 options are for.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3627 @end table
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3628
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3629 All @code{configure} scripts should accept all of these ``detail''
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3630 options, whether or not they make any difference to the particular
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3631 package at hand. In particular, they should accept any option that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3632 starts with @samp{--with-} or @samp{--enable-}. This is so users will
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3633 be able to configure an entire GNU source tree at once with a single set
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3634 of options.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3635
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3636 You will note that the categories @samp{--with-} and @samp{--enable-}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3637 are narrow: they @strong{do not} provide a place for any sort of option
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3638 you might think of. That is deliberate. We want to limit the possible
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3639 configuration options in GNU software. We do not want GNU programs to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3640 have idiosyncratic configuration options.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3641
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3642 Packages that perform part of the compilation process may support
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3643 cross-compilation. In such a case, the host and target machines for the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3644 program may be different.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3645
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3646 The @code{configure} script should normally treat the specified type of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3647 system as both the host and the target, thus producing a program which
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3648 works for the same type of machine that it runs on.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3649
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3650 To compile a program to run on a host type that differs from the build
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3651 type, use the configure option @option{--host=@var{hosttype}}, where
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3652 @var{hosttype} uses the same syntax as @var{buildtype}. The host type
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3653 normally defaults to the build type.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3654
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3655 To configure a cross-compiler, cross-assembler, or what have you, you
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3656 should specify a target different from the host, using the configure
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3657 option @samp{--target=@var{targettype}}. The syntax for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3658 @var{targettype} is the same as for the host type. So the command would
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3659 look like this:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3660
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3661 @example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3662 ./configure --host=@var{hosttype} --target=@var{targettype}
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3663 @end example
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3664
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3665 The target type normally defaults to the host type.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3666 Programs for which cross-operation is not meaningful need not accept the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3667 @samp{--target} option, because configuring an entire operating system for
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3668 cross-operation is not a meaningful operation.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3669
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3670 Some programs have ways of configuring themselves automatically. If
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3671 your program is set up to do this, your @code{configure} script can simply
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3672 ignore most of its arguments.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3673
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3674 @comment The makefile standards are in a separate file that is also
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3675 @comment included by make.texinfo. Done by roland@gnu.ai.mit.edu on 1/6/93.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3676 @comment For this document, turn chapters into sections, etc.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3677 @lowersections
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3678 @include make-stds.texi
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3679 @raisesections
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3680
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3681 @node Releases
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3682 @section Making Releases
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3683 @cindex packaging
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3684
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3685 You should identify each release with a pair of version numbers, a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3686 major version and a minor. We have no objection to using more than
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3687 two numbers, but it is very unlikely that you really need them.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3688
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3689 Package the distribution of @code{Foo version 69.96} up in a gzipped tar
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3690 file with the name @file{foo-69.96.tar.gz}. It should unpack into a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3691 subdirectory named @file{foo-69.96}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3692
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3693 Building and installing the program should never modify any of the files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3694 contained in the distribution. This means that all the files that form
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3695 part of the program in any way must be classified into @dfn{source
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3696 files} and @dfn{non-source files}. Source files are written by humans
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3697 and never changed automatically; non-source files are produced from
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3698 source files by programs under the control of the Makefile.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3699
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3700 @cindex @file{README} file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3701 The distribution should contain a file named @file{README} which gives
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3702 the name of the package, and a general description of what it does. It
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3703 is also good to explain the purpose of each of the first-level
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3704 subdirectories in the package, if there are any. The @file{README} file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3705 should either state the version number of the package, or refer to where
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3706 in the package it can be found.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3707
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3708 The @file{README} file should refer to the file @file{INSTALL}, which
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3709 should contain an explanation of the installation procedure.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3710
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3711 The @file{README} file should also refer to the file which contains the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3712 copying conditions. The GNU GPL, if used, should be in a file called
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3713 @file{COPYING}. If the GNU LGPL is used, it should be in a file called
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3714 @file{COPYING.LIB}.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3715
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3716 Naturally, all the source files must be in the distribution. It is okay
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3717 to include non-source files in the distribution, provided they are
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3718 up-to-date and machine-independent, so that building the distribution
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3719 normally will never modify them. We commonly include non-source files
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3720 produced by Bison, @code{lex}, @TeX{}, and @code{makeinfo}; this helps avoid
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3721 unnecessary dependencies between our distributions, so that users can
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3722 install whichever packages they want to install.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3723
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3724 Non-source files that might actually be modified by building and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3725 installing the program should @strong{never} be included in the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3726 distribution. So if you do distribute non-source files, always make
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3727 sure they are up to date when you make a new distribution.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3728
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3729 Make sure that the directory into which the distribution unpacks (as
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3730 well as any subdirectories) are all world-writable (octal mode 777).
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3731 This is so that old versions of @code{tar} which preserve the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3732 ownership and permissions of the files from the tar archive will be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3733 able to extract all the files even if the user is unprivileged.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3734
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3735 Make sure that all the files in the distribution are world-readable.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3736
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3737 Don't include any symbolic links in the distribution itself. If the tar
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3738 file contains symbolic links, then people cannot even unpack it on
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3739 systems that don't support symbolic links. Also, don't use multiple
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3740 names for one file in different directories, because certain file
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3741 systems cannot handle this and that prevents unpacking the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3742 distribution.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3743
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3744 Try to make sure that all the file names will be unique on MS-DOS. A
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3745 name on MS-DOS consists of up to 8 characters, optionally followed by a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3746 period and up to three characters. MS-DOS will truncate extra
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3747 characters both before and after the period. Thus,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3748 @file{foobarhacker.c} and @file{foobarhacker.o} are not ambiguous; they
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3749 are truncated to @file{foobarha.c} and @file{foobarha.o}, which are
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3750 distinct.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3751
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3752 @cindex @file{texinfo.tex}, in a distribution
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3753 Include in your distribution a copy of the @file{texinfo.tex} you used
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3754 to test print any @file{*.texinfo} or @file{*.texi} files.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3755
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3756 Likewise, if your program uses small GNU software packages like regex,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3757 getopt, obstack, or termcap, include them in the distribution file.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3758 Leaving them out would make the distribution file a little smaller at
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3759 the expense of possible inconvenience to a user who doesn't know what
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3760 other files to get.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3761
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3762 @node References
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3763 @chapter References to Non-Free Software and Documentation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3764 @cindex references to non-free material
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3765
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3766 A GNU program should not recommend use of any non-free program. We
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3767 can't stop some people from writing proprietary programs, or stop
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3768 other people from using them, but we can and should refuse to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3769 advertise them to new potential customers. Proprietary software is a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3770 social and ethical problem, and the point of GNU is to solve that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3771 problem.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3772
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3773 The GNU definition of free software is found in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3774 @url{http://www.gnu.org/philosophy/free-sw.html}, with a list of
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3775 important licenses and whether they qualify as free in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3776 @url{http://www.gnu.org/licenses/license-list.html}. The terms
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3777 ``free'' and ``non-free'', used in this document, refer to that
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3778 definition. If it is not clear whether a license qualifies as free
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3779 under this definition, please ask the GNU Project by writing to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3780 @email{licensing@@gnu.org}. We will answer, and if the license is an
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3781 important one, we will add it to the list.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3782
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3783 When a non-free program or system is well known, you can mention it in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3784 passing---that is harmless, since users who might want to use it
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3785 probably already know about it. For instance, it is fine to explain
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3786 how to build your package on top of some widely used non-free
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3787 operating system, or how to use it together with some widely used
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3788 non-free program.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3789
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3790 However, you should give only the necessary information to help those
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3791 who already use the non-free program to use your program with
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3792 it---don't give, or refer to, any further information about the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3793 proprietary program, and don't imply that the proprietary program
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3794 enhances your program, or that its existence is in any way a good
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3795 thing. The goal should be that people already using the proprietary
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3796 program will get the advice they need about how to use your free
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3797 program with it, while people who don't already use the proprietary
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3798 program will not see anything to lead them to take an interest in it.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3799
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3800 If a non-free program or system is obscure in your program's domain,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3801 your program should not mention or support it at all, since doing so
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3802 would tend to popularize the non-free program more than it popularizes
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3803 your program. (You cannot hope to find many additional users among
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3804 the users of Foobar if the users of Foobar are few.)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3805
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3806 Sometimes a program is free software in itself but depends on a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3807 non-free platform in order to run. For instance, many Java programs
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3808 depend on Sun's Java implementation, and won't run on the GNU Java
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3809 Compiler (which does not yet have all the features) or won't run with
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3810 the GNU Java libraries. To recommend that program is inherently to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3811 recommend the non-free platform as well; if you should not do the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3812 latter, then don't do the former.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3813
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3814 A GNU package should not refer the user to any non-free documentation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3815 for free software. Free documentation that can be included in free
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3816 operating systems is essential for completing the GNU system, or any
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3817 free operating system, so it is a major focus of the GNU Project; to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3818 recommend use of documentation that we are not allowed to use in GNU
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3819 would weaken the impetus for the community to produce documentation
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3820 that we can include. So GNU packages should never recommend non-free
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3821 documentation.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3822
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3823 By contrast, it is ok to refer to journal articles and textbooks in
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3824 the comments of a program for explanation of how it functions, even
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3825 though they be non-free. This is because we don't include such things
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3826 in the GNU system even if we are allowed to--they are outside the
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3827 scope of an operating system project.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3828
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3829 Referring to a web site that describes or recommends a non-free
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3830 program is in effect promoting that software, so please do not make
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3831 links (or mention by name) web sites that contain such material. This
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3832 policy is relevant particulary for the web pages for a GNU package.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3833
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3834 Following links from nearly any web site can lead to non-free
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3835 software; this is an inescapable aspect of the nature of the web, and
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3836 in itself is no objection to linking to a site. As long as the site
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3837 does not itself recommend a non-free program, there is no need be
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3838 concerned about the sites it links to for other reasons.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3839
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3840 Thus, for example, you should not make a link to AT&T's web site,
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3841 because that recommends AT&T's non-free software packages; you should
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3842 not make a link to a site that links to AT&T's site saying it is a
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3843 place to get a non-free program; but if a site you want to link to
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3844 refers to AT&T's web site in some other context (such as long-distance
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3845 telephone service), that is not a problem.
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3846
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3847 @node Copying This Manual
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3848 @appendix Copying This Manual
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3849
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3850 @menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3851 * GNU Free Documentation License:: License for copying this manual
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3852 @end menu
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3853
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3854 @include fdl.texi
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3855
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3856 @node Index
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3857 @unnumbered Index
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3858 @printindex cp
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3859
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3860 @bye
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3861
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3862 Local variables:
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3863 eval: (add-hook 'write-file-hooks 'time-stamp)
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3864 time-stamp-start: "@set lastupdate "
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3865 time-stamp-end: "$"
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3866 time-stamp-format: "%:b %:d, %:y"
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3867 compile-command: "make just-standards"
93b3f9c4c71e add maintain/standards docs
Karl Berry <karl@freefriends.org>
parents:
diff changeset
3868 End: