X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=man%2Fman3%2Fatalk_aton.3;h=83d61c409f2cd7a79f8692d38ce8732af73bd71c;hb=d44d305c410378b95aa39b6346a98886521a3b27;hp=e49b8e53dd3993b2fb95192b367e3058dff093b9;hpb=b4e1f62edd6815f9365f752f0ef7a82d3d2d0a80;p=netatalk.git diff --git a/man/man3/atalk_aton.3 b/man/man3/atalk_aton.3 index e49b8e53..83d61c40 100644 --- a/man/man3/atalk_aton.3 +++ b/man/man3/atalk_aton.3 @@ -1,23 +1,40 @@ -.TH atalk_aton 3 "12 Jan 1994" 2.0.0 Netatalk -.SH NAME +'\" t +.\" Title: atalk_aton +.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] +.\" Generator: DocBook XSL Stylesheets v1.74.3 +.\" Date: 12 Jan 1994 +.\" Manual: Netatalk 2.1 +.\" Source: Netatalk 2.1 +.\" Language: English +.\" +.TH "ATALK_ATON" "3" "12 Jan 1994" "Netatalk 2.1" "Netatalk 2.1" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" atalk_aton \- AppleTalk address parsing -.SH SYNOPSIS +.SH "SYNOPSIS" +.sp +.ft B .nf -#include -#include +#include +#include .fi -.sp 1 +.ft +.HP \w'atalk_aton('u +.BI "atalk_aton(char\ *\ " "cp" ", struct\ at_addr\ *\ " "ata" ");" +.SH "DESCRIPTION" .PP -\fIatalk_aton\fR(char * \fIcp\fR, struct at_addr * \fIata\fR); -.SH DESCRIPTION -The atalk_aton() routine converts an ASCII -representation of an AppleTalk address to a format appropriate for system -calls. Acceptable ASCII representations include both hex and base 10, in -triples or doubles. For instance, the address `0x1f6b.77' has a -network part of `8043' and a node part of `119'. This same address -could be written `8043.119', `31.107.119', or `0x1f.6b.77'. If -the address is in hex and the first digit is one of `A\-F', a leading -`0x' is redundant. +The +\fBatalk_aton()\fR +routine converts an ASCII representation of an AppleTalk address to a format appropriate for system calls\&. Acceptable ASCII representations include both hex and base 10, in triples or doubles\&. For instance, the address `0x1f6b\&.77\' has a network part of `8043\' and a node part of `119\'\&. This same address could be written `8043\&.119\', `31\&.107\&.119\', or `0x1f\&.6b\&.77\'\&. If the address is in hex and the first digit is one of `A\-F\', a leading `0x\' is redundant\&. .SH "SEE ALSO" -\fBatalk\fR(4). - +.PP +\fBatalk\fR(4)\&.