Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 22:49:27 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366096 - head/share/man/man9
Message-ID:  <202009232249.08NMnRQ3073778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Sep 23 22:49:27 2020
New Revision: 366096
URL: https://svnweb.freebsd.org/changeset/base/366096

Log:
  Remove stray lines
  
  I snagged the license boiler plate. Fix that. also, it's spelled .Va
  not .Vn. Plus " quoting issues.
  
  Noticed by: rgrimes, xtouqh at hotmail dot com

Modified:
  head/share/man/man9/devctl_notify.9
  head/share/man/man9/devctl_process_running.9
  head/share/man/man9/devctl_safe_quote_sb.9

Modified: head/share/man/man9/devctl_notify.9
==============================================================================
--- head/share/man/man9/devctl_notify.9	Wed Sep 23 22:36:38 2020	(r366095)
+++ head/share/man/man9/devctl_notify.9	Wed Sep 23 22:49:27 2020	(r366096)
@@ -1,8 +1,6 @@
 .\"
 .\" Copyright (c) 2020 M Warner Losh
 .\"
-.\" This program is free software.
-.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:

Modified: head/share/man/man9/devctl_process_running.9
==============================================================================
--- head/share/man/man9/devctl_process_running.9	Wed Sep 23 22:36:38 2020	(r366095)
+++ head/share/man/man9/devctl_process_running.9	Wed Sep 23 22:49:27 2020	(r366096)
@@ -1,8 +1,6 @@
 .\"
 .\" Copyright (c) 2020 M Warner Losh
 .\"
-.\" This program is free software.
-.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:

Modified: head/share/man/man9/devctl_safe_quote_sb.9
==============================================================================
--- head/share/man/man9/devctl_safe_quote_sb.9	Wed Sep 23 22:36:38 2020	(r366095)
+++ head/share/man/man9/devctl_safe_quote_sb.9	Wed Sep 23 22:49:27 2020	(r366096)
@@ -1,8 +1,6 @@
 .\"
 .\" Copyright (c) 2020 M Warner Losh
 .\"
-.\" This program is free software.
-.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -38,12 +36,12 @@
 .Fn devctl_safe_quote_sb "struct sbuf *sb" "const char *src"
 .Sh DESCRIPTION
 Copy the string from
-.Vn src
+.Va src
 into
-.Vn sb .
+.Va sb .
 All backslash characters are doubled.
 All double quote characters
-.Sq "
+.Sq \&"
 are also preceded by a backslash.
 All other characters are copied without modification.
 The



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009232249.08NMnRQ3073778>