Put Nd argument after Nd macro.
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
3772533acd
commit
97df66c0a0
@@ -36,8 +36,7 @@
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm afslog
|
||||
.Nd
|
||||
obtain AFS tokens
|
||||
.Nd obtain AFS tokens
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl h | Fl Fl help
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os Heimdal
|
||||
.Sh NAME
|
||||
.Nm pagsh
|
||||
.Nd
|
||||
creates a new credential cache sandbox
|
||||
.Nd creates a new credential cache sandbox
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl c Ar command-string
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os KTH-KRB
|
||||
.Sh NAME
|
||||
.Nm kx
|
||||
.Nd
|
||||
securely forward X conections
|
||||
.Nd securely forward X conections
|
||||
.Sh SYNOPSIS
|
||||
.Ar kx
|
||||
.Op Fl l Ar username
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os KTH-KRB
|
||||
.Sh NAME
|
||||
.Nm kxd
|
||||
.Nd
|
||||
securely forward X conections
|
||||
.Nd securely forward X conections
|
||||
.Sh SYNOPSIS
|
||||
.Ar kxd
|
||||
.Op Fl t
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os KTH_KRB
|
||||
.Sh NAME
|
||||
.Nm rxtelnet
|
||||
.Nd
|
||||
start a telnet and forward X-connections.
|
||||
.Nd start a telnet and forward X-connections.
|
||||
.Sh SYNOPSIS
|
||||
.Nm rxtelnet
|
||||
.Op Fl l Ar username
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os KTH_KRB
|
||||
.Sh NAME
|
||||
.Nm rxterm
|
||||
.Nd
|
||||
start a secure remote xterm
|
||||
.Nd start a secure remote xterm
|
||||
.Sh SYNOPSIS
|
||||
.Nm rxterm
|
||||
.Op Fl l Ar username
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os KTH_KRB
|
||||
.Sh NAME
|
||||
.Nm tenletxr
|
||||
.Nd
|
||||
forward X-connections backwards.
|
||||
.Nd forward X-connections backwards.
|
||||
.Sh SYNOPSIS
|
||||
.Nm tenletxr
|
||||
.Op Fl l Ar username
|
||||
|
@@ -5,8 +5,7 @@
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm login
|
||||
.Nd
|
||||
authenticate a user and start new session
|
||||
.Nd authenticate a user and start new session
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl fp
|
||||
|
@@ -5,8 +5,7 @@
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm login.access
|
||||
.Nd
|
||||
login access control table
|
||||
.Nd login access control table
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm login.access
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os KTH-KRB
|
||||
.Sh NAME
|
||||
.Nm otp
|
||||
.Nd
|
||||
manages one-time passwords
|
||||
.Nd manages one-time passwords
|
||||
.Sh SYNOPSIS
|
||||
.Nm otp
|
||||
.Op Fl dhlor
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os KTH-KRB
|
||||
.Sh NAME
|
||||
.Nm otpprint
|
||||
.Nd
|
||||
print lists of one-time passwords
|
||||
.Nd print lists of one-time passwords
|
||||
.Sh SYNOPSIS
|
||||
.Nm otp
|
||||
.Op Fl n Ar count
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm popper
|
||||
.Nd
|
||||
POP3 server
|
||||
.Nd POP3 server
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl k
|
||||
|
@@ -5,8 +5,7 @@
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm rcp
|
||||
.Nd
|
||||
copy file to and from remote machines
|
||||
.Nd copy file to and from remote machines
|
||||
.Sh SYNOPSIS
|
||||
.Nm rcp
|
||||
.Op Fl 45FKpxz
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm rsh
|
||||
.Nd
|
||||
remote shell
|
||||
.Nd remote shell
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl 45FGKdefnuxz
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm rshd
|
||||
.Nd
|
||||
remote shell server
|
||||
.Nd remote shell server
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl aiklnvxPL
|
||||
|
@@ -11,8 +11,7 @@ AC_CACHE_CHECK(how to format man pages,ac_cv_sys_man_format,
|
||||
.Dt CONFTEST 1
|
||||
.Sh NAME
|
||||
.Nm conftest
|
||||
.Nd
|
||||
foobar
|
||||
.Nd foobar
|
||||
END
|
||||
|
||||
if test "$NROFF" ; then
|
||||
@@ -55,4 +54,4 @@ else
|
||||
CATMANEXT=0
|
||||
fi
|
||||
AC_SUBST(CATMANEXT)
|
||||
])
|
||||
])
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os Heimdal
|
||||
.Sh NAME
|
||||
.Nm kcm
|
||||
.Nd
|
||||
is a process based credential cache for Kerberos tickets.
|
||||
.Nd process-based credential cache for Kerberos tickets.
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl Fl cache-name= Ns Ar cachename
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm copy_cred_cache
|
||||
.Nd
|
||||
copy credentials from one cache to another
|
||||
.Nd copy credentials from one cache to another
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl Fl krbtgt-only
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
.Nm kdigest
|
||||
.Nd
|
||||
userland tool to access digest interface in the KDC
|
||||
.Nd userland tool to access digest interface in the KDC
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl Fl ccache= Ns Ar string
|
||||
|
@@ -36,8 +36,7 @@
|
||||
.Os Heimdal
|
||||
.Sh NAME
|
||||
.Nm kimpersonate
|
||||
.Nd
|
||||
impersonate a user when there exist a srvtab, keyfile or KeyFile
|
||||
.Nd impersonate a user when there exist a srvtab, keyfile or KeyFile
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl s Ar string \*(Ba Fl Fl server= Ns Ar string
|
||||
|
@@ -34,8 +34,7 @@
|
||||
.Os OPERATING_SYSTEM
|
||||
.Sh NAME
|
||||
.Nm kswitch
|
||||
.Nd
|
||||
switch between default credential caches
|
||||
.Nd switch between default credential caches
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Oo Fl t Ar type \*(Ba Xo
|
||||
|
@@ -38,8 +38,7 @@
|
||||
.Os Heimdal
|
||||
.Sh NAME
|
||||
.Nm iprop-log
|
||||
.Nd
|
||||
maintain the iprop log file
|
||||
.Nd maintain the iprop log file
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl Fl version
|
||||
|
@@ -114,8 +114,7 @@ mandoc_template(struct getargs *args,
|
||||
printf(".Os OPERATING_SYSTEM\n");
|
||||
printf(".Sh NAME\n");
|
||||
printf(".Nm %s\n", p);
|
||||
printf(".Nd\n");
|
||||
printf("in search of a description\n");
|
||||
printf(".Nd in search of a description\n");
|
||||
printf(".Sh SYNOPSIS\n");
|
||||
printf(".Nm\n");
|
||||
for(i = 0; i < num_args; i++){
|
||||
|
Reference in New Issue
Block a user