diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-20 05:57:56 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-20 05:57:56 +0000 |
commit | 54cd462976c02892e956acae4ce7a3b93d6cd249 (patch) | |
tree | d04281242de711366c78e807fe7faaeb854ab7a0 /usr.bin | |
parent | 7910f09fd6fad4008fe999de0d01ad855b2a386b (diff) |
Powered by @mantoya.
o) fix bogus .Xr usage;
millert@ ok.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/chpass/chpass.1 | 4 | ||||
-rw-r--r-- | usr.bin/login/login.1 | 4 | ||||
-rw-r--r-- | usr.bin/make/make.1 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 8dca1cf8c95..d2d2d5100c8 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chpass.1,v 1.24 2001/08/16 19:22:55 millert Exp $ +.\" $OpenBSD: chpass.1,v 1.25 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 @@ -149,7 +149,7 @@ The .Ar group field is the group that the user will be placed in at login. Since BSD supports multiple groups (see -.Xr groups 1 ), +.Xr groups 1 ) , this field currently has little special meaning. This field may be filled in with either a number or a group name (see .Xr group 5 ) . diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 10922ed7612..c5a9555caf8 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login.1,v 1.15 2001/05/29 21:39:26 millert Exp $ +.\" $OpenBSD: login.1,v 1.16 2001/08/20 05:57:55 mpech Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -58,7 +58,7 @@ of the user fails, prompts for a user name. Authentication of users is normally done via passwords, though external authentication mechanisms may be used (see -.Xr login.conf 5 Ns No ). +.Xr login.conf 5 ) . To specify the alternate authentication mechanism .Va style , the string diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 9155e3c6528..fac15a1d630 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.41 2001/05/05 12:57:48 espie Exp $ +.\" $OpenBSD: make.1,v 1.42 2001/08/20 05:57:55 mpech Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -71,7 +71,7 @@ are tried in order. If the file .Ql Pa .depend exists, it is read in addition to the makefile (see -.Xr mkdep 1) . +.Xr mkdep 1 ) . .Pp This manual page is intended as a reference document only. For a more thorough introduction to |