Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorStefan <stefan.haubenthal@gmail.com>2020-03-04 19:51:28 +0300
committerGitHub <noreply@github.com>2020-03-04 19:51:28 +0300
commite1d3b7ba6440922cb0addbc26dc72f4788455758 (patch)
tree740700b2e7b1bcc2254a601e01c7eb155d2dc92f /man
parentc40f1ba79fe14a1e3111d5e766f432714b5c7a84 (diff)
Minor formatting of the manuals (#19124)
Diffstat (limited to 'man')
-rw-r--r--man/cert-sync.12
-rw-r--r--man/cert2spc.15
-rw-r--r--man/certmgr.13
-rw-r--r--man/chktrust.15
-rw-r--r--man/crlupdate.13
-rw-r--r--man/gacutil.15
-rw-r--r--man/ilasm.13
-rw-r--r--man/makecert.12
-rw-r--r--man/mdcs2ecma.12
-rw-r--r--man/mkbundle.16
-rw-r--r--man/mono-api-info.12
-rw-r--r--man/mono-cil-strip.15
-rw-r--r--man/mono-config.54
-rw-r--r--man/mono-service.13
-rw-r--r--man/mono-xmltool.13
-rw-r--r--man/monolinker.15
-rw-r--r--man/mozroots.14
-rw-r--r--man/resgen.16
-rw-r--r--man/secutil.13
-rw-r--r--man/setreg.14
-rw-r--r--man/sgen.14
-rw-r--r--man/signcode.14
-rw-r--r--man/sn.12
-rw-r--r--man/xbuild.13
24 files changed, 55 insertions, 33 deletions
diff --git a/man/cert-sync.1 b/man/cert-sync.1
index 66d3d60ec87..97d7fcf6910 100644
--- a/man/cert-sync.1
+++ b/man/cert-sync.1
@@ -49,4 +49,4 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR certmgr(1)
+.BR certmgr (1)
diff --git a/man/cert2spc.1 b/man/cert2spc.1
index 448f53a8850..e25775baee6 100644
--- a/man/cert2spc.1
+++ b/man/cert2spc.1
@@ -37,6 +37,5 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR makecert(1), signcode(1)
-
-
+.BR makecert (1),
+.BR signcode (1)
diff --git a/man/certmgr.1 b/man/certmgr.1
index 92bfa164b96..43f76cb9b02 100644
--- a/man/certmgr.1
+++ b/man/certmgr.1
@@ -184,4 +184,5 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR makecert(1), setreg(1)
+.BR makecert (1),
+.BR setreg (1)
diff --git a/man/chktrust.1 b/man/chktrust.1
index bea504c8316..26cc03fbb15 100644
--- a/man/chktrust.1
+++ b/man/chktrust.1
@@ -43,4 +43,7 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR signcode(1), makecert(1), certmgr(1), setreg(1)
+.BR signcode (1),
+.BR makecert (1),
+.BR certmgr (1),
+.BR setreg (1)
diff --git a/man/crlupdate.1 b/man/crlupdate.1
index b60c6f708b8..62c50d9a3d3 100644
--- a/man/crlupdate.1
+++ b/man/crlupdate.1
@@ -53,4 +53,5 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR certmgr(1), at(1)
+.BR certmgr (1),
+.BR at (1)
diff --git a/man/gacutil.1 b/man/gacutil.1
index 6b9ffd5c2b0..bdf51775eab 100644
--- a/man/gacutil.1
+++ b/man/gacutil.1
@@ -116,6 +116,5 @@ for more information.
.SH WEB SITE
Visit: http://www.go-mono.com for details
.SH SEE ALSO
-.BR mcs(1), mono(1)
-
-
+.BR mcs (1),
+.BR mono (1)
diff --git a/man/ilasm.1 b/man/ilasm.1
index a427c6c2eb0..f57e73048db 100644
--- a/man/ilasm.1
+++ b/man/ilasm.1
@@ -58,7 +58,8 @@ Display information about ilasm
.B \--version
Display ilasm version
.SH SEE ALSO
-.BR mono(1), mcs(1)
+.BR mono (1),
+.BR mcs (1)
.SH COPYRIGHT
Copyright (C) 2004, 2007 Novell, Inc (http://www.novell.com)
.SH MAILING LISTS
diff --git a/man/makecert.1 b/man/makecert.1
index 41284a47ae6..79c0d2e126f 100644
--- a/man/makecert.1
+++ b/man/makecert.1
@@ -172,4 +172,4 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR signcode(1)
+.BR signcode (1)
diff --git a/man/mdcs2ecma.1 b/man/mdcs2ecma.1
index fc9ed8c9f3f..621c0006a69 100644
--- a/man/mdcs2ecma.1
+++ b/man/mdcs2ecma.1
@@ -38,4 +38,4 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR monodocer(1)
+.BR monodocer (1)
diff --git a/man/mkbundle.1 b/man/mkbundle.1
index 32f100be95d..f21e03be7e2 100644
--- a/man/mkbundle.1
+++ b/man/mkbundle.1
@@ -468,6 +468,6 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
.SH WEB SITE
Visit: http://www.mono-project.com for details
.SH SEE ALSO
-.BR mcs(1), mono(1), mono-config(5).
-
-
+.BR mcs (1),
+.BR mono (1),
+.BR mono-config (5)
diff --git a/man/mono-api-info.1 b/man/mono-api-info.1
index 33c22badfbf..fcf989d1403 100644
--- a/man/mono-api-info.1
+++ b/man/mono-api-info.1
@@ -33,4 +33,4 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR mono(1)
+.BR mono (1)
diff --git a/man/mono-cil-strip.1 b/man/mono-cil-strip.1
index 61885b26fb4..917f3153d7b 100644
--- a/man/mono-cil-strip.1
+++ b/man/mono-cil-strip.1
@@ -21,4 +21,7 @@ Mailing lists are listed at http://www.mono-project.com/community/help/mailing-l
mono-cil-strip is licensed under the MIT/X11 license. Please read the accompayning
MIT.X11 file for details.
.SH SEE ALSO
-.BR monolinker(1),mkbundle(1),mono(1),mcs(1).
+.BR monolinker (1),
+.BR mkbundle (1),
+.BR mono (1),
+.BR mcs (1)
diff --git a/man/mono-config.5 b/man/mono-config.5
index a8e31f3ed33..034d352924d 100644
--- a/man/mono-config.5
+++ b/man/mono-config.5
@@ -135,4 +135,6 @@ when running under the Solaris and FreeBSD operating systems.
.fi
.SH SEE ALSO
-.BR mono(1), monodis(1), mint(1)
+.BR mono (1),
+.BR monodis (1),
+.BR mint (1)
diff --git a/man/mono-service.1 b/man/mono-service.1
index 84c37fdd019..293787819a8 100644
--- a/man/mono-service.1
+++ b/man/mono-service.1
@@ -86,7 +86,6 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
.SH WEB SITE
Visit: http://www.mono-project.com for details
.SH SEE ALSO
-.BR mono(1)
+.BR mono (1)
.PP
.BR N:System.ServiceProcess
-
diff --git a/man/mono-xmltool.1 b/man/mono-xmltool.1
index e0c897d260d..3efbb768286 100644
--- a/man/mono-xmltool.1
+++ b/man/mono-xmltool.1
@@ -82,4 +82,5 @@ http://www.mono-project.com/community/help/mailing-lists/
.SH WEB SITE
http://www.mono-project.com
.SH SEE ALSO
-.BR mono(1), mcs(1).
+.BR mono (1),
+.BR mcs (1)
diff --git a/man/monolinker.1 b/man/monolinker.1
index 3f8fa01164d..8bdd5ea0765 100644
--- a/man/monolinker.1
+++ b/man/monolinker.1
@@ -216,4 +216,7 @@ the Google Summer of Code.
The linker is licensed under the MIT/X11 license. Please read the accompayning
MIT.X11 file for details.
.SH SEE ALSO
-.BR al(1),mkbundle(1),mono(1),mcs(1).
+.BR al (1),
+.BR mkbundle (1),
+.BR mono (1),
+.BR mcs (1)
diff --git a/man/mozroots.1 b/man/mozroots.1
index 438f7692bee..579b536b32f 100644
--- a/man/mozroots.1
+++ b/man/mozroots.1
@@ -174,4 +174,6 @@ http://www.mono-project.com/community/help/mailing-lists/
.SH WEB SITE
http://www.mono-project.com
.SH SEE ALSO
-.BR mono(1), certmgr(1). setreg(1)
+.BR mono (1),
+.BR certmgr (1),
+.BR setreg (1)
diff --git a/man/resgen.1 b/man/resgen.1
index 1fd112447f8..e2c06ceddba 100644
--- a/man/resgen.1
+++ b/man/resgen.1
@@ -104,6 +104,6 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
.SH WEB SITE
Visit: http://www.mono-project.com for details
.SH SEE ALSO
-.BR mcs(1), mono(1), mono-config(5).
-
-
+.BR mcs (1),
+.BR mono (1),
+.BR mono-config (5)
diff --git a/man/secutil.1 b/man/secutil.1
index 094a34cc5e1..2330bf56d04 100644
--- a/man/secutil.1
+++ b/man/secutil.1
@@ -42,4 +42,5 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR sn(1), signcode(1)
+.BR sn (1),
+.BR signcode (1)
diff --git a/man/setreg.1 b/man/setreg.1
index 63e1820c59d..089e1c280de 100644
--- a/man/setreg.1
+++ b/man/setreg.1
@@ -35,4 +35,6 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR chktrust(1), certmgr(1), makecert(1)
+.BR chktrust (1),
+.BR certmgr (1),
+.BR makecert (1)
diff --git a/man/sgen.1 b/man/sgen.1
index c52bc9148d6..36564871baa 100644
--- a/man/sgen.1
+++ b/man/sgen.1
@@ -67,4 +67,6 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR xsd(1),wsdl(1),genxs(1)
+.BR xsd (1),
+.BR wsdl (1),
+.BR genxs (1)
diff --git a/man/signcode.1 b/man/signcode.1
index 7241e092d9c..46afcfc6112 100644
--- a/man/signcode.1
+++ b/man/signcode.1
@@ -90,4 +90,6 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR chktrust(1), makecert(1), cert2spc(1)
+.BR chktrust (1),
+.BR makecert (1),
+.BR cert2spc (1)
diff --git a/man/sn.1 b/man/sn.1
index 2304e33e7e7..cb90e3a5887 100644
--- a/man/sn.1
+++ b/man/sn.1
@@ -159,4 +159,4 @@ Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
.SH WEB SITE
Visit http://www.mono-project.com for details
.SH SEE ALSO
-.BR secutil(1)
+.BR secutil (1)
diff --git a/man/xbuild.1 b/man/xbuild.1
index b1ec1f28531..65c741adbee 100644
--- a/man/xbuild.1
+++ b/man/xbuild.1
@@ -184,7 +184,8 @@ On Mac OSX, for locating pkg-config (.pc) files, xbuild additionally
looks in "/Library/Frameworks/Mono.framework/External/pkgconfig" .
.SH SEE ALSO
-.BR mono(1), mcs(1)
+.BR mono (1),
+.BR mcs (1)
.SH COPYRIGHT
Copyright (C) 2011 Novell, Inc (http://www.novell.com)
.SH MAILING LISTS