From owner-freebsd-doc@FreeBSD.ORG Wed Nov 17 12:50:32 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2A6F16A4CE for ; Wed, 17 Nov 2004 12:50:32 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676DD43D1D for ; Wed, 17 Nov 2004 12:50:32 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so912509rne for ; Wed, 17 Nov 2004 04:50:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gzTiw2Oeg8WxLc0NbJHi5rdFOO3jgFk2cawAhdL4VBcGFXwHIKuEFdmKS9MO9rY/SK8OWtRkoD58+3iAlmbIsVS09sBZ5Xtu2/WawC97L8PMILI49WnOXIZ6nQheMOSNyWGjRmWc6I1TORJ2vCMxBT19w9fmH5U+oJcSsSCLgSs= Received: by 10.38.125.40 with SMTP id x40mr907145rnc; Wed, 17 Nov 2004 04:50:31 -0800 (PST) Received: by 10.38.13.37 with HTTP; Wed, 17 Nov 2004 04:50:29 -0800 (PST) Message-ID: <84dead7204111704502a0b6765@mail.gmail.com> Date: Wed, 17 Nov 2004 18:20:29 +0530 From: Joseph Koshy To: Alexey Dokuchaev In-Reply-To: <20041117115501.GA81934@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041117115501.GA81934@regency.nsu.ru> cc: doc@freebsd.org Subject: Re: .so macro in man pages X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joseph Koshy List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 12:50:32 -0000 > what is proper way of linking manpages in our world? You may want to look at the 'MLINKS' make macro (see /usr/src/share/man/man?/Makefile for examples).