summaryrefslogtreecommitdiffstats
path: root/rose.3
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2008-04-02 13:34:05 +0000
committerRalf Baechle <ralf@linux-mips.org>2008-04-02 13:34:05 +0000
commitfbb41991bd530270b0f70a110af507fc029e76b8 (patch)
treec9cb0a6bd66baef65c0412596b5e2e5b16819aec /rose.3
parentb5682742ef212b62c9494a2d462654a7d0301266 (diff)
From Matti Aarnio (oh2mqk@sral.fi):
* axconfig.c: Find all running network ports, and compare them against the /etc/ax25/axports file. * nrconfig.c: Find all running network ports, and compare them against the /etc/ax25/nrports file. * rsconfig.c: Find all running network ports, and compare them against the /etc/ax25/rsports file. * Update man pages
Diffstat (limited to 'rose.3')
-rw-r--r--rose.341
1 files changed, 30 insertions, 11 deletions
diff --git a/rose.3 b/rose.3
index 7b0a33a..98d81d8 100644
--- a/rose.3
+++ b/rose.3
@@ -1,4 +1,4 @@
-.TH INET 3 "20 April 1999" "Linux" "Linux Programmer's Manual"
+.TH INET 3 "2008-Feb-04" "Linux" "Linux Programmer's Manual"
.SH NAME
rose_aton, rose_ntoa, rose_cmp \- ROSE Address manipulation routines
.SH SYNOPSIS
@@ -12,20 +12,39 @@ rose_aton, rose_ntoa, rose_cmp \- ROSE Address manipulation routines
.BI "int rose_cmp(rose_address *" a1 ", rose_address *" a2 ");"
.fi
.SH DESCRIPTION
-\fBrose_aton()\fP converts the ROSE address \fIcp\fP from an ASCII
-representation into network format.
+The
+.BR rose_aton ()
+converts the ROSE address
+.I cp
+from an ASCII representation into network format.
.PP
-\fBrose_ntoa()\fP converts the ROSE address \fIcp\fP that is
-network format to a string that is the ASCII
-representation of the address.
+The
+.BR rose_ntoa ()
+converts the ROSE address
+.I cp
+that is network format to a string that is the ASCII representation
+of the address.
.PP
-\fBrose_cmp()\fP compares the two ROSE address \fIa1\fP and \fIa2\fP
+The
+.BR rose_cmp ()
+compares the two ROSE address
+.I a1
+and
+.I a2
that are in network format.
.SH "RETURN VALUE"
-The \fBrose_ntoa()\fP and \fBrose_aton()\fP functions return zero if all
-went ok, -1 if not.
+The
+.BR rose_ntoa ()
+and
+.BR rose_aton ()
+functions return zero if all went OK, -1 if not.
.PP
-The \fBrose_cmp()\fP returns 0 if address \fIa1\fP and \fIa2\fP are identical,
-1 otherwise.
+The
+.BR rose_cmp ()
+returns 0 if addresses pointer by
+.I a1
+and
+.I a2
+are identical, 1 otherwise.
.SH "SEE ALSO"
.BR ax25 "(4), " netrom "(4), " rose "(4)"