Fossil SCM

Update man page to sync with www/index.wiki

andygoth 2018-09-29 02:23 trunk
Commit 50c2a14dbf59a6c004cd067ecd64fd88f4ee5445b7f403b8952f34b647a4e6c2
1 file changed +14 -9
+14 -9
--- fossil.1
+++ fossil.1
@@ -1,6 +1,6 @@
1
-.TH FOSSIL "1" "February 2015" "http://fossil-scm.org" "User Commands"
1
+.TH FOSSIL "1" "September 2018" "http://fossil-scm.org" "User Commands"
22
.SH NAME
33
fossil \- Distributed Version Control System
44
.SH SYNOPSIS
55
.B fossil
66
\fIhelp\fR
@@ -10,11 +10,11 @@
1010
.br
1111
.B fossil
1212
\fICOMMAND [OPTIONS]\fR
1313
.SH DESCRIPTION
1414
Fossil is a distributed version control system (DVCS) with built-in
15
-wiki, ticket tracker, CGI/http interface, and http server.
15
+forum, wiki, ticket tracker, CGI/HTTP interface, and HTTP server.
1616
1717
.SH Common COMMANDs:
1818
1919
add cat gdiff praise stash
2020
.br
@@ -42,13 +42,14 @@
4242
4343
Features as described on the fossil home page.
4444
4545
.HP
4646
1.
47
-.B Integrated Bug Tracking, Wiki, & Technotes
47
+.B Integrated Bug Tracking, Wiki, Forum, and Technotes
4848
- In addition to doing distributed version control like Git and
49
-Mercurial, Fossil also supports bug tracking, wiki, and technotes.
49
+Mercurial, Fossil also supports bug tracking, wiki, forum, and
50
+technotes.
5051
5152
.HP
5253
2.
5354
.B Built-in Web Interface
5455
- Fossil has a built-in and intuitive web interface that promotes
@@ -68,17 +69,18 @@
6869
4.
6970
.B Simple Networking
7071
- No custom protocols or TCP ports. Fossil uses plain old HTTP (or HTTPS
7172
or SSH) for all network communications, so it works fine from behind
7273
restrictive firewalls, including proxies. The protocol is bandwidth
73
-efficient to the point that Fossil can be used comfortably over dial-up.
74
+efficient to the point that Fossil can be used comfortably over dial-up
75
+or over the exceedingly slow Wifi on airliners.
7476
7577
.HP
7678
5.
7779
.B CGI/SCGI Enabled
7880
- No server is required, but if you want to set one up, Fossil supports
79
-four simple server configurations.
81
+four easy server configurations.
8082
8183
.HP
8284
6.
8385
.B Autosync
8486
- Fossil supports "autosync" mode which helps to keep projects moving
@@ -89,14 +91,17 @@
8991
7.
9092
.B Robust & Reliable
9193
- Fossil stores content using an enduring file format in an SQLite
9294
database so that transactions are atomic even if interrupted by a
9395
power loss or system crash. Automatic self-checks verify that all
94
-aspects of the repository are consistent prior to each commit. In
95
-over seven years of operation, no work has ever been lost after
96
-having been committed to a Fossil repository.
96
+aspects of the repository are consistent prior to each commit.
97
+
98
+.HP
99
+8.
100
+.B Free and Open-Source
101
+- Uses the 2-clause BSD license.
97102
98103
.SH DOCUMENTATION
99104
http://www.fossil-scm.org/
100105
.br
101106
.B fossil
102107
\fIui\fR
103108
--- fossil.1
+++ fossil.1
@@ -1,6 +1,6 @@
1 .TH FOSSIL "1" "February 2015" "http://fossil-scm.org" "User Commands"
2 .SH NAME
3 fossil \- Distributed Version Control System
4 .SH SYNOPSIS
5 .B fossil
6 \fIhelp\fR
@@ -10,11 +10,11 @@
10 .br
11 .B fossil
12 \fICOMMAND [OPTIONS]\fR
13 .SH DESCRIPTION
14 Fossil is a distributed version control system (DVCS) with built-in
15 wiki, ticket tracker, CGI/http interface, and http server.
16
17 .SH Common COMMANDs:
18
19 add cat gdiff praise stash
20 .br
@@ -42,13 +42,14 @@
42
43 Features as described on the fossil home page.
44
45 .HP
46 1.
47 .B Integrated Bug Tracking, Wiki, & Technotes
48 - In addition to doing distributed version control like Git and
49 Mercurial, Fossil also supports bug tracking, wiki, and technotes.
 
50
51 .HP
52 2.
53 .B Built-in Web Interface
54 - Fossil has a built-in and intuitive web interface that promotes
@@ -68,17 +69,18 @@
68 4.
69 .B Simple Networking
70 - No custom protocols or TCP ports. Fossil uses plain old HTTP (or HTTPS
71 or SSH) for all network communications, so it works fine from behind
72 restrictive firewalls, including proxies. The protocol is bandwidth
73 efficient to the point that Fossil can be used comfortably over dial-up.
 
74
75 .HP
76 5.
77 .B CGI/SCGI Enabled
78 - No server is required, but if you want to set one up, Fossil supports
79 four simple server configurations.
80
81 .HP
82 6.
83 .B Autosync
84 - Fossil supports "autosync" mode which helps to keep projects moving
@@ -89,14 +91,17 @@
89 7.
90 .B Robust & Reliable
91 - Fossil stores content using an enduring file format in an SQLite
92 database so that transactions are atomic even if interrupted by a
93 power loss or system crash. Automatic self-checks verify that all
94 aspects of the repository are consistent prior to each commit. In
95 over seven years of operation, no work has ever been lost after
96 having been committed to a Fossil repository.
 
 
 
97
98 .SH DOCUMENTATION
99 http://www.fossil-scm.org/
100 .br
101 .B fossil
102 \fIui\fR
103
--- fossil.1
+++ fossil.1
@@ -1,6 +1,6 @@
1 .TH FOSSIL "1" "September 2018" "http://fossil-scm.org" "User Commands"
2 .SH NAME
3 fossil \- Distributed Version Control System
4 .SH SYNOPSIS
5 .B fossil
6 \fIhelp\fR
@@ -10,11 +10,11 @@
10 .br
11 .B fossil
12 \fICOMMAND [OPTIONS]\fR
13 .SH DESCRIPTION
14 Fossil is a distributed version control system (DVCS) with built-in
15 forum, wiki, ticket tracker, CGI/HTTP interface, and HTTP server.
16
17 .SH Common COMMANDs:
18
19 add cat gdiff praise stash
20 .br
@@ -42,13 +42,14 @@
42
43 Features as described on the fossil home page.
44
45 .HP
46 1.
47 .B Integrated Bug Tracking, Wiki, Forum, and Technotes
48 - In addition to doing distributed version control like Git and
49 Mercurial, Fossil also supports bug tracking, wiki, forum, and
50 technotes.
51
52 .HP
53 2.
54 .B Built-in Web Interface
55 - Fossil has a built-in and intuitive web interface that promotes
@@ -68,17 +69,18 @@
69 4.
70 .B Simple Networking
71 - No custom protocols or TCP ports. Fossil uses plain old HTTP (or HTTPS
72 or SSH) for all network communications, so it works fine from behind
73 restrictive firewalls, including proxies. The protocol is bandwidth
74 efficient to the point that Fossil can be used comfortably over dial-up
75 or over the exceedingly slow Wifi on airliners.
76
77 .HP
78 5.
79 .B CGI/SCGI Enabled
80 - No server is required, but if you want to set one up, Fossil supports
81 four easy server configurations.
82
83 .HP
84 6.
85 .B Autosync
86 - Fossil supports "autosync" mode which helps to keep projects moving
@@ -89,14 +91,17 @@
91 7.
92 .B Robust & Reliable
93 - Fossil stores content using an enduring file format in an SQLite
94 database so that transactions are atomic even if interrupted by a
95 power loss or system crash. Automatic self-checks verify that all
96 aspects of the repository are consistent prior to each commit.
97
98 .HP
99 8.
100 .B Free and Open-Source
101 - Uses the 2-clause BSD license.
102
103 .SH DOCUMENTATION
104 http://www.fossil-scm.org/
105 .br
106 .B fossil
107 \fIui\fR
108

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button