Followup for bug bsc#1030621

OBS-URL: https://build.opensuse.org/package/show/Base:System/procps?expand=0&rev=167
This commit is contained in:
Dr. Werner Fink 2017-04-26 12:46:29 +00:00 committed by Git OBS Bridge
parent 7c27c13992
commit 722c0b0e7e
2 changed files with 20 additions and 2 deletions

View File

@ -1,9 +1,22 @@
---
w.1 | 3 +++
w.c | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
2 files changed, 18 insertions(+), 3 deletions(-)
--- w.1
+++ w.1 2017-04-26 12:31:23.721421873 +0000
@@ -36,6 +36,9 @@ and a "w \-u".
\fB\-s\fR, \fB\-\-short\fR
Use the short format. Don't print the login time, JCPU or PCPU times.
.TP
+\fB\-n\fR, \fB\-\-no\-truncat\fR
+Do not truncate the output format. This option might become renamed in future versions.
+.TP
\fB\-f\fR, \fB\-\-from\fR
Toggle printing the
.B from
--- w.c
+++ w.c 2016-07-11 12:47:59.444256012 +0000
+++ w.c 2017-04-26 12:23:20.394822856 +0000
@@ -375,7 +375,7 @@ static const proc_t *getproc(const utmp_
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 26 12:45:15 UTC 2017 - werner@suse.de
- Explain option --no-truncate of command w
-------------------------------------------------------------------
Thu Jan 19 12:20:06 UTC 2017 - werner@suse.de