=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/readlink/readlink.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/readlink/readlink.1 1997/09/23 20:13:21 1.3 +++ src/usr.bin/readlink/readlink.1 1998/09/27 16:57:50 1.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: readlink.1,v 1.3 1997/09/23 20:13:21 niklas Exp $ +.\" $OpenBSD: readlink.1,v 1.4 1998/09/27 16:57:50 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -50,10 +50,10 @@ utility when invoked with the pathname of a symbolic link as its argument dereferences the symbolic link and prints the name of target on standard output. If readlink is invoked with an argument other -than the pathname of a symbolic link it exits with a non-zero exit -code and without printing anything. +than the pathname of a symbolic link, it exits with a non-zero exit +code without printing anything. .Pp -The following option is available: +The following options are available: .Bl -tag -width flag .It Fl f Canonicalize by following every symlink in every component of the given @@ -64,11 +64,11 @@ .Pp The .Nm readlink -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr readlink 2 .Sh HISTORY The .Nm readlink utility first appeared in -.Ox 2.1 +.Ox 2.1 .