diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-12-09 22:34:05 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-12-09 22:34:05 +0000 |
commit | fbbf922c8d34a7f92addc03a7578776c5853b61c (patch) | |
tree | 0a4585fe7d4ab2773a88b67f3bda721abdc9ec1e | |
parent | cee97985f0310bceb8bba97a3cea64815b8e0130 (diff) |
.Bk/.Ek is required now to keep the output generated from each macro
input line together on one single output line.
ok jmc@ and millert@, who also noticed the ugly break.
-rw-r--r-- | usr.bin/su/su.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 59ba2a0d0f5..e01adf25f0b 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: su.1,v 1.25 2010/12/09 15:45:30 millert Exp $ +.\" $OpenBSD: su.1,v 1.26 2010/12/09 22:34:04 sobrado Exp $ .\" .\" Copyright (c) 1988, 1990 The Regents of the University of California. .\" All rights reserved. @@ -37,11 +37,13 @@ .Nd substitute user identity .Sh SYNOPSIS .Nm su +.Bk -words .Op Fl fKLlm .Op Fl a Ar auth-type .Op Fl c Ar login-class .Op Fl s Ar login-shell .Op Ar login Op Ar "shell arguments" +.Ek .Sh DESCRIPTION .Nm requests the Kerberos password for |