Module Name: src
Committed By: riastradh
Date: Tue Mar 25 20:06:26 UTC 2025
Modified Files:
src/bin/csh: csh.1
Log Message:
csh(1): Nix trailing whitespace in man page.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/bin/csh/csh.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/csh/csh.1
diff -u src/bin/csh/csh.1:1.58 src/bin/csh/csh.1:1.59
--- src/bin/csh/csh.1:1.58 Sat Mar 22 16:47:00 2025
+++ src/bin/csh/csh.1 Tue Mar 25 20:06:26 2025
@@ -1,4 +1,4 @@
-.\" $NetBSD: csh.1,v 1.58 2025/03/22 16:47:00 christos Exp $
+.\" $NetBSD: csh.1,v 1.59 2025/03/25 20:06:26 riastradh Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1341,7 +1341,7 @@ Lists the active jobs.
Lists process id's in addition to the normal information.
.It Ic jobs -Z Op Ar name
Sets the process command name using
-.Xr setproctitle 3
+.Xr setproctitle 3
to
.Ar name .
Without an argument, it restores the process title to the program name.