aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-07-30 15:02:05 -0500
committerAlejandro Colomar <alx@kernel.org>2023-07-30 22:32:52 +0200
commitf4884cfd16c228a36db63b024efb9449bd53806b (patch)
treee722d25484a131378d4e1ad0b497f95a9b71bbe7 /man3
parent64fd7f5821b6f05cdac9711aade825b3e663d372 (diff)
downloadman-pages-f4884cfd16c228a36db63b024efb9449bd53806b.tar.gz
man*/: ffix (un-bracket tables, continued)
Continue commit 9e54434ead, 19 July. 4 pages issued requests to manipulate adjustment and automatic hyphenation around tbl(1) tables in a different order from the other 525 documents in the tree that performed this trick. I produced this change with the following GNU sed script. /^\.nh/{N;/\n\.ad l/{N;/\n\.TS/s/.*/.TS/}} /^\.TE/{N;/\n\.ad/{N;/\n\.hy/s/.*/.TE/}} Fizes: 9e54434ead ("man*/: ffix (un-bracket tables)") Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3')
-rw-r--r--man3/stdio.34
1 files changed, 0 insertions, 4 deletions
diff --git a/man3/stdio.3 b/man3/stdio.3
index fb99cdd218..fef56df801 100644
--- a/man3/stdio.3
+++ b/man3/stdio.3
@@ -156,8 +156,6 @@ and
.B putchar
exist and will be used if the macros definitions are explicitly removed.
.SS List of functions
-.nh
-.ad l
.TS
;
lb lbx
@@ -330,8 +328,6 @@ T}
input format conversion
T}
.TE
-.ad
-.hy
.SH STANDARDS
C11, POSIX.1-2008.
.SH HISTORY