From 44495dda8261923d7cef439a13f32b8ca73caea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 Apr 2007 11:27:51 +0000 Subject: [PATCH] - options must be lexicographically ordered; again, options without arguments must be placed before options with arguments. - manual page cross references are done using the macro `.Xr', not the macro `.Nm' (used for command names instead). From Igor Sobrado. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20311 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/afsutil/pagsh.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appl/afsutil/pagsh.1 b/appl/afsutil/pagsh.1 index ce232d999..4679004d1 100644 --- a/appl/afsutil/pagsh.1 +++ b/appl/afsutil/pagsh.1 @@ -41,9 +41,9 @@ creates a new credential cache sandbox .Sh SYNOPSIS .Nm .Op Fl c -.Op Fl -cache-type= Ns Ar string -.Op Fl -version .Op Fl h | Fl -help +.Op Fl -version +.Op Fl -cache-type= Ns Ar string .Ar command [args...] .Sh DESCRIPTION Supported options: @@ -55,12 +55,12 @@ Supported options: .Fl -cache-type= Ns Ar string .Xc .It Xo -.Fl -version -.Xc -.It Xo .Fl h , .Fl -help .Xc +.It Xo +.Fl -version +.Xc .El .Pp .Nm @@ -89,4 +89,4 @@ $ klist klist: No ticket file: /tmp/krb5cc_03014a .Ed .Sh SEE ALSO -.Nm afslog 1 \ No newline at end of file +.Xr afslog 1