readlink.2, getsubopt.3, termcap.5, tzfile.5, unix.7: srcfix: change single quote to "\(aq"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-28 04:52:42 +02:00
parent 4e83614439
commit 836830b4c9
6 changed files with 7 additions and 7 deletions

View File

@ -202,9 +202,9 @@ main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
linkname[sb.st_size] = '\\0';
linkname[sb.st_size] = \(aq\\0\(aq;
printf("'%s' points to '%s'\\n", argv[1], linkname);
printf("\(aq%s\(aq points to \(aq%s\(aq\\n", argv[1], linkname);
exit(EXIT_SUCCESS);
}

View File

@ -103,7 +103,7 @@ When
returns,
.I optionp
points to the next suboption,
or to the null byte ('\\0') at the end of the
or to the null byte (\(aq\\0\(aq) at the end of the
string if the last suboption was just processed.
.SH RETURN VALUE
If the first suboption in

View File

@ -416,7 +416,7 @@ Do ASCII output of this parameter with a field with of 3
.IP %
Print a \(aq%\(aq
.LP
If you use binary output, then you should avoid the null character ('\\0')
If you use binary output, then you should avoid the null character (\(aq\\0\(aq)
because it terminates the string.
You should reset tabulator expansion
if a tabulator can be the binary output of a parameter.

View File

@ -12,7 +12,7 @@ The timezone information files used by
begin with the magic characters "TZif" to identify then as
timezone information files,
followed by a character identifying the version of the file's format
(as of 2005, either an ASCII NUL ('\\0') or a '2')
(as of 2005, either an ASCII NUL (\(aq\\0\(aq) or a \(aq2\(aq)
followed by fifteen bytes containing zeros reserved for future use,
followed by six four-byte values of type
.IR long ,

View File

@ -95,7 +95,7 @@ struct aiocb {
/* Various implementation-internal fields not shown */
};
/* Operation codes for 'aio_lio_opcode': */
/* Operation codes for \(aqaio_lio_opcode\(aq: */
enum { LIO_READ, LIO_WRITE, LIO_NOP };

View File

@ -108,7 +108,7 @@ should not be inspected.
.IR abstract :
an abstract socket address is distinguished by the fact that
.IR sun_path[0]
is a null byte ('\\0').
is a null byte (\(aq\\0\(aq).
The socket's address in this namespace is given by the additional
bytes in
.IR sun_path