Skip to content

Commit f5cd250

Browse files
committed
man: Rebuild manpages with ronn
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
1 parent a7a8ac1 commit f5cd250

File tree

8 files changed

+26
-10
lines changed

8 files changed

+26
-10
lines changed

man/package.yml.5

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "PACKAGE\.YML" "5" "May 2017" "" ""
4+
.TH "PACKAGE\.YML" "5" "November 2017" "" ""
55
.
66
.SH "NAME"
77
\fBpackage\.yml\fR \- Solus package build format
@@ -288,7 +288,7 @@ If set, the package will be rebuilt again specifically to enable libraries to be
288288
The build will be configured with a library directory suffix of \fBavx2\fR, i\.e\. \fB/usr/lib64/avx2\fR or \fB/usr/lib32/avx2\fR\. These libraries will be automatically loaded on the Solus installation if the hardware support is present\.
289289
.
290290
.IP "\(bu" 4
291-
\fBoptimize\fR [string]
291+
\fBoptimize\fR [list]
292292
.
293293
.IP
294294
Valid keys are restricted to:
@@ -302,6 +302,18 @@ Valid keys are restricted to:
302302
.IP "\(bu" 4
303303
\fBno\-bind\-now\fR: Configure the package to disable certain flags, where RELRO is unsupported\.
304304
.
305+
.IP "\(bu" 4
306+
\fBno\-symbolic\fR: Disable \fB\-Wl,\-Bsymbolic\-functions\fR linker flag
307+
.
308+
.IP "\(bu" 4
309+
\fBunroll\-loops\fR: Enable \fB\-funroll\-loops\fR\. Use this sparingly, only when it provides benefit\.
310+
.
311+
.IP "\(bu" 4
312+
\fBthin\-lto\fR: Enable Thin Link Time Optimization
313+
.
314+
.IP "\(bu" 4
315+
\fBlto\fR: Enable Link Time Optimization
316+
.
305317
.IP "" 0
306318

307319
.

man/package.yml.5.html

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ypkg-build.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "YPKG\-BUILD" "1" "May 2017" "" ""
4+
.TH "YPKG\-BUILD" "1" "November 2017" "" ""
55
.
66
.SH "NAME"
77
\fBypkg\-build\fR \- Build Solus ypkg files

man/ypkg-build.1.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ypkg-install-deps.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "YPKG\-INSTALL\-DEPS" "1" "May 2017" "" ""
4+
.TH "YPKG\-INSTALL\-DEPS" "1" "November 2017" "" ""
55
.
66
.SH "NAME"
77
\fBypkg\-install\-deps\fR \- Install build dependencies

man/ypkg-install-deps.1.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ypkg.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "YPKG" "1" "May 2017" "" ""
4+
.TH "YPKG" "1" "November 2017" "" ""
55
.
66
.SH "NAME"
77
\fBypkg\fR \- Build Solus ypkg files

man/ypkg.1.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)