FreeBSD Bugzilla – Attachment 202277 Details for
Bug 235946
column(1): Fill order (with/without -x) is incorrectly documented
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
column(1) source comment
column.c.diff (text/plain), 523 bytes, created by
dana
on 2019-02-22 22:03:44 UTC
(
hide
)
Description:
column(1) source comment
Filename:
MIME Type:
Creator:
dana
Created:
2019-02-22 22:03:44 UTC
Size:
523 bytes
patch
obsolete
>diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c >index a253d24ca..01995b1bf 100644 >--- a/usr.bin/column/column.c >+++ b/usr.bin/column/column.c >@@ -60,6 +60,11 @@ __FBSDID("$FreeBSD$"); > > #define TAB 8 > >+/* >+ * Note that c_columnate() and r_columnate() are misleadingly named: the former >+ * fills *rows* first and the latter fills *columns* first. The original names >+ * are kept here only for historical reasons. >+ */ > static void c_columnate(void); > static void input(FILE *); > static void maketbl(void);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235946
:
202276
| 202277