Merge Lite2 mods, cleanup man page, and -Wall cleaning.

This commit is contained in:
Steve Price 1996-12-14 06:07:30 +00:00
parent ca64f95092
commit 435257408c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20419
2 changed files with 9 additions and 9 deletions

View File

@ -32,10 +32,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)pwd.1 8.1 (Berkeley) 5/31/93
.\" $Id$
.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
.\" $Id: pwd.1,v 1.2 1994/09/24 02:56:51 davidg Exp $
.\"
.Dd May 31, 1993
.Dd April 28, 1995
.Dt PWD 1
.Os BSD 4
.Sh NAME
@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Nm pwd
.Sh DESCRIPTION
.Nm Pwd
.Nm
writes the absolute pathname of the current working directory to
the standard output.
.Pp
@ -54,11 +54,11 @@ The
.Nm pwd
command is expected to be
.St -p1003.2
compatible .
compatible.
.Sh SEE ALSO
.Xr cd 1 ,
.Xr csh 1 ,
.Xr getwd 3
.Xr getcwd 3
.Sh BUGS
In
.Xr csh 1

View File

@ -30,17 +30,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: pwd.c,v 1.2 1994/09/24 02:56:52 davidg Exp $
*/
#ifndef lint
static char copyright[] =
static char const copyright[] =
"@(#) Copyright (c) 1991, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94";
static char const sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94";
#endif /* not lint */
#include <err.h>