]> Cypherpunks.ru repositories - nncp.git/commitdiff
Leading dots in packages description
authorSergey Matveev <stargrave@stargrave.org>
Sat, 8 Sep 2018 14:30:36 +0000 (17:30 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 8 Sep 2018 14:30:36 +0000 (17:30 +0300)
15 files changed:
src/cypherpunks.ru/nncp/cmd/nncp-bundle/main.go
src/cypherpunks.ru/nncp/cmd/nncp-call/main.go
src/cypherpunks.ru/nncp/cmd/nncp-caller/main.go
src/cypherpunks.ru/nncp/cmd/nncp-check/main.go
src/cypherpunks.ru/nncp/cmd/nncp-daemon/main.go
src/cypherpunks.ru/nncp/cmd/nncp-exec/main.go
src/cypherpunks.ru/nncp/cmd/nncp-file/main.go
src/cypherpunks.ru/nncp/cmd/nncp-freq/main.go
src/cypherpunks.ru/nncp/cmd/nncp-log/main.go
src/cypherpunks.ru/nncp/cmd/nncp-pkt/main.go
src/cypherpunks.ru/nncp/cmd/nncp-reass/main.go
src/cypherpunks.ru/nncp/cmd/nncp-rm/main.go
src/cypherpunks.ru/nncp/cmd/nncp-stat/main.go
src/cypherpunks.ru/nncp/cmd/nncp-toss/main.go
src/cypherpunks.ru/nncp/cmd/nncp-xfer/main.go

index 86dc099843bb578080eb0e2e8be471aef033caa7..5a89fec817a2625d7b822b88d8ed8c6d44678300 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Create/digest stream of NNCP encrypted packets
+// Create/digest stream of NNCP encrypted packets.
 package main
 
 import (
index d8adc60001c046c2fb26c9b2a9d2c57497fe78d2..7053b737c89671e1b5f5ee88639d28b02f5e1744 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Call NNCP TCP daemon
+// Call NNCP TCP daemon.
 package main
 
 import (
index d9609420b2bb46a330b9c4e90016aa0ba88760e2..f03ae22bc9d39812db4f71ab3890d900b2566f49 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Croned NNCP TCP daemon caller
+// Croned NNCP TCP daemon caller.
 package main
 
 import (
index f426fd455d65374a4707b753ab293220612af9fa..583c30e37883808ee18982f2afd561acf60a66f2 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Verify NNCP Rx/Tx packets checksum
+// Verify NNCP Rx/Tx packets checksum.
 package main
 
 import (
index 770556815e21790c7b827d6fd04b2494051f5991..b23083878779b456b2ad9d5eb6dfbc4e38b8317f 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// NNCP TCP daemon
+// NNCP TCP daemon.
 package main
 
 import (
index 0cf781063ccc3e22b9e422d847528c53a561220c..24ed9879eafe13c568be58950d0727fd6cb6410f 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Send execution command via NNCP
+// Send execution command via NNCP.
 package main
 
 import (
index 6e7eaf5ab8fabbb2a888e2647350b2ac21b54780..9bd1430b225df7ad52d7652f4b388f61bcf711ed 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Send file via NNCP
+// Send file via NNCP.
 package main
 
 import (
index 14f2fea68ed0970d8dd0ca7a20d537d4ec2e5bb3..7151ae028d23223be32be231db5863731dcfce2f 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Send file request via NNCP
+// Send file request via NNCP.
 package main
 
 import (
index c578ec9a773a675817b442eb8dbbd9807b104333..89c98e985777f549735bcbed271a095fcc46001b 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Read NNCP logs
+// Read NNCP logs.
 package main
 
 import (
index ff77eb45195ac188be4a0872aeaa5ddb3768ca47..0810844e8db5381c220fd035f4d9a6dafe4af537 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Parse raw NNCP packet
+// Parse raw NNCP packet.
 package main
 
 import (
index 06549b8426a50f3f9ccfa913926472ad523bdfe4..60cb160b9d295e2bc71bd03429a117a9ece60eb5 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Send file via NNCP
+// Reassembly chunked file.
 package main
 
 import (
index 7ce924fce88081e0dc21154a42e51e22ee8f59ad..acd5ab8db77c412bc123f752f5963b13a10eef77 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Remove packet from the queue
+// Remove packet from the queue.
 package main
 
 import (
index fcc872f7333d6d253210642384a7b8baf48fe761..51b0783699091264eab12878933b085ce8a7ea61 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Show queued NNCP Rx/Tx stats
+// Show queued NNCP Rx/Tx stats.
 package main
 
 import (
index bb4a58684c710e41012185632e5e285bf048a392..fbc69f87b12124c3c88f864e1606ad25eef5a625 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Process inbound NNCP packets
+// Process inbound NNCP packets.
 package main
 
 import (
index 01fe150cce0a8dcdd254d1c6bc7c62ce4b856f54..a20262e5032ae4bec5c5d11330525464f133c410 100644 (file)
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Copy NNCP inbound and outbounds packets
+// Exchange NNCP inbound and outbounds packets with external directory.
 package main
 
 import (